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
Ethan Buchman
2ec425ae4b
Merge pull request #1128 from tendermint/862-seed-crawler-mode
seed crawler mode
7 years ago
Ethan Buchman
0d7d16005a
fixes
7 years ago
Ethan Buchman
5b5cbaa66a
p2p: use sub dirs
7 years ago
Ethan Buchman
03550c7076
wip addrbook
7 years ago
Ethan Buchman
930fde056a
p2p: add back lost func
7 years ago
Ethan Buchman
8d758560d8
p2p/trustmetric: non-deterministic test
7 years ago
Ethan Buchman
7b87cdaed8
p2p: seed disconnects after sending addrs
7 years ago
Ethan Buchman
c2f97e6454
p2p: seed mode fixes from rebase and review
7 years ago
Ethan Buchman
88eb3e7af0
some minor renames
7 years ago
caffix
949211a137
added a test for PEX reactor seed mode
7 years ago
Ethan Buchman
39d8da3536
docs: update getting started [ci skip]
7 years ago
Ethan Buchman
ae27e85bf7
add warnings about new spec
7 years ago
Ethan Buchman
f2d19162d2
fixes from caffix review
7 years ago
Zarko Milosevic
d36e118bf6
Add Consensus reactor spec
7 years ago
Ethan Buchman
02c1aef48b
Merge pull request #1121 from tendermint/consensus-tests
Consensus tests
7 years ago
Ethan Buchman
6f3d9b4be3
fix race
7 years ago
Ethan Buchman
f06cc6630b
mempool: cfg.CacheSize and expose InitWAL
7 years ago
Ethan Buchman
8171628ee5
make tests run faster
7 years ago
Ethan Buchman
1cb76625d3
consensus: rename test funcs
7 years ago
Ethan Buchman
ebeadfc57e
dont run metalinter
7 years ago
Ethan Buchman
cca597a9c0
fix and test config file
7 years ago
Ethan Buchman
940db715f4
Merge pull request #1104 from tendermint/p2p-consolidate
WIP: P2P consolidate
7 years ago
Ethan Buchman
ec2b038493
Merge pull request #1103 from tendermint/1100-document-event-subscriptions
document event subscriptions
7 years ago
Ethan Buchman
ba0cb4f10e
Merge pull request #1115 from tendermint/docs-tx-format
document tx formats
7 years ago
Ethan Buchman
e764a180d8
docs: fix tx formats [ci skip]
7 years ago
Ethan Buchman
bc19e7843c
Merge branch 'develop' into p2p-consolidate
7 years ago
Ethan Buchman
f57f97c4bd
fix bash tests
7 years ago
Ethan Buchman
b32474bb1a
Merge pull request #1116 from tendermint/feature/prs
Create PULL_REQUEST_TEMPLATE.md
7 years ago
Adrian Brink
0a20e8f268
Create PULL_REQUEST_TEMPLATE.md
7 years ago
Zach Ramsay
9d4d939b89
docs: tx formats: closes #1083 , #536
7 years ago
Ethan Buchman
c1e6e73bb1
Merge pull request #1108 from tendermint/zramsay-patch-1
Update p2p README
7 years ago
Ethan Buchman
620c957a44
fix test
7 years ago