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 |
Jae Kwon
|
8128627f08
|
Optimizing blockchain reactor.
Should be paired with https://github.com/tendermint/iavl/pull/65.
|
6 years ago |
ValarDragon
|
2bcd7e5962
|
tm-bench: Update dependencies, add total metrics
* Update tendermint to develop branch
* Update tmlibs to develop branch
* Add total field for txs and blocks
|
6 years ago |
ValarDragon
|
b7925cd34f
|
tmbench: Make tx size configurable
* Make the parameter for tx size in bytes -s <size>, w/ default value 250
|
6 years ago |
zramsay
|
835af6fcb9
|
link fixes
|
6 years ago |
zramsay
|
6c92a6f99a
|
prepare RTD dismantling
|
6 years ago |
Alexander Simmerl
|
c3769b88e4
|
Merge pull request #100 from tendermint/bucky/tm-bench-fixes
Fix tm-bench metrics
|
6 years ago |
Alexander Simmerl
|
65b479dd65
|
tm-bench: Improve code shape
* return error so main controls exit states
* formatting
* order imports
|
6 years ago |
ValarDragon
|
7eb2674e2b
|
tmbench: Fix iterating through the blocks, update readme
|
6 years ago |
Alexander Simmerl
|
f62d6651e3
|
Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections
limit number of open connections
|
6 years ago |
Ethan Buchman
|
e79b642d8d
|
wip fixes
|
7 years ago |
Alexander Simmerl
|
0d35d722cb
|
rpc: Break up long lines
|
6 years ago |
Alexander Simmerl
|
e39e43f86f
|
Merge pull request #1790 from tendermint/xla/merge-abci-tmlibs
Merge abci
|
6 years ago |
Alexander Simmerl
|
e9e00c4db7
|
Merge pull request #1797 from SamuelSarle/develop
Rename sync_info.syncing to sync_info.catching_up
|
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 |
Samuel Sarle
|
8554a6dcd8
|
Renamed sync_info.syncing to sync_info.catching_up.
|
6 years ago |
Anton Kaliaev
|
f5b8849106
|
bump max connections number to 900
|
6 years ago |
Alexander Simmerl
|
01f6009518
|
abci: Add comment for doc update
|
6 years ago |
Alexander Simmerl
|
3f34deab90
|
abci: Remove LICENSE
|
6 years ago |
Alexander Simmerl
|
693a973997
|
abci: Remove nested .gitignore
|
6 years ago |
Alexander Simmerl
|
02e5cbaa07
|
abci: Remove old repo docs
|
6 years ago |
Alexander Simmerl
|
77573a1bad
|
ci: Move over abci-cli tests
|
6 years ago |
Alexander Simmerl
|
3ff3a8ec37
|
ci: Setup abci in dependency step
|
6 years ago |
Zach
|
47256cfda2
|
update ports from 466* to 266* (#104)
* updates ports from 466* to 266*
* missed a port
|
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)
|
7 years ago |
Alexander Simmerl
|
a605b66c5a
|
Move abci imports
|
6 years ago |
Alexander Simmerl
|
3e1baf68f8
|
crypto: Rename last traces of go-crypto (#1786)
Follow-up to #1782
|
6 years ago |
Alexander Simmerl
|
4bee228ba7
|
Add abci repo
|
6 years ago |
Alexander Simmerl
|
7e3de2027e
|
Merge pull request #1787 from tendermint/dev/hkdfchachapoly_testvector_seal
crypto/hkdfchachapoly: Add testing seal to the test vector
|
6 years ago |
ValarDragon
|
3ae878b229
|
crypto/hkdfchachapoly: Add testing seal to the test vector
|
6 years ago |
Ethan Buchman
|
2b5229dd5e
|
Merge pull request #1782 from Liamsi/merge-city
Merge go-crypto into tendermint
|
6 years ago |
Ethan Buchman
|
9cd9f3338b
|
Merge branch 'master' into develop
|
6 years ago |
Ethan Buchman
|
46369a1ab7
|
Merge pull request #1779 from tendermint/release/v0.21.0
Release/v0.21.0
|
6 years ago |
Ethan Buchman
|
1e3951c61c
|
update changelog
|
6 years ago |
Liamsi
|
9803f18494
|
review comments:
gofmt
|
6 years ago |
Liamsi
|
a39b2522d5
|
review comments:
- re-add test
- add TODO
- err instead of panic where possible
|
6 years ago |
Liamsi
|
c96b27136f
|
remove go-crypto from go-crypto:
use tendermint/crypto :-)
|
6 years ago |
Liamsi
|
80ab7bfe99
|
fix p2p test in circleci
|
6 years ago |
Liamsi
|
f3d755f5e8
|
please the linter gods:
crypto/hkdfchacha20poly1305/hkdfchachapoly_test.go:36:25:warning: should use make([]byte, 24) instead (S1019) (gosimple)
|
6 years ago |
Liamsi
|
8329b86570
|
more changes from #1721
|
6 years ago |
Liamsi
|
4fb40e5437
|
cherry pick @melekes changes
|
6 years ago |
Liamsi
|
25397fb9f8
|
more changes from #1721
|
7 years ago |
Liamsi
|
6677f81ffb
|
revert change from #1721
makes TestListener never quit
|
7 years ago |
Liamsi
|
5a70fa6f35
|
fix typos
|
7 years ago |
Liamsi
|
d2c05bc5b9
|
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
|
7 years ago |