We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getrollout
Method getrollout has different name in CLI (getrolloutestimate)
When I invoke via http I get the following:
{ "jsonrpc": "2.0", "result": [ [ 1000, [ 105, 181, 212, 2, 253, 172, 6, 190, 247, 160, 183, 67, 206, 140, 195, 240, 150, 8, 65, 150, 221, 247, 82, 54, 55, 39, 103, 162, 243, 74, 169, 108 ] ], [ 1000, [ 16, 148, 34, 211, 221, 51, 172, 231, 52, 34, 217, 84, 177, 36, 234, 179, 9, 232, 254, 110, 47, 170, 217, 168, 123, 37, 138, 44, 119, 70, 136, 12 ] ], [ 1000, [ 65, 125, 199, 219, 219, 132, 55, 27, 7, 92, 192, 150, 102, 235, 173, 210, 38, 228, 92, 244, 171, 209, 230, 39, 17, 51, 162, 0, 227, 103, 137, 254 ] ], [ 1000, [ 119, 125, 249, 125, 209, 32, 254, 22, 50, 178, 38, 160, 202, 197, 95, 129, 72, 19, 193, 222, 248, 110, 180, 144, 65, 155, 45, 131, 205, 137, 157, 156 ] ], [ 1000, [ 127, 93, 223, 97, 204, 26, 221, 156, 79, 28, 174, 69, 81, 254, 138, 227, 224, 35, 122, 84, 17, 72, 77, 151, 96, 79, 189, 174, 159, 229, 227, 88 ] ], [ 1000, [ 100, 139, 156, 46, 198, 217, 248, 128, 252, 164, 140, 118, 49, 209, 120, 125, 198, 49, 18, 9, 247, 9, 47, 35, 237, 66, 250, 254, 217, 94, 75, 118 ] ], [ 1000, [ 23, 234, 204, 254, 139, 27, 92, 235, 4, 248, 9, 128, 164, 3, 82, 148, 2, 185, 82, 91, 255, 66, 240, 89, 38, 92, 205, 180, 115, 244, 105, 194 ] ], [ 1000, [ 4, 89, 67, 128, 101, 114, 113, 188, 221, 104, 91, 46, 215, 23, 74, 26, 105, 230, 14, 203, 166, 102, 121, 51, 39, 130, 223, 102, 188, 26, 205, 74 ] ], [ 1000, [ 19, 172, 22, 190, 85, 250, 127, 80, 208, 26, 243, 46, 56, 229, 33, 66, 251, 207, 159, 244, 54, 65, 69, 246, 217, 170, 11, 78, 129, 137, 226, 136 ] ], [ 1000, [ 19, 133, 126, 149, 84, 61, 96, 144, 72, 1, 43, 5, 160, 1, 134, 222, 72, 79, 158, 21, 29, 111, 124, 188, 178, 60, 83, 225, 152, 158, 153, 76 ] ] ], "id": 1 }
Response from CLI
[ [ "@mytest6", 1000 ], [ "@mytest5", 1000 ], [ "@mytest10", 1000 ], [ "@mytest12", 1000 ], [ "@mytest9", 1000 ], [ "@mytest4", 1000 ], [ "@mytest113", 1000 ], [ "@mytest13", 1000 ], [ "@mytest8", 1000 ], [ "@mytest7", 1000 ] ]
The text was updated successfully, but these errors were encountered:
release action spacesprotocol#19
5bd9701
Proposed fix in #20
Sorry, something went wrong.
Also it would be great to have block numbers of the rollout in the response. Right now it's not clear when the rollout will occur.
Update getrollout method
8f1edf7
Incorporate changes from PR spacesprotocol#20 Closes spacesprotocol#19 Co-authored-by: Alex Tsokurov <[email protected]>
c305d1e
No branches or pull requests
Method getrollout has different name in CLI (getrolloutestimate)
When I invoke via http I get the following:
Response from CLI
The text was updated successfully, but these errors were encountered: