baff4bd8cc
p2p/conn: better handling for some stop conditions
2018-01-25 02:11:16 -05:00
fb109db33d
update changelog
2018-01-25 02:10:01 -05:00
2f5971532e
Merge pull request #1154 from tendermint/fix/consensus-tests
...
consensus: fix SetLogger in tests
2018-01-25 02:07:20 -05:00
ab13806276
consensus: print go routines in failed test
2018-01-25 01:22:53 -05:00
3ae26bd6e6
consensus: fix SetLogger in tests
2018-01-24 23:34:57 -05:00
27ef3489a0
Merge pull request #1049 from tendermint/p2p-channels
...
p2p: add Channels to NodeInfo and don't send for unknown channels
2018-01-24 15:29:38 -05:00
b6eb275b22
p2p: fix break in double loop
2018-01-24 14:27:37 -05:00
57cc8ab977
Merge pull request #1143 from tendermint/1091-race-condition
...
call FlushSync before calling CommitSync
2018-01-24 14:22:43 -05:00
99034904f8
p2p: fix tests for required channels
2018-01-23 23:45:51 -05:00
a0ffcbcee4
Merge pull request #1137 from tendermint/docs-consolidate
...
WIP: docs consolidation
2018-01-23 23:45:20 -05:00
260affd037
docs consolidation
2018-01-23 23:46:28 -05:00
d7b1b8d3d5
Merge pull request #1129 from tendermint/addrbook
...
p2p: bust up into sub dirs
2018-01-23 23:10:50 -05:00
50129ad8ac
p2p: add Channels to NodeInfo and don't send for unknown channels
2018-01-23 22:43:56 -05:00
5c9cb5e6a2
Merge pull request #1133 from tendermint/fix/stop-peer-for-error
...
StopPeerForError in blockchain and consensus
2018-01-23 22:26:52 -05:00
4051391039
blockchain: test wip for hard to test functionality [ci skip]
2018-01-23 22:27:33 -05:00
8f3bd3f209
p2p: addrBook.Save() on DialPeersAsync
2018-01-23 22:25:39 -05:00
85816877c6
config: fix addrbook path to go in config
2018-01-23 22:21:17 -05:00
87087b8acd
consensus: minor cosmetic
2018-01-23 21:41:13 -05:00
775bb85efb
p2p/pex: wait to connect to all peers in reactor test
2018-01-23 21:30:53 -05:00
21ce5856b3
p2p: notes about ListenAddr
2018-01-23 21:26:19 -05:00
f5226e0008
Merge pull request #1144 from tendermint/create-logs-tarball
...
mercy for developers with slow Internet
2018-01-23 12:47:45 -05:00
a745fe2eed
mercy for developers with slow Internet
2018-01-23 20:37:38 +04:00
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.
```
2018-01-23 16:56:14 +04:00
6a5818e107
Merge pull request #1138 from tendermint/small-fix
...
Small fix in example
2018-01-22 17:27:35 -05:00
dfdfd6c98e
Small fix in example
2018-01-22 13:10:54 +01:00
3090b05eb4
p2p: use conn.Close when peer is nil
2018-01-21 16:26:59 -05:00
ee674f919f
StopPeerForError in blockchain and consensus
2018-01-21 13:32:04 -05:00
813bb6af96
Merge pull request #1092 from tendermint/add-consensus-reactor-doc
...
Add consensus reactor doc
2018-01-21 12:40:28 -05:00
aecbff725f
Merge pull request #1082 from tendermint/document-proposer-selection
...
Document proposer selection procedure
2018-01-21 12:39:43 -05:00
6679fef2be
Merge pull request #1056 from tendermint/feature/mempool-spec
...
WIP: Mempool specification
2018-01-21 12:39:10 -05:00
c070ed056a
Merge pull request #1051 from tendermint/feature/blockchain_reactor_docs
...
docs: Blockchain Reactor Documentation
2018-01-21 12:38:32 -05:00
2c6ed302b7
minor changes [ci skip]
2018-01-21 12:36:46 -05:00
0eb85161aa
More specification
2018-01-21 12:35:09 -05:00
940145b368
Bullet points for reactor and poolRoutine
2018-01-21 12:32:45 -05:00
a30315276b
Formatting and documentation
2018-01-21 12:32:23 -05:00
6366eb9d99
Cleanup build and structure
2018-01-21 12:31:14 -05:00
44e967184a
p2p: tmconn->conn and types->p2p
2018-01-21 00:34:41 -05:00
2ec425ae4b
Merge pull request #1128 from tendermint/862-seed-crawler-mode
...
seed crawler mode
2018-01-20 23:35:26 -05:00
0d7d16005a
fixes
2018-01-20 21:44:30 -05:00
5b5cbaa66a
p2p: use sub dirs
2018-01-20 21:35:37 -05:00
03550c7076
wip addrbook
2018-01-20 21:33:43 -05:00
930fde056a
p2p: add back lost func
2018-01-20 21:28:00 -05:00
8d758560d8
p2p/trustmetric: non-deterministic test
2018-01-20 21:24:22 -05:00
7b87cdaed8
p2p: seed disconnects after sending addrs
2018-01-20 21:24:22 -05:00
c2f97e6454
p2p: seed mode fixes from rebase and review
2018-01-20 21:24:22 -05:00
88eb3e7af0
some minor renames
2018-01-20 21:24:20 -05:00
949211a137
added a test for PEX reactor seed mode
2018-01-20 21:23:48 -05:00
39d8da3536
docs: update getting started [ci skip]
2018-01-20 21:21:50 -05:00
ae27e85bf7
add warnings about new spec
2018-01-20 21:20:15 -05:00
f2d19162d2
fixes from caffix review
2018-01-20 21:20:09 -05:00