neo-go/pkg/core/state
Anna Shaleva e46d76d7aa core: rename state.NEP17Balances to state.NEP17TransferInfo
Balances are to be removed from state.NEP17TransferInfo, so the remnant
fields are NextTransferBatch, NewBatch and a map of LastUpdatedBlocks.
These fields are more staff-related.

Also rename dao.[Get, Put, put]NEP17Balances and STNEP17Balances
preffix.

Also rename NEP17TransferInfo.Trackers to LastUpdatedBlockTrackers
because NEP17TransferInfo.Balances are to be removed.
2021-07-28 13:22:53 +03:00
..
contract.go *: simplify some integer checks with IsUint64() 2021-07-19 15:42:42 +03:00
contract_test.go stackitem: introduce Convertible interface 2021-07-19 15:42:42 +03:00
deposit.go *: simplify some integer checks with IsUint64() 2021-07-19 15:42:42 +03:00
deposit_test.go stackitem: introduce Convertible interface 2021-07-19 15:42:42 +03:00
mpt_root.go state: fix MPTRoot JSONization 2021-03-26 13:45:18 +03:00
mpt_root_test.go state: fix MPTRoot JSONization 2021-03-26 13:45:18 +03:00
native_state.go state: drop State from NEOBalance and NEP17Balance 2021-07-19 22:01:07 +03:00
nep17.go core: rename state.NEP17Balances to state.NEP17TransferInfo 2021-07-28 13:22:53 +03:00
nep17_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
notification_event.go stackitem: completely drop MaxArraySize 2021-07-19 15:42:42 +03:00
notification_event_test.go state: move nil check down to stackitem JSON processing 2021-07-07 00:38:19 +03:00
oracle.go stackitem: introduce Convertible interface 2021-07-19 15:42:42 +03:00
oracle_test.go stackitem: introduce Convertible interface 2021-07-19 15:42:42 +03:00
storage_item.go dao: serialize state.StorageItem as raw bytes 2021-03-09 12:11:26 +03:00
validator.go core: switch to the new voting system (via native NEO contract) 2020-04-27 16:06:50 +03:00