neo-go/pkg/rpc/response/result
Roman Khimov 9546e021a9 rpc/block: rework the way Block is JSONized
Our block.Block was JSONized in a bit different fashion than result.Block in
its Nonce and NextConsensus fields. It's not good for notifications because
third-party clients would probably expect to see the same format. Also, using
completely different Block representation in result is probably making our
client a bit weaker as this representation is harder to use with other neo-go
components.

So use the same approach we took for Transactions and wrap block.Base which is
to be serialized in proper way.
2020-05-14 17:28:14 +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 json marshalling of result.AssetState 2020-03-23 17:44:15 +03:00
block.go rpc/block: rework the way Block is JSONized 2020-05-14 17:28:14 +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
nep5.go rpc: fix name of json nep5balance field 2020-03-24 14:55:20 +03:00
peers.go rpc: move result package into response 2020-02-21 15:12:04 +03:00
peers_test.go rpc: move result package into response 2020-02-21 15:12:04 +03:00
tx_output.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
tx_raw_output.go rpc: fix marshalling of type-specific tx data 2020-03-30 15:48:50 +03:00
unclaimed.go core/state: do not unmarshal Unclaimed balances in account 2020-03-16 12:19:32 +03:00
unspents.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +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