This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
release v0.7.2 #139
Merged
release v0.7.2 #139
Conversation
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
* Add changelog - Added a Changelog closes #65 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
Update protobuf to 2.8
* updated cargo + changelog * Fix edition + bump dependencies
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.6.2...v0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Updates the requirements on [futures](https://github.com/rust-lang-nursery/futures-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@futures-cpupool-0.1.1...0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Release for 0.6.3 - changes to get ready for new release Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * add changelog entries
Solution: propagate panic to quit the whole server.
abci updated to 0.33
closes #122 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
rewrote the server routine to use async-await, as tokio 0.2 requires it (encoder/decoder are now in tokio_util crate; used tokio sync Mutex instead of std) added a panic hook, as otherwise the runtime may hang if internal app panics. as there's no way for apps to be signalled that connection dropped, there's an explicit panic now (so the app can restart from the committed state)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
note this may be the last release (so that at least dependencies are up to date) before this repo is archived -- future development will continue in informalsystems/tendermint-rs#388 (comment) after abci-rs is absorbed (it has invariant checking, unix domain socket support etc. that was planned)