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 |
|
Anna Shaleva
|
1ba7338b07
|
rpc: fix mpt-related responses serialisation
MPT structures should be serialized in base64.
|
2021-04-01 10:17:03 +03:00 |
|
Evgenii Stratonikov
|
8e60a65b55
|
rpc: implement verifyproof RPC
Test getproof and verifyproof together.
|
2020-11-20 18:06:22 +03:00 |
|
Evgenii Stratonikov
|
e38e8aa48a
|
rpc: implement getproof RPC
|
2020-11-20 18:06:22 +03:00 |
|
Evgenii Stratonikov
|
6b42e9306a
|
rpc/server: implement getstateheight RPC
|
2020-11-20 18:06:21 +03:00 |
|