neo-go/pkg/rpc
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
..
client rpc: encode port numbers as proper numbers in getpeers 2021-02-18 17:28:19 +03:00
request rpc: allow batch JSON-RPC requests 2020-11-06 17:20:27 +03:00
response rpc: encode port numbers as proper numbers in getpeers 2021-02-18 17:28:19 +03:00
server state: use big.Int for NEP5 balances and transfer amounts 2021-02-18 17:28:19 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00