-
Notifications
You must be signed in to change notification settings - Fork 13
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.16.0 #1433
Merged
Merged
Release v0.16.0 #1433
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
Rename workflow by process in execution proto doc
β¦nd delete function
Add credential using grpc metadata
Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/tendermint/tm-db/releases) - [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md) - [Commits](tendermint/tm-db@v0.1.1...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases) - [Changelog](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/CHANGELOG.md) - [Commits](grpc-ecosystem/go-grpc-middleware@v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.23.0...v1.23.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Use rsync to copy a file
β¦cies Update dependencies
- do not parse flags because --experimentl is undefined at this point
Refactor sdk deprecated and system services
Remove core api
Load genesis from file and generate it if it doesn't exist
β¦settable by env.
Read config from file
β¦ervice-env Remove MESG_ENDPOINT_TCP from service envs
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.23.1 to 1.24.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.23.1...v1.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.32.4 to 0.32.6. - [Release notes](https://github.com/tendermint/tendermint/releases) - [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md) - [Commits](tendermint/tendermint@v0.32.4...v0.32.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/go-playground/locales](https://github.com/go-playground/locales) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/go-playground/locales/releases) - [Commits](go-playground/locales@v0.12.1...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [gopkg.in/go-playground/validator.v9](https://github.com/go-playground/validator) from 9.29.1 to 9.30.0. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v9.29.1...v9.30.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/gogo/protobuf/releases) - [Commits](gogo/protobuf@v1.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Dependencies update
Set block creation time to 1s instead of 10s
Changelog v0.16.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Nice works guys:
+2,613 β20,353 π
v0.16.0
Breaking Changes
Added
Changed
Fixed
Removed
MESG_ENDPOINT_TCP
from service env.