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/v0.11.0 #92

Merged
merged 9 commits into from
Dec 11, 2019
Merged

Release/v0.11.0 #92

merged 9 commits into from
Dec 11, 2019

Conversation

ebuchman
Copy link
Member

Added everything from v0.10. Moving forward we need to enforce PRs include these themselves. Perhaps we should adopt the conventions from Tendermint Core as we're accustomed to it.

Bumped the version in the Cargo.toml and the lib.rs - anything else needed? Not sure exactly what's required in a release.

Also should we wait to include #84?

@liamsi
Copy link
Member

liamsi commented Dec 11, 2019

Also should we wait to include #84?

I don't think it is necessary wait for this. We can do a next release as soon as we have a fully working light client instead?

@liamsi
Copy link
Member

liamsi commented Dec 11, 2019

Bumped the version in the Cargo.toml and the lib.rs - anything else needed? Not sure exactly what's required in a release.

As far as I remember that's were the only necessary changes in the repo (maybe @tarcieri has sth to add). I followed the procedure described here to publish the crate (but it's been a while).

@liamsi
Copy link
Member

liamsi commented Dec 11, 2019

Moving forward we need to enforce PRs include these themselves. Perhaps we should adopt the conventions from Tendermint Core as we're accustomed to it.

Good point! Yeah, let's follow all the established conventions from tendermint core where it makes sense 🎉

@ebuchman ebuchman marked this pull request as ready for review December 11, 2019 22:36
@ebuchman
Copy link
Member Author

Great I opened it for review/approval!

CHANGES.md Outdated
- `subtle-encoding` from `0.3` to `0.5` ([#47])
- `uuid` from `0.7` to `0.8` ([#91])
- replace `rand_os` with `getrandome` ([#90])
- pin to `ed25519-dalek` `1.0.0-pre.3` ([#83])
Copy link
Member

@liamsi liamsi Dec 11, 2019

Choose a reason for hiding this comment

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

This change was reverted by updating to signatory 0.17 (which now does the pinning for us). Do you still want to include it here? This is probably not necessary.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I effectively reverted that and opened an upstream issue here (which has since been fixed): dalek-cryptography/ed25519-dalek#108

Copy link
Member Author

Choose a reason for hiding this comment

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

Duh thanks will remove.

CHANGES.md Outdated Show resolved Hide resolved
tendermint/Cargo.toml Outdated Show resolved Hide resolved
Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

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

ebuchman and others added 2 commits December 11, 2019 18:12
Co-Authored-By: Ismail Khoffi <Ismail.Khoffi@gmail.com>
Co-Authored-By: Ismail Khoffi <Ismail.Khoffi@gmail.com>
liamsi
liamsi previously approved these changes Dec 11, 2019
Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

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

dancing-ferris

tarcieri
tarcieri previously approved these changes Dec 11, 2019
@tarcieri
Copy link
Contributor

:shipit:

@ebuchman ebuchman dismissed stale reviews from tarcieri and liamsi via 4b56312 December 11, 2019 23:21
Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

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

Looks like the last 2 commits (that invalidated the approving reviews) were only due to locally catching up with the changes from upstream (?). Still LGTM :-)

@ebuchman ebuchman merged commit 7b26481 into master Dec 11, 2019
@ebuchman ebuchman deleted the release/v0.11.0 branch December 11, 2019 23:27
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

3 participants