neo-go/pkg/rpc/server
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
..
testdata core/block: add Nonce field to header 2021-07-15 15:58:49 +03:00
client_test.go crypto: allow to provide non-default scrypt parameters 2021-06-11 15:22:28 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: fix getstateheight result compatibility 2021-07-22 21:13:44 +03:00
server_helper_test.go block: drop Network from the Header 2021-03-26 13:45:18 +03:00
server_test.go rpc: fix getstateheight result compatibility 2021-07-22 21:13:44 +03:00
subscription.go rpc: allow to track notary requests via Notification subsystem 2021-06-01 16:29:04 +03:00
subscription_test.go rpc/server: fix sporadic test failures 2021-07-08 10:40:54 +03:00
util.go rpc, internal: fix CodeQL int conversions warnings 2021-04-19 11:30:28 +03:00