|
|
acdb2050a7
|
chore(reth-provider): use Vec::with_capacity (#10912)
|
2024-09-17 09:37:51 +00:00 |
|
|
|
0fd8132e90
|
feat(reth-evm-ethereum): use EVMError::map_db_err (#10916)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-16 22:55:40 +00:00 |
|
|
|
bf800986d3
|
chore: use MIN_TRANSACTION_GAS replace magic number (#10910)
|
2024-09-16 21:28:35 +00:00 |
|
|
|
8b61b9bf9b
|
fix(exex): do not advance backfill range twice (#10942)
|
2024-09-16 20:20:34 +00:00 |
|
|
|
b38539c18a
|
feat: use DBProvider instead of DB on init_genesis (#10937)
|
2024-09-16 16:47:46 +00:00 |
|
|
|
e714dba4e2
|
fix(ci): use taiki-e/install-action instead for cargo-udeps (#10938)
|
2024-09-16 16:22:39 +00:00 |
|
|
|
66848d98ef
|
feat: use DbProvider on UnifiedStorageWriter (#10933)
|
2024-09-16 13:49:24 +00:00 |
|
|
|
56fb18bf09
|
ci: dev udeps (#10855)
|
2024-09-16 12:48:13 +00:00 |
|
|
|
5468921b90
|
trie: replace reth_primitives with alloy_primitives (#10931)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
|
2024-09-16 11:48:04 +00:00 |
|
|
|
0fa8e83e16
|
refactor: make reth-prune independent of concrete DatabaseProvider (#10921)
|
2024-09-16 11:46:53 +00:00 |
|
|
|
664f8b23be
|
feat(engine): compare invalid block witness against a healthy node (#10844)
|
2024-09-16 11:03:49 +00:00 |
|
|
|
605b93a205
|
feat(trie): integrate TrieInput into ParallelStateRoot & AsyncStateRoot (#10930)
|
2024-09-16 10:05:16 +00:00 |
|
|
|
06dbd3a610
|
feat(trie): expose multiproof via StateProofProvider (#10915)
|
2024-09-16 09:52:15 +00:00 |
|
|
|
fdd64972b9
|
feat(trie): integrate TrieInput into StateProofProvider methods (#10929)
|
2024-09-16 09:18:23 +00:00 |
|
|
|
59a7798750
|
feat(trie): async root intermediate nodes (#10920)
|
2024-09-16 08:37:18 +00:00 |
|
|
|
b0eb78ced6
|
feat(trie): TrieInput (#10918)
|
2024-09-16 08:04:17 +00:00 |
|
|
|
f37bd47e2e
|
chore(deps): weekly cargo update (#10911)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-15 11:18:15 +00:00 |
|
|
|
1c20e0e75d
|
chore: add is granite active at timestamp (#10908)
|
2024-09-14 15:58:54 +02:00 |
|
|
|
646b72f342
|
chore: update genesis to chain spec conversion (#10764)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-14 09:36:30 +00:00 |
|
|
|
bff991dd0a
|
chore(reth-execution-errors): use derive_more::From when possible (#10897)
|
2024-09-14 08:34:10 +00:00 |
|
|
|
97cc9dd8ec
|
chore: Some minor refactoring for cargo.toml (#10906)
|
2024-09-14 10:20:24 +02:00 |
|
|
|
8852e85d14
|
chore: fix ci (#10903)
|
2024-09-14 06:12:39 +00:00 |
|
|
|
bb1894298b
|
feat(evm-optimism): add OpBlockAccessListExecutor (#10895)
|
2024-09-13 21:30:03 +00:00 |
|
|
|
974926f2d9
|
chore: remove an intermediate allocation in ExecutionOutcome (#10900)
|
2024-09-13 19:07:13 +00:00 |
|
|
|
96854f9f0f
|
fix: actually use RevmBytecode::new_raw_checked (#10899)
|
2024-09-13 19:04:36 +00:00 |
|
|
|
b23bb7e8bc
|
perf: improve genesis handling (#10878)
|
2024-09-13 17:48:44 +00:00 |
|
|
|
75c6295d29
|
chore: separate trait for conversion into state provider (#10858)
|
2024-09-13 17:03:52 +00:00 |
|
|
|
c6359b6242
|
Fix: Allow missing docs for test modules (#10893)
|
2024-09-13 16:38:47 +00:00 |
|
|
|
3012018625
|
feat(evm-ethereum): add BlockAccessListExecutor (#10849)
|
2024-09-13 16:18:22 +00:00 |
|
|
|
87e5e0929f
|
feat: add support for wrapping the allocator with tracy (#10874)
|
2024-09-13 16:12:33 +00:00 |
|
|
|
12e8af4a24
|
chore: bump alloy 0.3.5 (#10891)
|
2024-09-13 16:10:39 +00:00 |
|
|
|
784154bcdb
|
chore(op): Move imports in reth_optimism_rpc::sequencer to module prelude (#10886)
|
2024-09-13 16:09:50 +00:00 |
|
|
|
9c4cf3d720
|
chore(op): Use tokio::sync::OnceCell to set SequencerClient (#10885)
|
2024-09-13 16:03:37 +00:00 |
|
|
|
47d188cb8e
|
cfg: replace std feature gate alloc imports with extern crate alloc (#10861)
|
2024-09-13 16:01:12 +00:00 |
|
|
|
6fc81f2b70
|
dev: add send_and_resolve (#10847)
|
2024-09-13 15:46:49 +00:00 |
|
|
|
8ddbd30df9
|
fix(cli): remove static file providers from cache on reth db stats (#10887)
|
2024-09-13 14:53:39 +00:00 |
|
|
|
dd95508d34
|
chore(op): Clean up module reth_optimism_rpc::eth::sequencer (#10884)
|
2024-09-13 13:22:37 +00:00 |
|
|
|
d3acd09be2
|
chore: remove unnecessary segment argument from StaticFileProviderRW (#10882)
|
2024-09-13 12:23:45 +00:00 |
|
|
|
9f926ac4aa
|
fix: don't validate requests in optimism (#10883)
|
2024-09-13 12:19:36 +00:00 |
|
|
|
2ae53e5c3a
|
fix(cli): ensure reth init-state doesn't end in an invalid state root (#10880)
|
2024-09-13 12:08:00 +00:00 |
|
|
|
df701a0bf8
|
fix(reth): bin/reth missing help msg of segment (#10873)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
|
2024-09-13 11:37:09 +00:00 |
|
|
|
ef1d9e7a03
|
fix: use configured chainspec parser for commands (#10876)
|
2024-09-13 08:45:24 +00:00 |
|
|
|
817b1527e9
|
docs: minor evm doc changes (#10867)
|
2024-09-12 17:58:22 +00:00 |
|
|
|
d63498a353
|
dev: test vectors seed (#10859)
|
2024-09-12 17:07:02 +00:00 |
|
|
|
29e11d31b5
|
fix: revert header error message change (#10866)
|
2024-09-12 16:53:12 +00:00 |
|
|
|
74c733d22d
|
chore: remove useless non exhaustive (#10865)
|
2024-09-12 14:20:51 +00:00 |
|
|
|
028000caf3
|
fix: include reverts in execution outcome when building payload (#10837)
|
2024-09-12 13:54:37 +00:00 |
|
|
|
4cbe931c0d
|
chore(grafana): display empty string if no cargo features are available (#10862)
|
2024-09-12 13:26:25 +00:00 |
|
|
|
acdb7b7e2e
|
perf(engine): parallel storage roots (#10666)
|
2024-09-12 13:12:05 +00:00 |
|
|
|
b85a4e8a70
|
chore: alias of datadir.static-files and upate book cli (#10856)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
|
2024-09-12 12:55:43 +00:00 |
|