ValarDragon
99e582d79a
crypto: Refactor to move files out of the top level directory
Currently the top level directory contains basically all of the code
for the crypto package. This PR moves the crypto code into submodules
in a similar manner to what `golang/x/crypto` does. This improves code
organization.
Ref discussion: https://github.com/tendermint/tendermint/pull/1966
Closes #1956
6 years ago
Zach
40342bfa4a
Update DOCS_README.md ( #1985 )
6 years ago
Jeremiah Andrews
6c4ca140ed
Add private peer ID tracking to AddrBook ( #1989 )
* Add private peer ID tracking to AddrBook
* Remove private peer tracking/blocking from pex
* debug level msg when we fail to add private address
6 years ago
Dev Ojha
14cebd181d
config: 10x default send/recv rate ( #1978 )
* config: 10x default send/recv rate
This increases the default send/recv rate from 512 kB/s to 5.12 mB/s
Closes #1752
* Fix typo
6 years ago
Zach
bbf2bd1d81
Deprecate/refactor content in docs/specification ( #1934 )
* docs: deprecate specification dir, closes #1814
* update genesis
* old spec dir, deprecation complete
* rm a file
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Anton Kaliaev
4de9d42e4c
limit the number of requests in flights for Prometheus server ( #1927 )
* limit the number of requests in flights for Prometheus server
Closes #1804
Default to 1 because usually there's just one collector.
* config: Up default for prom connections
6 years ago
Peng Zhong
0030a8e697
Peng/deprecate aib data ( #1926 )
* include ecosystem.json
* update changelog
* also include zarko's interview
6 years ago
Anton Kaliaev
ed01638076
remove doc. about no longer existing config option
6 years ago
Zach Ramsay
bef04114ef
docs: md fixes & latest tm-bench/monitor
6 years ago
Zach Ramsay
539722c02d
ports
6 years ago
Zach Ramsay
e54c0f804f
docs re-orgnization
6 years ago
Zach Ramsay
79d6bd8ce0
TEST
6 years ago
Zach Ramsay
14b6010240
move a file
6 years ago
Zach
07747de305
add docs/DOCS_README.md for devs, closes #1885 ( #1905 )
6 years ago
Zach Ramsay
82a43593ab
add linters to docs
6 years ago
Zach Ramsay
ccaad06eb5
lint markdown
6 years ago
Ethan Buchman
bff68abe04
update abci spec
6 years ago
Zach Ramsay
fcf8bd94c2
docs/examples: update getting started and remove old script (now in scripts/install)
6 years ago
Zach Ramsay
0821ccb603
docs/examples: remove node* files
6 years ago
Anton Kaliaev
a42c58604d
remove init_testnet script
`tendermint testnet` cmd should be used instead
Closes #1774
6 years ago
Ethan Buchman
ec710395b7
RIPEMD160 -> SHA256
6 years ago
Ethan Buchman
d47b4ef12d
update some docs
6 years ago
Ethan Buchman
da4632c651
docs/spec: update address spec to sha2 for ed25519
6 years ago
Ethan Buchman
f35ebd5cf7
docs: minor fix for abci query peer filter
6 years ago
Lawrence Tran
bb0313d060
Fix typo ( #1837 )
The base64 encoding for 'abcd' is incorrect for the python decoding examples.
6 years ago
Zach Ramsay
71da5e128a
fix url path because cloudfront
6 years ago
Anton Kaliaev
61c5791fa3
revert back to Jae's original payload size limit
except now we calculate the max size using the maxPacketMsgSize()
function, which frees developers from having to know amino encoding
details.
plus, 10 additional bytes are added to leave the room for amino upgrades
(both making it more efficient / less efficient)
6 years ago
Anton Kaliaev
f760c24ff0
[config] remove MaxBlockSizeTxs and MaxBlockSizeBytes in favor of consensus params
6 years ago
Dev Ojha
b1d6deaf0b
config: rename skip_upnp to upnp ( #1827 )
* config: rename skip_upnp to upnp
Change default option to enable upnp.
Closes #1806
* doc updates
- fix comment and set UPNP to false in TestP2PConfig
- add UPNP to config template
- update changelog
6 years ago
Anton Kaliaev
9f656e1239
add a link to full node guide
Refs https://github.com/tendermint/tendermint/pull/1800/files#r197919542
6 years ago
Zach Ramsay
c6626f94de
the last RTD version is archived
6 years ago
Zach Ramsay
516b3399f3
docs: update js-abci example
closes https://github.com/tendermint/js-abci/issues/21
6 years ago
Ethan Buchman
1215081951
adr: update readme
6 years ago
Ethan Buchman
500fca8efe
fixes from review
6 years ago
Anton Kaliaev
f6ff6b0e15
use consistent naming for protobuf
protobuf -> proto
protobuf version X -> protoX
6 years ago
Ethan Buchman
956e6d3435
change BeginBlock validators to LastCommitInfo
7 years ago
Ethan Buchman
3e1684d2a2
adr-010-crypto-changes
7 years ago
Ethan Buchman
a25d181074
adr-009: add references
7 years ago
Ethan Buchman
7d82bdb3e6
adr-009: no pubkeys in beginblock
7 years ago
Ethan Buchman
c48ff031cd
add ADR-009 for ABCI design upgrade
7 years ago
zramsay
835af6fcb9
link fixes
6 years ago
zramsay
6c92a6f99a
prepare RTD dismantling
6 years ago
Zach Ramsay
003d8956a5
rm dead docs file
6 years ago
Zach
867550dd8b
docs: update abci links ( #1796 )
6 years ago
Zach Ramsay
c1548c7861
docs readme is vuepress landing page
6 years ago
Zach Ramsay
8ff95bf32c
remove old code
6 years ago
Anton Kaliaev
936a655990
limit number of open connections
Refs #1740
also, expose limit option for number concurrent streams for gRPC
(unlimited by default)
6 years ago
Alexander Simmerl
3e1baf68f8
crypto: Rename last traces of go-crypto ( #1786 )
Follow-up to #1782
6 years ago