erigon-pulse/txpool
Somnath Banerjee 2d6e293a15
Reduce SyncToNewPeersEvery (#1111)
The default 2 min SyncToNewPeersEvery seems like too big a value for txn
propagation. So, changing the default to something like 5 sec w/o
introducing a flag.
2023-09-06 14:18:19 +00:00
..
testdata pool fuzz bigger corpus 2023-06-20 12:11:17 +07:00
txpoolcfg Reduce SyncToNewPeersEvery (#1111) 2023-09-06 14:18:19 +00:00
txpooluitl txpool: switch db to durable mode - with fsync outside of pool's global lock (#1109) 2023-09-06 07:26:36 +00:00
fetch_test.go Introduce separate logger to txpool (#994) 2023-05-11 17:32:05 +00:00
fetch.go Revert most txpool errors to Warn (#1095) 2023-09-01 17:03:41 +00:00
mocks_test.go up grpc version (#1031) 2023-06-23 06:40:01 +00:00
pool_fuzz_test.go EIP-4844: parse transactions when not wrapped with blobs (#1034) 2023-06-27 10:48:14 +00:00
pool_test.go EIP-4844: parse transactions when not wrapped with blobs (#1034) 2023-06-27 10:48:14 +00:00
pool.go txpool: switch db to durable mode - with fsync outside of pool's global lock (#1109) 2023-09-06 07:26:36 +00:00
send.go EIP-4844: Handle data gas in txpool (#1029) 2023-06-23 08:59:38 +00:00
test_util.go support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
txpool_grpc_server.go EIP-4844: Rename "data gas" to "blob gas" (#1058) 2023-07-28 09:50:57 +00:00