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

cosmos-sdk-rs v0.2.0 #92

Merged
merged 1 commit into from
Jun 24, 2021
Merged

cosmos-sdk-rs v0.2.0 #92

merged 1 commit into from
Jun 24, 2021

Conversation

tony-iqlusion
Copy link
Member

Added

  • Staking functions (#82)
  • More detail to AccountId parsing errors (#85)
  • Basic BIP32 support (#91)

Changed

  • Bump tendermint* crate dependencies to v0.20; MSRV 1.51+ (#89)

@tony-iqlusion tony-iqlusion requested a review from jkilpatr June 24, 2021 18:48
Copy link
Contributor

@jkilpatr jkilpatr left a comment

Choose a reason for hiding this comment

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

Looks great, lets go!

@tony-iqlusion
Copy link
Member Author

Running into a really weird TOML error trying to publish:

$ cargo publish
error: failed to prepare local package for uploading

Caused by:
  values must be emitted before tables

@tony-iqlusion
Copy link
Member Author

Looks like that was a bug in 1.51.0 (which is currently pinned in rust-version) related to resolver = "2".

I was able to publish using Rust 1.53.0.

@tony-iqlusion tony-iqlusion merged commit d674c6e into main Jun 24, 2021
@tony-iqlusion tony-iqlusion deleted the cosmos-sdk-rs/v0.2.0 branch June 24, 2021 20:46
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.

2 participants