Anton Kaliaev
5c9d6d839e
node: allow replacing existing p2p.Reactor(s) (#3846)
* node: allow replacing existing p2p.Reactor(s) using [`CustomReactors` option](https://godoc.org/github.com/tendermint/tendermint/node#CustomReactors). Warning: beware of accidental name clashes. Here is the list of existing reactors: MEMPOOL, BLOCKCHAIN, CONSENSUS, EVIDENCE, PEX. * check the absence of "CUSTOM" prefix * merge 2 tests * add doc.go to node package |
5 years ago | |
---|---|---|
.. | ||
codec.go | Renamed wire.go to codec.go (#3827) | 5 years ago |
doc.go | node: allow replacing existing p2p.Reactor(s) (#3846) | 5 years ago |
id.go | crypto: Remove interface from crypto.Signature | 6 years ago |
node.go | node: allow replacing existing p2p.Reactor(s) (#3846) | 5 years ago |
node_test.go | node: allow replacing existing p2p.Reactor(s) (#3846) | 5 years ago |