-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: Add support for consensus_state endpoint (#719)
* Add RPC support for consensus_state endpoint Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add test support for consensus_state endpoint Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add consensus state vote summary de/serialization Signed-off-by: Thane Thomson <connect@thanethomson.com> * Expose custom RFC3339-compatible timestamp serialization method Signed-off-by: Thane Thomson <connect@thanethomson.com> * Use custom RFC3339-compatible timestamp serialization Signed-off-by: Thane Thomson <connect@thanethomson.com> * Expand testing for consensus_state endpoint Signed-off-by: Thane Thomson <connect@thanethomson.com> * Rather operate on slices of deserialized string Signed-off-by: Thane Thomson <connect@thanethomson.com> * Fix timestamp serialization Signed-off-by: Thane Thomson <connect@thanethomson.com> * Remove endpoint "unstable" notice Signed-off-by: Thane Thomson <connect@thanethomson.com>
- Loading branch information
1 parent
462eafc
commit 11b4e87
Showing
16 changed files
with
598 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.