|
|
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 |
|
|
|
77e5748124
|
chore(rpc): remove redundant LoadFee::provider (#12122)
|
2024-10-28 10:14:11 +00:00 |
|
|
|
e4bd13534d
|
fix(ci): remove import path from type names on compact-codec (#12125)
|
2024-10-28 10:13:43 +00:00 |
|
|
|
0f86287b65
|
fix(trie): sparse trie walk should be done in a sorted manner (#12087)
|
2024-10-28 10:09:47 +00:00 |
|
|
|
fbdebe08e0
|
chain-state: fix typo (#12112)
|
2024-10-28 11:16:33 +01:00 |
|
|
|
8605d04a09
|
refactor: rm re-exports of alloy eip 4844 constants (#12120)
|
2024-10-28 08:30:06 +00:00 |
|
|
|
1c36b71612
|
docs: small fix in payload doc (#12116)
|
2024-10-28 07:13:47 +00:00 |
|
|
|
0c516091b8
|
TransactionsHandle propagation commands should not adhere to caching (#12079)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-27 15:11:03 +00:00 |
|
|
|
b7b3f8149c
|
chore(rpc): remove redundant Trace::evm_config (#12102)
|
2024-10-27 14:24:21 +00:00 |
|
|
|
131cc5175e
|
chore(rpc): remove redundant EthBlocks::provider (#12109)
|
2024-10-27 09:21:34 +00:00 |
|
|
|
768404c59e
|
chore(rpc): remove redundant trait bounds in eth api (#12105)
|
2024-10-27 08:30:02 +00:00 |
|
|
|
e158369a68
|
chore(rpc): remove redundant trait method LoadBlock::provider (#12100)
|
2024-10-27 07:35:24 +00:00 |
|
|
|
fae36bd25f
|
refactor(storage): small refactor (#12106)
|
2024-10-27 02:00:32 +00:00 |
|
|
|
8eb1742284
|
refactor(tx-pool): small refactor (#12107)
|
2024-10-27 01:59:57 +00:00 |
|
|
|
988c5ee4c5
|
chore(rpc): Add super trait RpcNodeCore to LoadPendingBlock (#12098)
|
2024-10-26 23:11:53 +00:00 |
|