Skip to content
New issue

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

Bump tendermint-rs crates to v0.26; MSRV 1.59 #302

Merged
merged 1 commit into from Nov 2, 2022

Conversation

tony-iqlusion
Copy link
Member

This release removes the need to pin to specific versions, allowing the requirements to shift to ^.

It includes some changes related to the elimination of tendermint::abci, namely Gas is now aliased to u64, Data is aliased to Vec<u8>, and Hash uses tendermint::Hash.

cc @tomtau

let attempts = 5;

// TODO(tarcieri): better conversion or unified `Hash` type, see tendermint-rs#1221
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -178,7 +178,13 @@ impl Tx {
where
C: rpc::Client + Send + Sync,
{
let response = rpc_client.tx(tx_hash, false).await?;
// TODO(tarcieri): better conversion or unified `Hash` type, see tendermint-rs#1221
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomtau
Copy link
Contributor

tomtau commented Nov 1, 2022

plus MSRV bump is needed ed14ea0

@tony-iqlusion tony-iqlusion changed the title Bump tendermint-rs crates to v0.26 Bump tendermint-rs crates to v0.26; MSRV 1.59 Nov 1, 2022
@tony-iqlusion tony-iqlusion force-pushed the tendermint-v0.16 branch 2 times, most recently from 70a02d0 to 11290d9 Compare November 1, 2022 23:59
This release removes the need to pin to specific versions, allowing the
requirements to shift to `^`.

It includes some changes related to the elimination of
`tendermint::abci`, namely `Gas` is now aliased to `u64`, `Data` is
aliased to `Vec<u8>`, and `Hash` uses `tendermint::Hash`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants