neoneo-go/pkg/rpc
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
..
client client: add GetCandidateRegisterPrice method 2021-07-21 12:19:55 +03:00
request rpc/request: support passing accounts as addresses 2021-07-18 16:45:53 +03:00
response rpc: fix getstateheight result compatibility 2021-07-22 21:13:44 +03:00
server rpc: fix getstateheight result compatibility 2021-07-22 21:13:44 +03:00
rpc_config.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00