Piotr Pędziwiatr
a36dd49eae
docs: go tutorial fixed for 0.35.0 version ( #7329 ) ( #7330 )
3 years ago
Callum Waters
c3dc7d20df
docs: add roadmap to repo ( #7107 )
3 years ago
Marko
df2d744ea9
config/docs: update and deprecated ( #6879 )
## Description
- Add deprecated to config values in toml
- update config in configuration doc
- explain how to set up a node with the new network
- add sentence about not needing to fork tendermint for built-in tutorial
- closes #6865
- add note to use a released version of tendermint with the tutorials. This is to avoid unknown issues prior to a release.
3 years ago
Sam Kleinman
9dfdc62eb7
proxy: move proxy package to internal ( #6953 )
3 years ago
Jeeyong Um
c9347a0647
docs: remove return code in normal case from go built-in example ( #6841 )
An explicit exit prevents the deferred cleanup code from running. In this case,
falling off the end of main will achieve the same goal as an explicit exit.
3 years ago
William Banfield
b2502b5e53
tooling: use go version 1.16 as minimum version ( #6642 )
3 years ago
Sam Kleinman
a855f96946
p2p: renames for reactors and routing layer internal moves ( #6547 )
3 years ago
Callum Waters
358d1a28b8
node: remove mode defaults. Make node mode explicit ( #6282 )
4 years ago
winor
f57aaa4925
docs/tutorials: fix sample code ( #6186 )
4 years ago
Marko
809a5e876c
docs/tutorials: fix proto file names ( #6112 )
## Description
Fix protobuf file names
4 years ago
Marko
1128244f4f
docs: specify master for tutorials ( #5822 )
## Description
Specify master for tutorials.
I will have a followup PR for 0.34 that specifies 0.34
Ref: #5735
4 years ago
Callum Waters
ebff8a96a5
docs: use hyphens instead of snake case ( #5802 )
4 years ago
Marko
82e4693cc5
abci: remove setOption ( #5447 )
Remove Response/Request SetOption from ABCI.
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
4 years ago
Anton Kaliaev
01c32c62e8
docs: specify TM version in go tutorials ( #5427 )
Closes https://github.com/tendermint/tendermint/issues/5425
4 years ago
Marko
33559e0868
docs: fix go tutorials ( #5267 )
## Description
fix go tutorials to work with master
Closes: #XXX
4 years ago
John Adler
0ae0c2d837
Fix some broken links ( #5261 )
## Description
Fix a bunch of old and broken links in markdown files.
4 years ago
Marko
4a38bd216e
docs: cleanup ( #5252 )
4 years ago