|
|
2778ba3d52
|
tx-pool: fix ExceedsGasLimit error message order (#12191)
|
2024-10-30 11:30:49 +00:00 |
|
|
|
6e794ee673
|
fix(ecies): bound initial header body size (#12172)
|
2024-10-30 11:29:48 +00:00 |
|
|
|
367b4ed18a
|
chore(meta): update SECURITY.md (#12190)
|
2024-10-30 11:10:14 +01:00 |
|
|
|
129f3ba911
|
feat: introduce StateCommitment type (#11842)
|
2024-10-30 08:48:43 +00:00 |
|
|
|
734c78fdfb
|
feat(discv4): neighbors packet logging (#12042)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2024-10-29 21:24:35 +00:00 |
|
|
|
82784183e7
|
feat: transaction trait (#11877)
|
2024-10-29 16:47:12 +00:00 |
|
|
|
2e750f0ca0
|
test(prune): add unit tests for ReceiptsLogPruneConfig (#11916)
|
2024-10-29 14:57:35 +00:00 |
|
|
|
1006ce78c5
|
feat(provider): use NodeTypes on DatabaseProvider instead (#12166)
|
2024-10-29 14:37:41 +00:00 |
|
|
|
58f24e0056
|
chore: remove generate sidecar fn (#12167)
|
2024-10-29 14:35:42 +00:00 |
|
|
|
e92ecfbc22
|
feat: Introduce trait for OpTransaction (#11745)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-29 14:34:12 +00:00 |
|
|
|
f545877bb8
|
Revert "Revert "feat: add geometry to database args"" (#12165)
|
2024-10-29 13:23:54 +00:00 |
|
|
|
52328422aa
|
feat(storage): pass changesets to unwind methods (#7879)
|
2024-10-29 13:18:12 +00:00 |
|
|
|
6f3600dc38
|
Revert "feat: add geometry to database args" (#12164)
|
2024-10-29 13:58:57 +01:00 |
|
|
|
4a8799f98b
|
consensus: add unit tests for ForkchoiceStateTracker and ForkchoiceStateHash (#12077)
|
2024-10-29 12:17:48 +00:00 |
|
|
|
0f9ba64e95
|
feat: add geometry to database args (#11828)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-29 12:17:04 +00:00 |
|
|
|
1653877ed5
|
chore(ci): try to read all vectors on compact-codec before exiting in error (#12160)
|
2024-10-29 12:14:41 +00:00 |
|
|
|
3c60778126
|
storage: into_iter with self by value (#12115)
|
2024-10-29 12:01:59 +00:00 |
|
|
|
dd18af1f16
|
feat: without-evm cli option in reth (#12134)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-29 11:15:20 +00:00 |
|
|
|
2dbbd152cb
|
chore(provider): remove unused BlockExecutionReader trait (#12156)
|
2024-10-29 11:00:22 +00:00 |
|
|
|
7880d4ddb0
|
refactor: change PayloadConfig to use parent header instead of parent block (#12159)
|
2024-10-29 09:52:00 +00:00 |
|
|
|
b48fa68f65
|
fix(ecies): ecies typo (#12155)
|
2024-10-29 05:14:34 +00:00 |
|
|
|
cc2a33cfc0
|
feat: rate limit incoming ips (#12153)
|
2024-10-29 02:09:11 +00:00 |
|
|
|
fbe04625b9
|
test: use port0 in tests (#12154)
|
2024-10-29 00:04:24 +00:00 |
|
|
|
0297b8f694
|
fix: use net::discv5 for reth's discv5 tracing target namespace (reverts #12045) (#12151)
|
2024-10-28 23:59:52 +00:00 |
|
|
|
462157880c
|
dev: track invalid transactions by sender in pool (#12138)
|
2024-10-28 23:51:20 +00:00 |
|
|
|
367eb44177
|
chore: remove one unwrap (#12152)
|
2024-10-28 23:18:37 +00:00 |
|
|
|
05ee75f32c
|
fix: restrict concurrent incoming connections (#12150)
|
2024-10-28 22:31:10 +00:00 |
|
|
|
ddc9bda315
|
fix(op): fix payload id calculation (#11730)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-28 20:27:56 +00:00 |
|
|
|
37d9643607
|
chore(rpc): remove redundant LoadState::cache (#12147)
|
2024-10-28 18:10:30 +00:00 |
|
|
|
28f8c47dc0
|
chore(rpc): remove redundant LoadTransaction::cache (#12148)
|
2024-10-28 18:10:18 +00:00 |
|
|
|
3d62bfde14
|
chore(rpc): add super trait RpcNodeCoreExt to LoadReceipt (#12149)
|
2024-10-28 18:09:58 +00:00 |
|
|
|
473026f40a
|
chore(rpc): remove redundant LoadFee::cache (#12146)
|
2024-10-28 16:51:45 +00:00 |
|
|
|
0733da9e12
|
chore(rpc): relax FullNodeComponents trait bound on OpEthApi to RpcNodeCore (#12142)
|
2024-10-28 16:37:11 +00:00 |
|
|
|
06d73eec8a
|
chore(rpc): inline trait methods of RpcNodeCore impl (#12144)
|
2024-10-28 16:35:26 +00:00 |
|
|
|
b36b021aa2
|
chore(rpc): define trait RpcNodeCoreExt and replace LoadBlock::cache (#12141)
|
2024-10-28 15:59:26 +00:00 |
|
|
|
1276277568
|
test(trie): use proptest to generate random values (#12140)
|
2024-10-28 15:57:58 +00:00 |
|
|
|
3f4634ccbc
|
chore: add version to PayloadBuilderAttributes::try_new (#12137)
|
2024-10-28 14:37:36 +00:00 |
|
|
|
af5ae5a792
|
perf(trie): reduce allocations in sparse trie rlp node calculation (#12092)
|
2024-10-28 13:55:31 +00:00 |
|
|
|
380e237257
|
refactor: replace receipt envelope encoded with trait (#11742)
Co-authored-by: Tuan Tran <tropicaldog17@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-10-28 13:48:32 +00:00 |
|
|
|
e446feb116
|
chore(deps): weekly cargo update (#12108)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-10-28 12:44:11 +00:00 |
|
|
|
1f1c68d65e
|
perf(trie): cache prefix set lookups in sparse trie (#12088)
|
2024-10-28 12:36:12 +00:00 |
|
|
|
72096221df
|
refactor(chainspec): refac and improved doc for last_block_fork_before_merge_or_timestamp (#12114)
|
2024-10-28 12:08:57 +00:00 |
|
|
|
719ca3a682
|
chain-spec: use alloy MAINNET_DEPOSIT_CONTRACT_ADDRESS constant (#12113)
|
2024-10-28 11:56:28 +00:00 |
|
|
|
d74730af3b
|
feat: add a wrapper for BestTransactions prioritizing given senders (#12123)
|
2024-10-28 13:31:08 +01:00 |
|
|
|
87a615fe26
|
fix(ci): remove renaming from compact-codec (#12133)
|
2024-10-28 13:28:52 +01:00 |
|
|
|
b5c0a46363
|
feat: add pending|queued txs pool helpers (#12128)
|
2024-10-28 13:03:20 +01:00 |
|
|
|
0d07d27f3c
|
feat: Add version to BeaconEngineMessage FCU (#12089)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-10-28 13:00:36 +01:00 |
|
|
|
1b0f625f1d
|
perf(trie): collect only changed sparse nodes at a depth (#12093)
|
2024-10-28 11:06:26 +00:00 |
|
|
|
268090e879
|
bench(trie): RevealedSparseTrie::update_rlp_node_level (#12046)
|
2024-10-28 10:44:36 +00:00 |
|
|
|
8f5fd1d70c
|
chore(rpc): remove redundant EthTransactions::provider (#12121)
|
2024-10-28 10:14:40 +00:00 |
|