Anton Kaliaev
|
8412b75b10
|
Merge pull request #1800 from tendermint/zach/more-docs-fixes
docs cleanup
|
2018-06-26 11:33:25 +04:00 |
|
Anton Kaliaev
|
9f656e1239
|
add a link to full node guide
Refs https://github.com/tendermint/tendermint/pull/1800/files#r197919542
|
2018-06-26 11:21:25 +04:00 |
|
Anton Kaliaev
|
7f4498f8b1
|
remove no longer needed install_abci_apps script
Fixes
https://circleci.com/gh/tendermint/tendermint/12923?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
|
2018-06-26 11:10:54 +04:00 |
|
Jae Kwon
|
538c410bcd
|
Fixes from review
|
2018-06-25 18:16:16 -07:00 |
|
Jae Kwon
|
c3296f2e01
|
Garbage collect DBProvider (unoptimized); Certifier creation takes a client
|
2018-06-25 17:13:00 -07:00 |
|
Jae Kwon
|
242a6037e8
|
Fixes from review
|
2018-06-25 17:12:52 -07:00 |
|
Jae Kwon
|
bf0ff212b9
|
Refactor "lite" to handle delayed validator set changes.
Also, fix consensus liveness issue.
|
2018-06-25 17:12:25 -07:00 |
|
Jae Kwon
|
a5b7ea93c4
|
Delay validator set changes by 1 block.
|
2018-06-25 16:59:00 -07:00 |
|
Zach Ramsay
|
c6626f94de
|
the last RTD version is archived
|
2018-06-25 10:33:18 -04:00 |
|
Zach
|
fd55ccdd99
|
Merge branch 'develop' into zach/more-docs-fixes
|
2018-06-25 10:27:33 -04:00 |
|
Zach Ramsay
|
516b3399f3
|
docs: update js-abci example
closes https://github.com/tendermint/js-abci/issues/21
|
2018-06-25 10:14:32 -04:00 |
|
Jae Kwon
|
e09e3a56f3
|
Merge pull request #225 from tendermint/develop
0.9.0 release
|
2018-06-24 19:41:18 -07:00 |
|
Jae Kwon
|
49596e0a1f
|
Bump version to 0.9.0
|
2018-06-24 19:40:24 -07:00 |
|
Jeremiah Andrews
|
cb08d28d40
|
Reverse iterators (#224)
with passing tests
|
2018-06-24 19:37:32 -07:00 |
|
ValarDragon
|
3b461bfbe9
|
tmbench: Update dependencies to use tendermint's master
|
2018-06-24 22:40:55 +04:00 |
|
Ethan Buchman
|
ce0d0b312f
|
Merge pull request #1711 from tendermint/bucky/adrs
Bucky/adrs
|
2018-06-23 09:22:14 -04:00 |
|
Ethan Buchman
|
1215081951
|
adr: update readme
|
2018-06-23 09:29:46 -04:00 |
|
Ethan Buchman
|
500fca8efe
|
fixes from review
|
2018-06-23 09:29:46 -04:00 |
|
Anton Kaliaev
|
f6ff6b0e15
|
use consistent naming for protobuf
protobuf -> proto
protobuf version X -> protoX
|
2018-06-23 09:29:46 -04:00 |
|
Ethan Buchman
|
956e6d3435
|
change BeginBlock validators to LastCommitInfo
|
2018-06-23 09:28:44 -04:00 |
|
Ethan Buchman
|
3e1684d2a2
|
adr-010-crypto-changes
|
2018-06-23 09:28:44 -04:00 |
|
Ethan Buchman
|
a25d181074
|
adr-009: add references
|
2018-06-23 09:28:44 -04:00 |
|
Ethan Buchman
|
7d82bdb3e6
|
adr-009: no pubkeys in beginblock
|
2018-06-23 09:28:44 -04:00 |
|
Ethan Buchman
|
c48ff031cd
|
add ADR-009 for ABCI design upgrade
|
2018-06-23 09:28:44 -04:00 |
|
Jae Kwon
|
8128627f08
|
Optimizing blockchain reactor.
Should be paired with https://github.com/tendermint/iavl/pull/65.
|
2018-06-22 21:47:48 -07:00 |
|
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
|
2018-06-23 08:26:11 +04:00 |
|
ValarDragon
|
b7925cd34f
|
tmbench: Make tx size configurable
* Make the parameter for tx size in bytes -s <size>, w/ default value 250
|
2018-06-23 08:26:11 +04:00 |
|
zramsay
|
835af6fcb9
|
link fixes
|
2018-06-23 00:06:04 +00:00 |
|
zramsay
|
6c92a6f99a
|
prepare RTD dismantling
|
2018-06-23 00:00:42 +00:00 |
|
Alexander Simmerl
|
c3769b88e4
|
Merge pull request #100 from tendermint/bucky/tm-bench-fixes
Fix tm-bench metrics
|
2018-06-23 01:58:56 +02:00 |
|
Alexander Simmerl
|
65b479dd65
|
tm-bench: Improve code shape
* return error so main controls exit states
* formatting
* order imports
|
2018-06-23 01:57:50 +02:00 |
|
ValarDragon
|
7eb2674e2b
|
tmbench: Fix iterating through the blocks, update readme
|
2018-06-22 16:24:18 -07:00 |
|
Alexander Simmerl
|
f62d6651e3
|
Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections
limit number of open connections
|
2018-06-23 01:15:03 +02:00 |
|
Ethan Buchman
|
e79b642d8d
|
wip fixes
|
2018-06-22 16:06:24 -07:00 |
|
Alexander Simmerl
|
0d35d722cb
|
rpc: Break up long lines
|
2018-06-23 01:01:31 +02:00 |
|
Alexander Simmerl
|
e39e43f86f
|
Merge pull request #1790 from tendermint/xla/merge-abci-tmlibs
Merge abci
|
2018-06-23 00:55:31 +02:00 |
|
Alexander Simmerl
|
e9e00c4db7
|
Merge pull request #1797 from SamuelSarle/develop
Rename sync_info.syncing to sync_info.catching_up
|
2018-06-23 00:49:47 +02:00 |
|
Zach Ramsay
|
003d8956a5
|
rm dead docs file
|
2018-06-22 18:23:45 -04:00 |
|
Zach
|
867550dd8b
|
docs: update abci links (#1796)
|
2018-06-23 00:16:51 +02:00 |
|
Zach Ramsay
|
c1548c7861
|
docs readme is vuepress landing page
|
2018-06-22 18:13:25 -04:00 |
|
Zach Ramsay
|
8ff95bf32c
|
remove old code
|
2018-06-22 18:10:50 -04:00 |
|
Samuel Sarle
|
8554a6dcd8
|
Renamed sync_info.syncing to sync_info.catching_up.
|
2018-06-23 00:20:49 +03:00 |
|
Anton Kaliaev
|
f5b8849106
|
bump max connections number to 900
|
2018-06-22 22:48:20 +04:00 |
|
Alexander Simmerl
|
01f6009518
|
abci: Add comment for doc update
|
2018-06-22 20:36:29 +02:00 |
|
Alexander Simmerl
|
3f34deab90
|
abci: Remove LICENSE
|
2018-06-22 20:29:23 +02:00 |
|
Alexander Simmerl
|
693a973997
|
abci: Remove nested .gitignore
|
2018-06-22 20:28:54 +02:00 |
|
Alexander Simmerl
|
02e5cbaa07
|
abci: Remove old repo docs
|
2018-06-22 20:23:37 +02:00 |
|
Alexander Simmerl
|
77573a1bad
|
ci: Move over abci-cli tests
|
2018-06-22 20:09:44 +02:00 |
|
Alexander Simmerl
|
3ff3a8ec37
|
ci: Setup abci in dependency step
|
2018-06-22 19:29:44 +02:00 |
|
Zach
|
47256cfda2
|
update ports from 466* to 266* (#104)
* updates ports from 466* to 266*
* missed a port
|
2018-06-22 19:55:07 +04:00 |
|