|
|
e4ae2a7ac1
|
fix(op): ensure EthApiServer helper trait method default impls, call OpEthApi overrides (#9879)
|
2024-07-30 15:35:56 +00:00 |
|
|
|
cf10543d6d
|
fix: update tracked canonical head on backfill finish (#9902)
|
2024-07-30 13:59:34 +00:00 |
|
|
|
624f5d5614
|
fix: set finalized & safe block information on startup (#9898)
Co-authored-by: Danyal Prout <me@dany.al>
|
2024-07-30 12:06:57 +00:00 |
|
|
|
e3d375a8f3
|
fix: check if head block is already canonical (#9900)
|
2024-07-30 12:01:21 +00:00 |
|
|
|
4f8721aff2
|
fix: use correct range to persist (#9896)
|
2024-07-30 11:24:56 +00:00 |
|
|
|
f72eab2997
|
fix: ensure backfill and persistence dont happen at the same time (#9895)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-07-30 11:14:41 +00:00 |
|
|
|
3a088a9ec7
|
fix: also update persisted height after backfill run (#9894)
|
2024-07-30 10:38:40 +00:00 |
|
|
|
cd430121dd
|
fix: overflow on persistence check (#9892)
|
2024-07-30 10:29:50 +00:00 |
|
|
|
de467c9f7e
|
test: add engine tree test, FCU with missing head (#9890)
|
2024-07-30 10:05:50 +00:00 |
|
|
|
5827b96d15
|
fix "feat(evm): use RethEvmBuilder inside ConfigureEvm" (#9813)
|
2024-07-30 10:04:55 +00:00 |
|
|
|
ba1c6fcf46
|
feat: connect buffered blocks on backfill sync finish (#9876)
|
2024-07-30 07:48:45 +00:00 |
|
|
|
2bd99faee3
|
perf: use try_join_all when resolving bootnodes (#9886)
|
2024-07-29 23:40:47 +00:00 |
|
|
|
eb2d0a22d9
|
fix: also set configured bootnodes for discv5 (#9885)
|
2024-07-29 23:40:24 +00:00 |
|
|
|
8bd5cafe9a
|
e2e-test: add workspace lint (#9882)
|
2024-07-29 23:29:08 +00:00 |
|
|
|
1a30968f66
|
chore: remove unused second BlockchainTreeError variant (#9881)
|
2024-07-29 22:22:39 +00:00 |
|
|
|
5b0f6a2885
|
chore: remove unused PreCancunBlock beacon error (#9880)
|
2024-07-29 22:02:29 +00:00 |
|
|
|
85b326756d
|
chore: improve tx forwarding (#9878)
|
2024-07-29 21:31:03 +00:00 |
|
|
|
700caca7a8
|
Revert "Moving Optimism bin to Optimism Cli" (#9875)
|
2024-07-29 22:52:59 +02:00 |
|
|
|
700e660337
|
fix(tree): hashed state aggregation (#9874)
|
2024-07-29 20:32:51 +00:00 |
|
|
|
c2410606c4
|
test: refactor engine tree TestHarness (#9871)
|
2024-07-29 18:54:44 +00:00 |
|
|
|
f43fd7bd61
|
refactor: Add AccessList result type to eth_createAccessList (#9811)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-29 18:06:40 +00:00 |
|
|
|
0b91e03ff4
|
feat: state housekeeping after backfill finished (#9870)
|
2024-07-29 17:38:20 +00:00 |
|
|
|
0b9e9f46c4
|
test: add new test functions for engine tree (#9869)
|
2024-07-29 16:16:10 +00:00 |
|
|
|
56b2798090
|
Moving Optimism bin to Optimism Cli (#9439)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-07-29 15:32:50 +00:00 |
|
|
|
8eba1286d8
|
feat: support make canonical on demand (#9867)
|
2024-07-29 13:43:52 +00:00 |
|
|
|
d6f633b695
|
fix(node-core): build time cargo features (#9866)
|
2024-07-29 13:27:00 +00:00 |
|
|
|
067dad79d2
|
feat: update backfill sync state to pending when we request it (#9865)
|
2024-07-29 13:13:23 +00:00 |
|
|
|
223f8ae0f7
|
chore: move pending_with_provider to a struct fn (#9850)
|
2024-07-29 12:54:43 +00:00 |
|
|
|
06896b3ef8
|
chore: rm uneccessary trait impl (#9848)
|
2024-07-29 12:19:10 +00:00 |
|
|
|
ef84899410
|
tx-pool: add unit tests for LocalTransactionConfig (#9859)
|
2024-07-29 09:56:54 +00:00 |
|
|
|
365809c079
|
chore: enable unused deps check in reth-engine-tree (#9861)
|
2024-07-29 09:54:01 +00:00 |
|
|
|
f0975a5f02
|
fix(txpool/blob): make blob delete failed more accurate (#9846)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-07-29 09:37:07 +00:00 |
|
|
|
fe2af8fa5c
|
fix(disc): correct order of NodeRecord fields (#9858)
|
2024-07-28 18:23:52 +00:00 |
|
|
|
b96e0c67ff
|
fix: rm bad rpc error conversion (#9857)
|
2024-07-28 15:21:47 +00:00 |
|
|
|
f6a69f93e4
|
rpc: refactor transaction_by_hash_at (#9854)
|
2024-07-28 10:29:58 +00:00 |
|
|
|
f37ef730ce
|
tx-pool: add unit tests and refactor identifiers (#9855)
|
2024-07-28 10:27:58 +00:00 |
|
|
|
6fa81153bf
|
chore: fix typos (#9851)
|
2024-07-27 09:23:06 +00:00 |
|
|
|
966ca011fa
|
rpc: refactor rpc-eth-api (#9843)
|
2024-07-27 05:53:29 +00:00 |
|
|
|
7df42454c0
|
chore: fix clippy errors (#9845)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-27 05:33:29 +00:00 |
|
|
|
1ffa3d147d
|
impl TryFrom<alloy_rpc_types::Transaction> for TransactionSignedNoHash (#9823)
|
2024-07-27 00:04:15 +00:00 |
|
|
|
800e247f97
|
fix(engine): use provider to initialize persistence state (#9785)
|
2024-07-26 23:46:59 +00:00 |
|
|
|
5576ec3bf7
|
txpool: fix typo (#9842)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-07-26 23:19:21 +00:00 |
|
|
|
0a4b717d1b
|
fix(op): add empty receipts for genesis if first block is one (#9769)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-07-26 17:07:25 +00:00 |
|
|
|
87564bd17e
|
chore(revm): rm no longer used BlockExecutorStats (#9830)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-07-26 15:33:43 +00:00 |
|
|
|
5688739499
|
feat(trie): allow passing intermediate nodes to overlay state root (#9839)
|
2024-07-26 15:33:19 +00:00 |
|
|
|
77f5ed1a7b
|
feat: add TreeConfig (#9833)
|
2024-07-26 15:16:51 +00:00 |
|
|
|
41c34608b0
|
chore: misc canon docs and pending block update (#9832)
|
2024-07-26 15:14:19 +00:00 |
|
|
|
efcc77ef44
|
feat(trie): trie node update extension (#9838)
|
2024-07-26 15:03:20 +00:00 |
|
|
|
6d036cd95b
|
perf(trie): pass owned hashed state to trie methods (#9837)
|
2024-07-26 14:55:02 +00:00 |
|
|
|
206ca8153d
|
feat: add CanonicalInMemoryState::set_pending_block (#9834)
|
2024-07-26 13:59:21 +00:00 |
|