Zach
3370e40fe1
Delete roadmap.md
file is out of date & provides no useful information
7 years ago
Ethan Buchman
30d351b0c1
Merge pull request #623 from tendermint/fix/no-config-on-version
cmd: don't load config for version command. closes #620
7 years ago
Ethan Buchman
d87acc2d1b
cmd: don't load config for version command. closes #620
7 years ago
Ethan Buchman
f2349b1092
Merge pull request #526 from tendermint/feature/rpc-docs
RPC docs
7 years ago
Ethan Buchman
7824b66f5b
Merge pull request #548 from tendermint/indexing-proposal
Indexing proposal
7 years ago
Ethan Buchman
83048fb2fe
Merge pull request #604 from tendermint/bugfix/ws-io-timeout
Biff up RPC WSClient
7 years ago
Ethan Buchman
9dde1a0bd4
rpc: comments
7 years ago
Ethan Buchman
bc9092d7db
Merge pull request #609 from orijtech/parseConfig-doc-update
cmd/tendermint/commands: update ParseConfig doc
7 years ago
Ethan Buchman
56b959b9f9
Merge pull request #611 from tendermint/dont_panic
Dont panic
7 years ago
Zach Ramsay
b3796e0aaa
rpc: typo fixes
7 years ago
Anton Kaliaev
d24083b257
generate md for Slate
8 years ago
Anton Kaliaev
83ec9f773a
wrote docs for rpc methods [ci skip]
for all of them except unsafe
8 years ago
Ethan Buchman
9ceccbe9a4
consensus: recover panics in receive routine
7 years ago
Ethan Buchman
35a4912449
dont panic on getVoteBitArray
7 years ago
Emmanuel Odeke
d8af26e75a
cmd/tendermint/commands: update ParseConfig doc
7 years ago
Anton Kaliaev
2fd8496bc1
correct handling of pings and pongs
server:
- always has read & write timeouts
- ping handler never blocks the reader (see A)
- sends regular pings to check up on a client
A:
at some point server write buffer can become full, so in order not to
block reads from a client (see
https://github.com/gorilla/websocket/issues/97 ), server may skip some
pongs. As a result, client may disconnect. But you either have to do
that or block the reader. There is no third way.
client:
- optional read & write timeouts
- optional ping/pong to measure latency
7 years ago
Ethan Buchman
8d7640894d
Merge pull request #606 from tendermint/release-v0.10.3
Release v0.10.3
7 years ago
Ethan Buchman
c5a657f540
consensus: test proposal heartbeat
7 years ago
Ethan Buchman
1ea43e513d
version bump
7 years ago
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