-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Tendermint Core v0.34.21 (#1198)
* config: Add support for new storage section Signed-off-by: Thane Thomson <[email protected]> * tools: Add Tendermint dockerfile config that pulls from Tendermint releases Signed-off-by: Thane Thomson <[email protected]> * tools: Format readme for readability Signed-off-by: Thane Thomson <[email protected]> * tools: Replace versioned Tendermint image builds with custom bin option Signed-off-by: Thane Thomson <[email protected]> * tools: Update readme to reflect Docker image build changes Signed-off-by: Thane Thomson <[email protected]> * tools: Rename ABCI harness folder to emphasize custom bin Signed-off-by: Thane Thomson <[email protected]> * tools: Fix typo in readme Signed-off-by: Thane Thomson <[email protected]> * tools: Enforce specifying Tendermint version during Docker image build Signed-off-by: Thane Thomson <[email protected]> * tools: Add ABCI harness Docker build from official Tendermint releases Signed-off-by: Thane Thomson <[email protected]> * tools: Add script to automate building development images Signed-off-by: Thane Thomson <[email protected]> * tools/rpc: Regenerate fixtures from Tendermint v0.34.21 Signed-off-by: Thane Thomson <[email protected]> * tools: Bump kvstore test to Tendermint v0.34.21 Signed-off-by: Thane Thomson <[email protected]> * tools/rpc/proto: Bump Tendermint version to v0.34.21 Signed-off-by: Thane Thomson <[email protected]> * Add changelog entry Signed-off-by: Thane Thomson <[email protected]> * tools: Bump Tendermint version in abci test Signed-off-by: Thane Thomson <[email protected]> * Bump supported version of Tendermint Core in repo readme Signed-off-by: Thane Thomson <[email protected]> * rpc: Use http dependency when enabling WebSocket client Signed-off-by: Thane Thomson <[email protected]> * Formatting Signed-off-by: Thane Thomson <[email protected]> Signed-off-by: Thane Thomson <[email protected]>
- Loading branch information
1 parent
57e5c9b
commit 55b8937
Showing
95 changed files
with
2,032 additions
and
717 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Add support for [Tendermint Core | ||
v0.34.21](https://github.com/tendermint/tendermint/blob/v0.34.21/CHANGELOG.md#v03421), | ||
which primarily involves a small addition to the configuration file | ||
([#1198](https://github.com/informalsystems/tendermint-rs/pull/1198)) |
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
4 changes: 2 additions & 2 deletions
4
rpc/tests/kvstore_fixtures/incoming/abci_query_with_existing_key.json
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
4 changes: 2 additions & 2 deletions
4
rpc/tests/kvstore_fixtures/incoming/abci_query_with_non_existent_key.json
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
2 changes: 1 addition & 1 deletion
2
rpc/tests/kvstore_fixtures/incoming/block_results_at_height_10.json
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.