This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commits on Apr 21, 2019
-
tendermint-rs: Initial "rpc" feature and JSONRPC types
Adds a set of JSONRPC request and response types, designed to construct JSON requests to the Tendermint RPC (HTTP) API, and parse the returned JSON responses.
Configuration menu - View commit details
-
Copy full SHA for 69bea5f - Browse repository at this point
Copy the full SHA 69bea5fView commit details -
tendermint-rs: /status RPC endpoint
Adds initial support for parsing JSON responses from the `/status` JSONRPC endpoint.
Configuration menu - View commit details
-
Copy full SHA for aaa7440 - Browse repository at this point
Copy the full SHA aaa7440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7ded2 - Browse repository at this point
Copy the full SHA 7b7ded2View commit details -
tendermint-rs: /block RPC endpoint and related types
Initial support for querying blocks through the RPC API. Blocks comprise a number of different types which are generally useful (e.g. transactions), so many of them have been peppered throughout the `tendermint` crate where applicable. This commit also includes some debug output improvements, and factors algorithm types under the relevant modules.
Configuration menu - View commit details
-
Copy full SHA for edc3b59 - Browse repository at this point
Copy the full SHA edc3b59View commit details -
tendermint-rs: /genesis RPC endpoint and related types
Adds support for parsing genesis files from RPC responses. Genesis files are generic over the underlying application, and by default use `serde_json::Value` to model arbitrary JSON data.
Configuration menu - View commit details
-
Copy full SHA for b10d5c9 - Browse repository at this point
Copy the full SHA b10d5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d3788 - Browse repository at this point
Copy the full SHA e6d3788View commit details -
tendermint-rs: /commit RPC endpoint
This commit also includes a bunch of new documentation, and renames the `Timestamp` type to `Time` to better match upstream Tendermint.
Configuration menu - View commit details
-
Copy full SHA for c6c3077 - Browse repository at this point
Copy the full SHA c6c3077View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc36806 - Browse repository at this point
Copy the full SHA fc36806View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee55ffd - Browse repository at this point
Copy the full SHA ee55ffdView commit details -
tendermint-rpc: RPC error handling
Parses JSONRPC responses into `tendermint::rpc::Error` with a corresponding `tendermint::rpc::error::Code` covering all presently known RPC errors.
Configuration menu - View commit details
-
Copy full SHA for b3e65fe - Browse repository at this point
Copy the full SHA b3e65feView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.