neoneo-go/pkg/core/state
Anna Shaleva 43b28ffa06 core: get rid of NEP5TransferSize
Part of #1133

It will help us to use big.Int to store amount of NEP5 tokens. As far as
big.Int doesn't have constant size, we shouldn't use `NEP5TransferSize`
constant anymore.
2020-07-09 13:25:03 +03:00
..
account.go transaction: drop Claim TX type 2020-06-05 19:20:16 +03:00
account_test.go transaction: drop Claim TX type 2020-06-05 19:20:16 +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
native_state.go state: fix the way NEO balance is being serialized 2020-06-24 10:21:24 +03:00
nep5.go core: get rid of NEP5TransferSize 2020-07-09 13:25:03 +03:00
nep5_test.go core: get rid of NEP5TransferSize 2020-07-09 13:25:03 +03:00
notification_event.go *: switch from fixed8 to int64 2020-06-29 21:39:27 +03:00
notification_event_test.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +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