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
Ethan Buchman
8f3bd3f209
p2p: addrBook.Save() on DialPeersAsync
7 years ago
Ethan Buchman
85816877c6
config: fix addrbook path to go in config
7 years ago
Ethan Buchman
87087b8acd
consensus: minor cosmetic
7 years ago
Ethan Buchman
775bb85efb
p2p/pex: wait to connect to all peers in reactor test
7 years ago
Ethan Buchman
21ce5856b3
p2p: notes about ListenAddr
7 years ago
Ethan Buchman
f5226e0008
Merge pull request #1144 from tendermint/create-logs-tarball
mercy for developers with slow Internet
7 years ago
Anton Kaliaev
a745fe2eed
mercy for developers with slow Internet
7 years ago
Anton Kaliaev
5f3048bd09
call FlushSync before calling CommitSync
if we call it after, we might receive a "fresh" transaction from
`broadcast_tx_sync` before old transactions (which were not
committed).
Refs #1091
```
Commit is called with a lock on the mempool, meaning no calls to CheckTx
can start. However, since CheckTx is called async in the mempool
connection, some CheckTx might have already "sailed", when the lock is
released in the mempool and Commit proceeds.
Then, that spurious CheckTx has not yet "begun" in the ABCI app (stuck
in transport?). Instead, ABCI app manages to start to process the
Commit. Next, the spurious, "sailed" CheckTx happens in the wrong place.
```
7 years ago
Ethan Buchman
6a5818e107
Merge pull request #1138 from tendermint/small-fix
Small fix in example
7 years ago
Zarko Milosevic
dfdfd6c98e
Small fix in example
7 years ago
Ethan Buchman
3090b05eb4
p2p: use conn.Close when peer is nil
7 years ago
Ethan Buchman
ee674f919f
StopPeerForError in blockchain and consensus
7 years ago
Ethan Buchman
813bb6af96
Merge pull request #1092 from tendermint/add-consensus-reactor-doc
Add consensus reactor doc
7 years ago
Ethan Buchman
aecbff725f
Merge pull request #1082 from tendermint/document-proposer-selection
Document proposer selection procedure
7 years ago
Ethan Buchman
6679fef2be
Merge pull request #1056 from tendermint/feature/mempool-spec
WIP: Mempool specification
7 years ago
Ethan Buchman
c070ed056a
Merge pull request #1051 from tendermint/feature/blockchain_reactor_docs
docs: Blockchain Reactor Documentation
7 years ago
Ethan Buchman
2c6ed302b7
minor changes [ci skip]
7 years ago
Adrian Brink
0eb85161aa
More specification
7 years ago
Adrian Brink
940145b368
Bullet points for reactor and poolRoutine
7 years ago
Adrian Brink
a30315276b
Formatting and documentation
7 years ago
Adrian Brink
6366eb9d99
Cleanup build and structure
7 years ago
Ethan Buchman
44e967184a
p2p: tmconn->conn and types->p2p
7 years ago