neoneo-go/pkg
Roman Khimov e6e8761d35 core: fix contract's state migration and don't swallow errors
Fixes difference in state changes at mainnet's block 2442790 because contract
migration in b4eb2dc35226e6520ee4e09a56197dff91547b50a7f57edc82930fc18c75dffc
doesn't actually transfer the storage state, it only deletes the old one.

And add an error check just in case.
2020-03-16 11:52:09 +03:00
..
compiler Merge pull request #742 from nspcc-dev/add-dynamic-appcall 2020-03-11 17:27:05 +03:00
consensus pkg: fix gofmt issues 2020-03-03 17:22:15 +03:00
core core: fix contract's state migration and don't swallow errors 2020-03-16 11:52:09 +03:00
crypto *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interop *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network core: store NEP5 balances separately 2020-03-12 12:58:28 +03:00
rpc Merge pull request #758 from nspcc-dev/rpc-fix-hash160 2020-03-13 16:50:31 +03:00
smartcontract cli: make gas parameter to deployment add gas to the base price 2020-03-11 20:34:36 +03:00
util util: implement FixedN from string 2020-03-10 13:02:14 +03:00
vm Merge pull request #746 from nspcc-dev/fix/equal 2020-03-12 11:46:51 +03:00
wallet wallet: allow to add token contracts to the wallet 2020-03-10 13:02:14 +03:00