|
|
c76d319444
|
chore: rm optimism feature from reth-revm (#11797)
|
2024-10-16 12:44:19 +00:00 |
|
|
|
6f04110876
|
chore: rename SenderId::into_id to SenderId::into_transaction_id (#11793)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-16 12:25:27 +00:00 |
|
|
|
eec861fe9f
|
chore: rm unused optimism feature (#11794)
|
2024-10-16 11:59:41 +00:00 |
|
|
|
87399ae2c1
|
chore: rename executor and provider Generic -> Basic (#11788)
|
2024-10-16 11:20:42 +00:00 |
|
|
|
248b6b5905
|
fix: task executor metrics (#11738)
|
2024-10-16 10:39:25 +00:00 |
|
|
|
d421931b7e
|
trie: simplify usage of HashedStorage with default (#11662)
|
2024-10-16 10:31:23 +00:00 |
|
|
|
f49a4ae185
|
feat: add OpExecutionStrategy (#11761)
|
2024-10-16 10:13:46 +00:00 |
|
|
|
e454b2402b
|
chore: use highest known nonce (#11784)
|
2024-10-16 09:44:15 +00:00 |
|
|
|
0f903b1e20
|
feat: add EthExecutionStrategy (#11584)
|
2024-10-16 09:40:33 +00:00 |
|
|
|
323d8edfb9
|
feat: implement batch executor (#11753)
|
2024-10-16 09:02:23 +00:00 |
|
|
|
a14a9fd8b0
|
chore: add chain_id shortcut (#11782)
|
2024-10-16 08:59:20 +00:00 |
|
|
|
a6358d2e6f
|
feat(provider): add *StateProviderRef creation methods to DatabaseProvider (#11776)
|
2024-10-16 08:52:56 +00:00 |
|
|
|
183cea4577
|
chore(provider): move state_provider_from_state to BlockState impl (#11777)
|
2024-10-16 08:13:30 +00:00 |
|
|
|
b8147708ad
|
feat(txpool): function to return the next free nonce (#11744)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-16 08:05:56 +00:00 |
|
|
|
3f3a7ef023
|
unify &Option<T> to Option<&T> (#11755)
|
2024-10-16 07:57:28 +00:00 |
|
|
|
d4be773f5f
|
chore: move tests in reth_execution_types::chain to reth-evm-optimism (#11115)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-15 20:47:23 +00:00 |
|
|
|
78415ff7c5
|
chore: include hash in trace (#11762)
|
2024-10-15 19:18:21 +00:00 |
|
|
|
4144d6ea24
|
chore: add get_database_args (#11766)
|
2024-10-15 19:17:31 +00:00 |
|
|
|
7f92760655
|
fix: estimateGas edge case (#11764)
|
2024-10-15 18:43:56 +00:00 |
|
|
|
7b1b1fcb3b
|
chore(stage test): use with_capacity (#11759)
|
2024-10-15 16:24:25 +00:00 |
|
|
|
77a382f59b
|
chore: allow missing const (#11750)
|
2024-10-15 16:21:08 +00:00 |
|
|
|
04f5b53462
|
chore: touchups PayloadOrAttributes (#11749)
|
2024-10-15 15:47:04 +00:00 |
|
|
|
5aceb3e11e
|
primitives: rm redundant chain_id function for Transaction (#11751)
|
2024-10-15 15:27:26 +00:00 |
|
|
|
6fb271036d
|
feat: move RPC launch to add-ons (#11532)
|
2024-10-15 14:51:40 +00:00 |
|
|
|
a235f7214c
|
feat(trie): sparse trie (#11741)
|
2024-10-15 13:53:43 +00:00 |
|
|
|
c4d7b59183
|
perf(rpc): add optional block argument to trace_block_until_with_inspector (#11631)
|
2024-10-15 13:04:20 +00:00 |
|
|
|
161605313a
|
feat: sketch composable executor (#11447)
|
2024-10-15 11:12:41 +00:00 |
|
|
|
3cb4bf266d
|
chore(deps): bump alloy-trie 0.7 (#11362)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-10-15 10:53:34 +00:00 |
|
|
|
39f0ab4116
|
chore: turn off reth-revm default features (#10215)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-15 10:32:25 +00:00 |
|
|
|
5e386130da
|
primitives: impl alloy_consensus::Transaction for Transaction (#11727)
|
2024-10-15 08:42:15 +00:00 |
|
|
|
0b6397217c
|
chore: rm optimism feature from chainspec (#11722)
|
2024-10-15 08:24:10 +00:00 |
|
|
|
3ab1f9559e
|
feat: replace once_cell with std (#11694)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-10-15 08:21:01 +00:00 |
|
|
|
2a86245649
|
feat: extend txpool remove txs utility (#11702)
|
2024-10-15 08:19:23 +00:00 |
|
|
|
e0a26ac9a2
|
feat: add node builder helpers (#11731)
|
2024-10-15 08:08:45 +00:00 |
|
|
|
cf38ff5401
|
primitive: introduce reth Transaction trait (#11728)
|
2024-10-15 08:02:00 +00:00 |
|
|
|
9f9de0fab9
|
fix(rpc/trace): return empty if after >= traces (#11715)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-14 19:24:20 +02:00 |
|
|
|
600a394571
|
feat: update SystemCaller (#11718)
|
2024-10-14 15:52:34 +00:00 |
|
|
|
f684dd4c4c
|
chore(clippy): enable if_then_some_else_none lint (#11679)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-14 15:45:26 +00:00 |
|
|
|
523bfb9c81
|
feat: refactor and integrate local engine into EngineNodeLauncher (#11703)
|
2024-10-14 13:21:41 +00:00 |
|
|
|
c05a900542
|
perf(rpc): use Arc<SealedBlockWithSenders> on cache and rpc (#11635)
|
2024-10-14 12:44:28 +00:00 |
|
|
|
9c8360e532
|
fix(net): remove outdated debug assert TransactionFetcher (#11713)
|
2024-10-14 11:41:50 +00:00 |
|
|
|
a087b52dc2
|
perf(rpc): do not clone filter matcher on every block tracing (#11714)
|
2024-10-14 10:58:15 +00:00 |
|
|
|
7c2c3a6a5c
|
fix: respect --debug.terminate --debug.max-block (#11710)
|
2024-10-14 09:46:00 +00:00 |
|
|
|
d2233fcc0d
|
feat: new reth-trie-sparse crate (#11707)
|
2024-10-14 09:22:27 +00:00 |
|
|
|
a129f62aaa
|
feat: reset pruned numbers on stage drop (#11491)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-10-14 09:19:04 +00:00 |
|
|
|
482468579f
|
chore(sdk): define trait Receipt (#11643)
|
2024-10-14 09:12:29 +00:00 |
|
|
|
a049dff0b7
|
tests(node-builder): basic exex test update for apply function (#11695)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-14 09:11:24 +00:00 |
|
|
|
176496189d
|
Revert "chore(stages): reduce the progress logging " (#11698)
|
2024-10-14 08:29:58 +00:00 |
|
|
|
6d8d327129
|
chore: set request budget to 2 (#11699)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-13 14:32:52 +00:00 |
|
|
|
ffb78b3dc7
|
refactor(tree): small refac for BlockBuffer (#11691)
|
2024-10-13 10:58:55 +00:00 |
|