neoneo-go/pkg/rpc/response/result
Roman Khimov a188d20fd1 rpc: fix getstateheight result compatibility
C#:
   "result" : {
      "localrootindex" : 11623,
      "validatedrootindex" : 11623
   }

Go:
   "result" : {
      "blockHeight" : 11627,
      "stateHeight" : 11627
   }
2021-07-22 21:13:44 +03:00
..
application_log.go rpc: add trigger parameter to getapplicationlog 2020-11-12 17:43:11 +03:00
block.go rpc: use non-pointer Block and Transaction in results 2020-06-18 12:13:35 +03:00
block_header.go result: use witnesses field in result.Header JSON 2020-05-26 11:36:47 +03:00
invoke.go state/result: save/return real JSONization errors 2021-07-07 00:42:36 +03:00
invoke_test.go result: gofmt -s 2021-04-08 15:49:14 +03:00
mpt.go rpc: fix getstateheight result compatibility 2021-07-22 21:13:44 +03:00
mpt_test.go mpt: split HashNode in two types 2021-04-01 10:19:57 +03:00
nep17.go *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00
netfee.go rpc: wrap calculatenetworkfee result in a structure 2021-06-04 23:38:35 +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
raw_mempool.go rpc: update getrawmempool RPC-call result 2020-07-29 10:14:01 +03:00
relay_result.go rpc: adjust sendrawtransaction RPC-call 2020-07-22 08:37:46 +03:00
tx_raw_output.go block: replace Base with Header 2021-03-10 13:38:44 +03:00
unclaimed_gas.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
validate_address.go rpc: move result package into response 2020-02-21 15:12:04 +03:00
validator.go core: switch to the new voting system (via native NEO contract) 2020-04-27 16:06:50 +03:00
version.go rpc: rename magic to network in JSON 2021-04-28 23:41:31 +03:00