mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
0232bbcb0c
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. |
||
---|---|---|
.. | ||
coin.go | ||
contract.go | ||
contract_test.go | ||
mpt_root.go | ||
mpt_root_test.go | ||
native_state.go | ||
nep5.go | ||
nep5_test.go | ||
notification_event.go | ||
notification_event_test.go | ||
oracle.go | ||
oracle_test.go | ||
storage_item.go | ||
storage_item_test.go | ||
validator.go |