neo-go/pkg/rpc/response/result
Roman Khimov 9d6a5dc26f result: fix confirmations count for blocks
It's +1, current block actually had `-1` value calcuated that transformed into
4294967295.
2021-02-18 17:28:19 +03:00
..
account_state.go util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00
application_log.go rpc/server: add notification subscription 2020-05-13 17:17:41 +03:00
asset_state.go rpc: fix IsFrozen JSONization for assets 2021-02-12 00:04:13 +03:00
block.go result: fix confirmations count for blocks 2021-02-18 17:28:19 +03:00
block_header.go rpc: fix blockheader marshalling in getblockheader RPC server 2020-03-24 14:55:20 +03:00
claimable.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
contract_state.go rpc: fix wrong script marshalling in getcontractstate RPC server 2020-03-24 14:55:20 +03:00
invoke.go rpc: fix stack field name for invocation results 2020-03-28 13:59:42 +03:00
mpt.go rpc: use lowercase JSON field names for StateHeight 2020-08-05 18:15:29 +03:00
mpt_test.go mpt: export func for decoding node with type 2020-11-11 13:22:53 +03:00
nep5.go rpc: add getblocktransfertx RPC call 2020-11-02 19:01:48 +03:00
peers.go rpc: encode port numbers as proper numbers in getpeers 2021-02-18 17:28:19 +03:00
peers_test.go rpc: encode port numbers as proper numbers in getpeers 2021-02-18 17:28:19 +03:00
tx_output.go result: assets are LE in JSON 2021-02-18 17:28:19 +03:00
tx_raw_output.go rpc: adjust getrawtransaction and gettransactionheight RPC call 2020-12-31 12:44:07 +03:00
unclaimed.go rpc: adjust getrawtransaction and gettransactionheight RPC call 2020-12-31 12:44:07 +03:00
unspents.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
utxo.go rpc: adjust getutxotransfers RPC 2020-08-07 18:12:40 +03:00
validate_address.go rpc: move result package into response 2020-02-21 15:12:04 +03:00
validator.go rpc: implement getvalidators 2020-03-07 18:05:40 +03:00
version.go rpc: move result package into response 2020-02-21 15:12:04 +03:00