neo-go/pkg/core/state
Anna Shaleva 0232bbcb0c core: refactor GASRecord handling
We should store each GAS record as
{
    Key: ContractID + RecordsPrefix + RecordID,
    Value: RecordValue,
}
So don't use state.GASRecord for storing anymore. However, it's still
useful to cache GasRecord values by using state.GASRecords, because we
have to keep GASIndexPairs sorted by indexes.
2020-10-23 12:49:12 +03:00
..
coin.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
contract.go smartcontract,vm: remove DynamicInvoke feature 2020-06-11 10:45:25 +03:00
contract_test.go core: add Manifest to state.Contract 2020-06-11 10:45:24 +03:00
mpt_root.go crypto/consensus: sign hashes and cache them for consensus payloads 2020-09-09 20:46:31 +03:00
mpt_root_test.go state: implement JSON marshaling for MPT* items 2020-07-30 12:42:15 +03:00
native_state.go core: refactor GASRecord handling 2020-10-23 12:49:12 +03:00
nep5.go state: drop (*NEP5TransferLog).DecodeBinaryReturnCount 2020-09-22 19:21:12 +03:00
nep5_test.go state: drop (*NEP5TransferLog).DecodeBinaryReturnCount 2020-09-22 19:21:12 +03:00
notification_event.go rpc: fix Matches and marshalling for notification events 2020-10-19 13:44:20 +03:00
notification_event_test.go core: add FaultException to AppExecResult 2020-10-08 16:12:19 +03:00
oracle.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
oracle_test.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
storage_item.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
storage_item_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
validator.go core: switch to the new voting system (via native NEO contract) 2020-04-27 16:06:50 +03:00