-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TLS support for the Light Client (#842)
* Remove unused file Signed-off-by: Thane Thomson <[email protected]> * Refactor validators RPC endpoint interface This commit adds pagination to the `validators` method on the `Client` trait (BREAKING). Signed-off-by: Thane Thomson <[email protected]> * Ensure "total" response field is a string Signed-off-by: Thane Thomson <[email protected]> * Add serializer for optional types that need to be converted to/from a string (like page numbers/per page counts) Signed-off-by: Thane Thomson <[email protected]> * Refactor to ensure page numbers and per-page values are converted to/from strings first Signed-off-by: Thane Thomson <[email protected]> * Convert tcp:// scheme to http:// for RPC addresses Signed-off-by: Thane Thomson <[email protected]> * Add Light Client support for RPC URLs instead of net::Address Signed-off-by: Thane Thomson <[email protected]> * Revert 14ad69f for now Signed-off-by: Thane Thomson <[email protected]> * Revert f0c26f7 Signed-off-by: Thane Thomson <[email protected]> * Add CHANGELOG Signed-off-by: Thane Thomson <[email protected]> * Convert tcp:// scheme to http:// for RPC addresses Signed-off-by: Thane Thomson <[email protected]> * Add Light Client support for RPC URLs instead of net::Address Signed-off-by: Thane Thomson <[email protected]> * Comment not needed Signed-off-by: Thane Thomson <[email protected]> * Expose rpc::Url type Signed-off-by: Thane Thomson <[email protected]> * Update kvstore integration test to use rpc::Url Signed-off-by: Thane Thomson <[email protected]> * Update CHANGELOG Signed-off-by: Thane Thomson <[email protected]> * Remove debug output from height log Signed-off-by: Thane Thomson <[email protected]> * Attach serialization directly to tendermint_rpc::Url Signed-off-by: Thane Thomson <[email protected]> * Add some happy path tests for tendermint_rpc::Url parsing Signed-off-by: Thane Thomson <[email protected]>
- Loading branch information
1 parent
3c2d0d1
commit e4eb6b9
Showing
15 changed files
with
223 additions
and
61 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
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
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.