neo-go/pkg/rpc/server
Roman Khimov eb1986d2fc state: use big.Int for NEP5 balances and transfer amounts
In general, NEP5 contracts are not limited to int64. And we have an example
of pnWETH Flamingo token now (with 18 decimals) that easily overflows int64,
so for correctness we need to store big.Int.

And as TransferLog is shared for different purposes I've decided to not make
it variable-length on Neo 2.
2021-02-18 17:28:19 +03:00
..
testdata core: save NEP5 transfer notify index 2020-08-03 10:58:23 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go state: use big.Int for NEP5 balances and transfer amounts 2021-02-18 17:28:19 +03:00
server_helper_test.go mempool: replace timeStamp with blockStamp 2020-11-11 15:48:13 +03:00
server_test.go core: fix getenrollments 2021-02-18 17:28:19 +03:00
subscription.go rpc/server: add notification filters 2020-05-14 17:28:14 +03:00
subscription_test.go rpc/block: rework the way Block is JSONized 2020-05-14 17:28:14 +03:00