Ethan Buchman
50f2ef548c
Merge pull request #642 from tendermint/zramsay-patch-1
Delete roadmap.md
7 years ago
Ethan Buchman
b9637f7185
Update changelog and add roadmap
7 years ago
Ethan Buchman
88138c38cf
mempool: reactor test
7 years ago
Ethan Buchman
5ad0da1750
Merge pull request #640 from tendermint/read-the-docs
Implement read the docs
7 years ago
Ethan Buchman
9deb647303
fixes from review
7 years ago
Ethan Buchman
b856c45b9c
Merge pull request #634 from tendermint/config-p2p
p2p: put maxMsgPacketPayloadSize, recvRate, sendRate in config
7 years ago
Ethan Buchman
f0f1ebe013
rpc: Block and Commit take pointers; return latest on nil
7 years ago
Ethan Buchman
34beff117a
state: comments; use wire.BinaryBytes
7 years ago
Ethan Buchman
e2e8746044
rpc: historical validators
7 years ago
Ethan Buchman
78446fd99c
state: persist validators
7 years ago
Ethan Buchman
daa258ea6d
p2p: put maxMsgPacketPayloadSize, recvRate, sendRate in config
Updates #628
7 years ago
Zach Ramsay
54c85ef8b9
try image
7 years ago
Zach Ramsay
de512c5923
fix
7 years ago
Zach Ramsay
8fd133ff19
docs: pretty-fy
7 years ago
Zach Ramsay
f5ba931115
docs: logo, add readme, fixes
7 years ago
Zach
3370e40fe1
Delete roadmap.md
file is out of date & provides no useful information
7 years ago
Zach Ramsay
e509e8f354
docs: clean a bunch of stuff up
7 years ago
Zach Ramsay
aaef2f7c84
docs: link fixes
7 years ago
Zach Ramsay
369aa5854f
docs: fix image links
7 years ago
Zach Ramsay
9d12e485e5
docs: rst-ify the intro
7 years ago
Zach Ramsay
dc54fc707e
docs: port website's intro for rtd
7 years ago
Zach Ramsay
212a5ebc2e
docs: use maxdepth 2 for spec
7 years ago
Zach Ramsay
2d2e769e96
rtd: build fixes
7 years ago
Zach Ramsay
bba35c1486
docs: rpc docs to be slate, see #526 , #629
7 years ago
Zach Ramsay
0a902ebf61
docs: organize the specification
7 years ago
Zach Ramsay
70c0f4b936
docs: convert markdown to rst
7 years ago
Zach Ramsay
e19fa59b63
docs: consolidate ADRs
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
Zach Ramsay
818314c5db
docs: add sphinx Makefile & requirements
7 years ago
Zach Ramsay
700e4bb29d
docs: test
7 years ago
Zach Ramsay
8ad4a1341f
docs: add conf.py
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
Ethan Buchman
01e008cedd
Merge pull request #607 from tendermint/zramsay-patch-1
fix link from slack to rocket
7 years ago
Emmanuel Odeke
d8af26e75a
cmd/tendermint/commands: update ParseConfig doc
7 years ago
Zach
03ddb109ec
fix link from slack to rocket
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