-
Notifications
You must be signed in to change notification settings - Fork 225
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
update tendermint config #897
Merged
thanethomson
merged 22 commits into
informalsystems:master
from
heliaxdev:tomas/update-tendermint-config
Jun 10, 2021
Merged
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5990fb6
update db_backend config
tzemanovic 692f163
update log_level config
tzemanovic 010e06f
update tx_index config
tzemanovic 670bc5f
config - remove `prof_laddr`
tzemanovic bcffd15
config - add mempool options
tzemanovic 05f3ecb
fixup! config - add mempool options
tzemanovic a2a6346
config - add p2p options
tzemanovic 1e4fcf5
config - add RPC options
tzemanovic 2fb0e64
fixup! config - add p2p options
tzemanovic 352f69e
config - add statesync and fastsync options
tzemanovic 26433c9
config - add consensus option
tzemanovic 2b6806d
fixup! config - add p2p options
tzemanovic 5141329
update CHANGELOG
tzemanovic 2826089
fixup! update log_level config
tzemanovic ff8601e
tests - update sample config.toml
tzemanovic c65fa85
fixup! config - add p2p options
tzemanovic 953d60d
fixup! config - add statesync and fastsync options
tzemanovic 76b2112
update config tests
tzemanovic 85a3c57
update docstrings lint
tzemanovic 89f3b5f
Revert "update CHANGELOG"
tzemanovic 05ec2f7
update changelog
tzemanovic 83d2824
fixup! update changelog
tzemanovic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this entry as a separate file in the
.changelog/unreleased/bug-fixes
folder.See https://github.com/informalsystems/tendermint-rs/blob/master/CONTRIBUTING.md#changelog for details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you too,
unclog
looks very handy for this!Just a note, the format shown in CONTRIBUTING shows
- [pkg] \#xxx Some description about the change
, but the other entries in.changelog
had a slightly different format, so I followed that for consistency.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I'll update that in the contributing guidelines 👍