Ethan Buchman
|
c9e11de2a7
|
consensus: log ProposalHeartbeat msg
|
7 years ago |
Ethan Buchman
|
f644fc5725
|
changelog
|
7 years ago |
Ethan Buchman
|
49278a7f9c
|
Merge pull request #579 from tendermint/feature/sync_status
Add fast-sync status to Status() call
|
7 years ago |
Ethan Buchman
|
b0728260e9
|
comments
|
7 years ago |
Ethan Buchman
|
92ada55e5a
|
make conR.FastSync() thread safe
|
7 years ago |
Ethan Buchman
|
8840ae6ae2
|
Merge pull request #597 from zramsay/tendermint-types-links
fix dead tendermint types links in specs
|
7 years ago |
Ethan Buchman
|
21dab22f17
|
Merge pull request #599 from zramsay/docs-getting-started
docs fixes throughout
|
7 years ago |
Ethan Buchman
|
10a849c27e
|
Merge pull request #596 from zramsay/deduplications
Deduplications
|
7 years ago |
Anton Kaliaev
|
236489aecf
|
backlog must always have higher priority
|
7 years ago |
Ethan Buchman
|
7108c66e3b
|
Merge pull request #584 from tendermint/no-empty-blocks
No empty blocks
|
7 years ago |
Ethan Buchman
|
797acbe911
|
ws: small comment
|
7 years ago |
Ethan Buchman
|
0bf66deb3c
|
fixes from review
|
7 years ago |
Ethan Buchman
|
d2f3e9faf4
|
test CreateEmptyBlocksInterval
|
7 years ago |
Ethan Buchman
|
37f1390473
|
CreateEmptyBlocks and CreateEmptyBlocksInterval
|
7 years ago |
Anton Kaliaev
|
9b5f21a650
|
[ws-server] reset readTimeout when we receive something
|
7 years ago |
Anton Kaliaev
|
8267920749
|
[ws-client] write normal close message
|
7 years ago |
Anton Kaliaev
|
6c85e4be4f
|
change server ping period to be less frequent
no need to ping ws every 10 sec
|
7 years ago |
Anton Kaliaev
|
23a87304cc
|
add a comment for PingPongLatencyTimer [ci skip]
|
7 years ago |
Anton Kaliaev
|
c14b39da5f
|
make RPC server's ping period and pong wait configurable via options
|
7 years ago |
Anton Kaliaev
|
57eee2466b
|
make WSClient thread-safe
|
7 years ago |
Anton Kaliaev
|
5d66d1c28c
|
fixes from review
|
7 years ago |
Ethan Buchman
|
fb47ca6d35
|
fixes from review
|
7 years ago |
Anton Kaliaev
|
0013053fae
|
allow to change pong wait and ping period
|
7 years ago |
Anton Kaliaev
|
1abbb11b44
|
do not exit from reconnectRoutine!
|
7 years ago |
Anton Kaliaev
|
54903adeff
|
add IsReconnecting and IsActive methods
|
7 years ago |
Anton Kaliaev
|
c08618f7e9
|
expose latency timer on WSClient
|
7 years ago |
Anton Kaliaev
|
d578f7f81e
|
biff up WS client
What's new:
- auto reconnect
- ping/pong
- colored tests
|
7 years ago |
Ethan Buchman
|
043c6018b4
|
Merge pull request #591 from tendermint/heartbeat
broadcast proposer heartbeat msg
|
7 years ago |
Ethan Buchman
|
d0965cca05
|
forgot heartbeat file
|
7 years ago |
Ethan Buchman
|
b8ac67e240
|
some fixes
|
7 years ago |
Zach Ramsay
|
350d584af8
|
docs: tons of minor improvements
closes: https://github.com/zramsay/tendermint/issues/3
closes: https://github.com/zramsay/tendermint/issues/5
|
7 years ago |
Zach Ramsay
|
e3e75376ec
|
fix mintnet-kubernetes link
|
7 years ago |
Ethan Buchman
|
ab753abfa0
|
Proposer->Proposal; sign heartbeats
|
7 years ago |
Zach Ramsay
|
bab7877fa1
|
route links to godoc rather than deprecated internal implementation, closes https://github.com/zramsay/tendermint/issues/1
|
7 years ago |
Ethan Buchman
|
10f8101314
|
fix race
|
7 years ago |
Ethan Buchman
|
530626dab7
|
broadcast proposer heartbeat msg
|
7 years ago |
Ethan Buchman
|
b96d28a42b
|
test progress in higher round
|
7 years ago |
Ethan Buchman
|
3444bee47f
|
fixes from review; use mempool.TxsAvailable() directly
|
7 years ago |
Ethan Buchman
|
cf3abe5096
|
consensus: remove rs from handleMsg
|
7 years ago |
Ethan Buchman
|
ecdda69fab
|
commit empty blocks when needed to prove app hash
|
7 years ago |
Ethan Buchman
|
fc3fe9292f
|
fixes from review
|
7 years ago |
Ethan Buchman
|
d396053872
|
changelog
|
7 years ago |
Ethan Buchman
|
e9a2389300
|
cmd: --consensus.no_empty_blocks
|
7 years ago |
Ethan Buchman
|
678a9a2e42
|
TxsAvailable tests
|
7 years ago |
Ethan Buchman
|
124032e3e9
|
NoEmptyBlocks config option
|
7 years ago |
Ethan Buchman
|
4beac54bd9
|
no empty blocks
|
7 years ago |
Ethan Buchman
|
39493bcd9a
|
consensus: isProposer func
|
7 years ago |
Zach Ramsay
|
f96771e753
|
cleanup CONTRIBUTING.md, part of https://github.com/zramsay/tendermint/issues/7
|
7 years ago |
Zach Ramsay
|
62f94a7948
|
deduplicate install, closes https://github.com/zramsay/tendermint/issues/2
|
7 years ago |
Ethan Buchman
|
e9b7221292
|
consensus: more comments
|
7 years ago |