document testnet command & other little doc fixes#1588
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1588 +/- ##
===========================================
- Coverage 63.72% 63.58% -0.14%
===========================================
Files 103 103
Lines 9551 9551
===========================================
- Hits 6086 6073 -13
- Misses 2900 2912 +12
- Partials 565 566 +1
|
melekes
approved these changes
May 18, 2018
firelizzard18
pushed a commit
to AccumulateNetwork/tendermint
that referenced
this pull request
Feb 1, 2024
…1588) * fix: docs: default db provider moved from node to config * fix: guide: default db provider moved from node to config
iKapitonau
pushed a commit
to scrtlabs/tendermint
that referenced
this pull request
Jul 16, 2024
…ndermint#1588) (tendermint#3132) Small correction of the guide to setup a built-in cometbft application. Current example code gave me an error (DefaultDBProvider does not exist in nm/node), I believe this should be cfg/config instead. The code bellow is working for me. I did not add anything to the changelog as that seems kinda unnecessary for such a small change to just the docs. --- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments <hr>This is an automatic backport of pull request tendermint#1588 done by [Mergify](https://mergify.com). --------- Co-authored-by: Plopmenz <45976616+Plopmenz@users.noreply.github.com> Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
This file contains hidden or 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
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.
ref: #1535