neoneo-go/pkg
Evgenii Stratonikov 32401a567e core: store NEP5Transfers in batches
This is an append-only log which is read only during some RPCs.
It is rather slow to get it from base every time we need to append to
it. This commit stores all NEP5Transfers in batches, so that
only a last batch needs to be unmarshaled during block processing.
2020-03-12 14:51:12 +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: store NEP5Transfers in batches 2020-03-12 14:51:12 +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 core: store NEP5 balances separately 2020-03-12 12:58:28 +03:00
smartcontract smartcontract: marshal Arrays properly 2020-03-05 18:22:40 +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