You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eth, cmd: add RollupNetrestrictTxPoolGossipFlag and RollupTxPoolTrustedPeersOnlyFlag (#706)
* eth, cmd: add RollupNetrestrictTxPoolGossipFlag
* fork.yaml: description of fork changes for tx gossip netrestrict
* eth: h.syncTransactions behind check for netrestrict for txpool gossip
* eth, eth/protocols: propagate netrestrict to Peer and limit incoming/outgoing message.
* eth, cmd: add RollupNetrestrictTxPoolGossipFlag PoC using `NilPool` (#713)
* Make peer struct not aware of ip net restrict
* Propagate Peer ip info to txpool
* fix
* cleanup
* eth/handler_test: unit test for TxGossipNetRestrict and TxPool() method
* eth: add short-circuit for incoming messages
* eth: rely on AcceptTxs
* eth: all tx propagating by default
* consistent OP Stack additions comment
* eth, cmd: restrict mempool only to trusted peers (#719)
* address comments
* eth/handler_test: modify unit test to check for trusted conn too
* add txGossipAllowed
* correct comments
* update fork.yaml
---------
Co-authored-by: Changwan Park <[email protected]>
0 commit comments