neoneo-go/pkg/core/native
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
..
contract.go emit: accept multiple opcodes in Opcode() 2020-10-06 18:03:25 +03:00
designate.go core: add max nodes count restriction to designate contract 2020-10-22 11:32:02 +03:00
gas_record.go core: refactor GASRecord handling 2020-10-23 12:49:12 +03:00
interop.go native: don't push void result in Call 2020-09-25 16:32:10 +03:00
native_gas.go core: unexport NewNEO() and NewGAS() methods 2020-10-02 15:45:49 +03:00
native_neo.go core: refactor GASRecord handling 2020-10-23 12:49:12 +03:00
native_neo_candidate.go stackitem: change Bool() to TryBool(), prepare for its failures 2020-08-21 20:55:20 +03:00
native_neo_test.go native: implement delegated voting 2020-08-06 20:39:13 +03:00
native_nep5.go native: provide name method for all contracts 2020-10-09 15:06:28 +03:00
oracle.go core: restrict the maximum number of requests per URL 2020-10-22 11:32:02 +03:00
oracle_types.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
oracle_types_test.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
policy.go core: refactor blocked accounts logic 2020-10-23 11:42:30 +03:00
util.go native: provide name method for all contracts 2020-10-09 15:06:28 +03:00