neo-go/pkg/core/state
Anna Shaleva aa554f0a9a core: update block timestamp format
Changed block.Timestamp from uint32 to uint64
2020-04-27 17:56:44 +03:00
..
account.go core/native: move Votes from account to native NEO state 2020-04-27 12:30:39 +03:00
account_test.go core/native: move Votes from account to native NEO state 2020-04-27 12:30:39 +03:00
asset.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
asset_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
coin.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
contract.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
contract_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
native_state.go core/native: move Votes from account to native NEO state 2020-04-27 12:30:39 +03:00
nep5.go core: update block timestamp format 2020-04-27 17:56:44 +03:00
nep5_test.go random: make use or random package in tests 2020-03-27 10:27:46 +03:00
notification_event.go core: marshal AppExecResult.Stack as an array 2020-03-23 16:27:47 +03:00
notification_event_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +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
unclaimed.go core/state: do not unmarshal Unclaimed balances in account 2020-03-16 12:19:32 +03:00
unclaimed_test.go random: make use or random package in tests 2020-03-27 10:27:46 +03:00
unspent_coin.go core/state: merge spent and unspent coins state, use it to store more things 2020-03-11 12:40:02 +03:00
unspent_coin_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