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

Release cosmos-sdk-proto v0.2.0 + cosmos-tx v0.2.0-pre #21

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

tony-iqlusion
Copy link
Member

@tony-iqlusion tony-iqlusion commented Dec 18, 2020

cosmos-sdk-proto v0.2.0

Added

  • grpc crate feature (#8)

Changed

  • Bump cosmos-sdk rev to v0.40.0-rc6 (#32)
  • Bump tendermint + tendermint-proto crate dependencies to v0.17 (#18)
  • Format prost/tonic output with rustfmt (#17)

cosmos-tx v0.2.0-pre

Added

  • Initial transaction builder and signer (#6)

Comment on lines +1 to +5
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Copy link
Member Author

Choose a reason for hiding this comment

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

This is my preferred changelog formatting policy. Open to other options, though.

@tony-iqlusion
Copy link
Member Author

tony-iqlusion commented Dec 18, 2020

It might be good to add #![doc(html_logo_url = "...")] attributes with a rustdoc logo before cutting a release as well.

Edit: done in #22

@tony-iqlusion
Copy link
Member Author

It seems like we should figure out a solution to #23 before cutting a final release.

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.

lets take a look at #23 if we can get it working quickly we should.

@tony-iqlusion
Copy link
Member Author

Fixing #23 ended up requiring upstream changes to cosmos-sdk. Here's a PR which bumps to the first post-v0.40.0-rc5 commit that builds:

#32

Alternatively, we could either wait for an upstream cosmos-sdk v0.40.0-rc6 before cutting a release, or instead bumping from the current v0.40.0-rc3 to v0.40.0-rc4, which I've confirmed works locally.

@tony-iqlusion tony-iqlusion changed the title Release cosmos-sdk-proto + cosmos-tx v0.2.0 Release cosmos-sdk-proto v0.2.0 + cosmos-tx v0.2.0-pre Jan 5, 2021
@tony-iqlusion tony-iqlusion force-pushed the v0.2.0 branch 2 times, most recently from daacf44 to 810f26c Compare January 5, 2021 02:53
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