Anton Kaliaev
3f9aa8d8fa
document that msgBytes in p2p/connection change
7 years ago
Anton Kaliaev
d6d1f8512d
do not reset pingTimer
don't bother with this "only ping when we havent heard from them". lets
just always ping every peer from the sendRoutine every 10s no matter
what. if they dont pong within pongTimeout, disconnect :)
7 years ago
Anton Kaliaev
2b2c233977
write docs for Reactor interface
7 years ago
Ethan Buchman
7640e6a29f
add some p2p TODOs
7 years ago
Ethan Buchman
9e767771fc
Merge pull request #1188 from ltfschoen/patch-1
Update getting-started.rst with Python 3 example
7 years ago
Luke Schoen
f37c502fd8
Update getting-started.rst with Python 3 example
7 years ago
Ethan Buchman
bf84e82577
Merge pull request #1184 from tendermint/sdk2-tmlibs-abci
Updates for tmlibs and abci (sdk2)
7 years ago
Ethan Buchman
abca9a2d61
woops - bring back glide.lock file
7 years ago
Ethan Buchman
d34286c421
minor fixes - tests pass
7 years ago
Anton Kaliaev
bb2bdbc0e1
add missing element (tag.Value) to keyForTag
encoded as %s. not sure this will work with raw bytes
7 years ago
Ethan Buchman
e7747f7d66
it compiles
7 years ago
Ethan Buchman
7a5060dc52
replace data.Bytes with cmn.HexBytes
7 years ago
Ethan Buchman
426379dc47
remove use of wire/nowriter
7 years ago
Ethan Buchman
cd0fd06b0d
update for sdk2 libs. need to fix kv test
NOTE we only updating for tmlibs and abci
7 years ago
Ethan Buchman
4e3488c677
update types
7 years ago
Ethan Buchman
061ad355bb
update glide
7 years ago
Ethan Buchman
2679b7554b
lite: comment out iavl code - TODO #1183
7 years ago
Ethan Buchman
62c9cad484
Merge pull request #1180 from tendermint/1146-add-BFT-time-spec
Add BFT time spec
7 years ago
Zarko Milosevic
4cbdbbaac9
Add BFT time spec
7 years ago
Ethan Buchman
2919bc3f7f
Merge pull request #1178 from tendermint/nice-err-msg
improve error message
7 years ago
Zach Ramsay
1c01671ec6
improve vague error msg, closes #1158
7 years ago
Ethan Buchman
fe632ea32a
spec: minor fixes
7 years ago
Zach Ramsay
5b368252ac
spec: more fixes
7 years ago
Zach Ramsay
8cca953590
spec: remove notes, see #1152
7 years ago
Zach Ramsay
4b4a2029c4
spec: typos & other fixes
7 years ago
Ethan Buchman
6aa85357b6
Merge pull request #1160 from shapeshed/patch-1
Fix documentation typos
7 years ago
Ethan Buchman
eae62ec09b
Merge branch 'develop' into patch-1
7 years ago
Ethan Buchman
18d96266bc
Merge pull request #1140 from tendermint/feature/vagrant
Fix Vagrantfile
7 years ago
George Ornbo
4529fd6787
Fix documentation typos
7 years ago
Ethan Buchman
4a99a2a07d
update contributing.md
7 years ago
Adrian Brink
4b63b3aa0b
Switch to correct directory in Vagrant
7 years ago
Adrian Brink
fc860c3a07
Final Vagrantfile
7 years ago
Adrian Brink
2f147ec000
Remove upgrade step
7 years ago
Adrian Brink
0a7a190cd1
Fix vagrantfile
If you get an error, please run `vagrant box update`.
7 years ago
Ethan Buchman
3366dfe32a
Merge pull request #1151 from tendermint/fix/p2p-stop-conn
p2p/conn: fix blocking on pong during quit and break out of loops
7 years ago
Ethan Buchman
baff4bd8cc
p2p/conn: better handling for some stop conditions
7 years ago
Ethan Buchman
fb109db33d
update changelog
7 years ago
Ethan Buchman
2f5971532e
Merge pull request #1154 from tendermint/fix/consensus-tests
consensus: fix SetLogger in tests
7 years ago
Ethan Buchman
ab13806276
consensus: print go routines in failed test
7 years ago
Ethan Buchman
3ae26bd6e6
consensus: fix SetLogger in tests
7 years ago
Ethan Buchman
27ef3489a0
Merge pull request #1049 from tendermint/p2p-channels
p2p: add Channels to NodeInfo and don't send for unknown channels
7 years ago
Ethan Buchman
b6eb275b22
p2p: fix break in double loop
7 years ago
Ethan Buchman
57cc8ab977
Merge pull request #1143 from tendermint/1091-race-condition
call FlushSync before calling CommitSync
7 years ago
Ethan Buchman
99034904f8
p2p: fix tests for required channels
7 years ago
Ethan Buchman
a0ffcbcee4
Merge pull request #1137 from tendermint/docs-consolidate
WIP: docs consolidation
7 years ago
Ethan Buchman
260affd037
docs consolidation
7 years ago
Ethan Buchman
d7b1b8d3d5
Merge pull request #1129 from tendermint/addrbook
p2p: bust up into sub dirs
7 years ago
Ethan Buchman
50129ad8ac
p2p: add Channels to NodeInfo and don't send for unknown channels
7 years ago
Ethan Buchman
5c9cb5e6a2
Merge pull request #1133 from tendermint/fix/stop-peer-for-error
StopPeerForError in blockchain and consensus
7 years ago
Ethan Buchman
4051391039
blockchain: test wip for hard to test functionality [ci skip]
7 years ago