erigon-pulse/txpool
ledgerwatch 1d4022960a
Fix RLP inconsistency in txpool (#280)
* Fix RLP inconsistency in txpool

* Add debug

* hasEnvelope argument when parsing transaction

* Handle incorrect packets without panic

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2022-01-26 16:09:02 +00:00
..
testdata/fuzz more p2p fuzzing, part 2 (#132) 2021-10-26 14:29:18 +07:00
txpooluitl Pool: remove rules from func signatures (#135) 2021-10-28 10:13:39 +07:00
fetch_test.go Split up txpool Broadcast and Announce (#209) 2021-12-16 21:16:04 +00:00
fetch.go Fix RLP inconsistency in txpool (#280) 2022-01-26 16:09:02 +00:00
grpc_server.go Fix RLP inconsistency in txpool (#280) 2022-01-26 16:09:02 +00:00
mocks_test.go ETL: use logPrefix as suffix of tmp files (#146) 2021-11-05 17:04:17 +07:00
packets_fuzz_test.go more p2p fuzz 2021-10-26 14:10:42 +07:00
packets_test.go No empty RLPs in TxPacket messages, consistent parsing of TxPacket and PooledTxPacket (#232) 2022-01-15 09:09:33 +00:00
packets.go Fix RLP inconsistency in txpool (#280) 2022-01-26 16:09:02 +00:00
pool_fuzz_test.go Change sentry peer_id from H512 pubkey to H256 keccak256(pubkey) (#183) 2021-11-21 19:35:59 +00:00
pool_test.go Add blockGasLimit to the state stream (#261) 2022-01-25 10:20:11 +00:00
pool.go Fix RLP inconsistency in txpool (#280) 2022-01-26 16:09:02 +00:00
send.go Downgrade PropagatePooledTxsToPeersList to Debug (#210) 2021-12-16 21:33:33 +00:00
test_util.go txpool broadcasting (#208) 2021-12-16 20:58:40 +00:00
types_fuzz_test.go Pool: print local txs propagation info (#115) 2021-10-18 11:22:05 +07:00
types_test.go Fix RLP inconsistency in txpool (#280) 2022-01-26 16:09:02 +00:00
types.go Fix RLP inconsistency in txpool (#280) 2022-01-26 16:09:02 +00:00