|
|
8bbd403285
|
fix: improve nonce too low error (#10711)
|
2024-09-05 13:09:33 +00:00 |
|
|
|
834e99cd2a
|
chore: moved optimism_receiptfn and its tests (#10520)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-05 13:00:09 +00:00 |
|
|
|
98b214f63d
|
feat(tree): schedule block removal on disk reorgs (#10603)
|
2024-09-04 22:36:14 +00:00 |
|
|
|
1ef4d6d61b
|
clippy: add collection_is_never_read clippy lint (#10703)
|
2024-09-04 22:07:26 +00:00 |
|
|
|
f8e5b181bb
|
chore: relax txpool client trait bounds (#10705)
|
2024-09-04 21:49:06 +00:00 |
|
|
|
f82719ff23
|
rpc: small refactor in TransactionSource impl (#10704)
|
2024-09-04 21:31:15 +00:00 |
|
|
|
9e3edcc7e9
|
fix: allow tx's from EIP-7702 delegated accounts (#10702)
|
2024-09-04 21:11:50 +00:00 |
|
|
|
86a2ac6fa2
|
fix: nippy jar error access is denied. os error 5 (#9747) (#10672)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-04 20:03:04 +00:00 |
|
|
|
3289cd79bd
|
feat(tree): make on_new_head and is_fork aware of disk (#10551)
|
2024-09-04 19:00:07 +00:00 |
|
|
|
a1d9ece3be
|
feat: NodeTypesWithDB (#10683)
|
2024-09-04 17:56:22 +00:00 |
|
|
|
4fbfedb6e0
|
chore(reth-evm): no-default optional crate (#10694)
|
2024-09-04 17:20:10 +00:00 |
|
|
|
e502132109
|
primitives: simplify generate_valid_header logic (#10692)
|
2024-09-04 15:53:28 +00:00 |
|
|
|
2c28438505
|
chore: remove PerfectHasingFunction Filters (#10627)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-04 14:46:46 +00:00 |
|
|
|
938227a397
|
fix(op): parse l1 block info from l2 tx input (#10664)
|
2024-09-04 14:13:23 +00:00 |
|
|
|
d659cd36d2
|
refactor: move exec metrics into executor (#10426)
|
2024-09-04 01:30:12 +00:00 |
|
|
|
fd8ca17076
|
feat(tree): introduce executed_block_by_hash (#10553)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-09-03 18:11:37 +00:00 |
|
|
|
df93e7515b
|
test (provider): receiptProvider impl of BlockchainProvider2<DB> (#10651)
|
2024-09-03 15:31:32 +00:00 |
|
|
|
5744ad1fa0
|
feat: impl StateReader for BlockchainProvider2 (#10618)
|
2024-09-03 15:24:02 +00:00 |
|
|
|
9d46b06420
|
feat(engine): invalid block hooks crate (#10629)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-09-03 15:02:18 +00:00 |
|
|
|
6b509ddb1c
|
blockchain-tree: add unit tests for BlockIndices (#10675)
|
2024-09-03 14:33:32 +00:00 |
|
|
|
332b994c02
|
net: rm unused import (#10676)
|
2024-09-03 14:27:49 +00:00 |
|
|
|
dea1e21af9
|
feat: add invalid block hook field to tree (#10432)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-09-03 13:59:43 +00:00 |
|
|
|
d30e3a4888
|
node: revise NodeTypes trait (#10665)
|
2024-09-03 12:52:53 +00:00 |
|
|
|
020597da32
|
Update generic name in payload crate (#10669)
|
2024-09-03 11:44:30 +00:00 |
|
|
|
5fc77551dd
|
fix(discv5): return discv5 local node record (#10640)
|
2024-09-03 10:22:08 +00:00 |
|
|
|
857f97e3a3
|
chore(storage): remove unnecessary check empty vec (#10671)
|
2024-09-03 09:03:11 +00:00 |
|
|
|
80793cfe17
|
feat(tree): cache trie updates for nonfinalized canonical blocks (#10579)
|
2024-09-03 02:15:22 +00:00 |
|
|
|
08719deb4e
|
primitives: small refactor in gas_limit method (#10668)
|
2024-09-02 22:07:58 +00:00 |
|
|
|
659375d776
|
eip7702: use alloy TxEip7702 (#10617)
|
2024-09-02 18:16:25 +00:00 |
|
|
|
aa42dbcf30
|
fix: ensure receipts are written to storage during test setups (#10660)
|
2024-09-02 17:22:26 +00:00 |
|
|
|
cbad38a40f
|
fix(op-reth): --chain help message (#10661)
|
2024-09-02 16:46:32 +00:00 |
|
|
|
d58cf53850
|
fix(provider): move consistency check methods from NippyJarWriter to NippyJarChecker (#10633)
|
2024-09-02 16:17:08 +00:00 |
|
|
|
2c0170a03b
|
docs: remove outdated comment in cursor::Walker (#10658)
|
2024-09-02 15:32:50 +00:00 |
|
|
|
212a6a0a31
|
Use ByteCode::new_raw_checked and propagate error (#10584)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-02 14:53:24 +00:00 |
|
|
|
449d63d980
|
chore: increase max proof window (#10654)
|
2024-09-02 14:47:29 +00:00 |
|
|
|
fcab695a93
|
refactor: extract op-reth binary to separate crate (#10641)
Co-authored-by: Loocapro <lucaprovini1989@gmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-02 14:20:15 +00:00 |
|
|
|
5b97ace992
|
fix(witness): storage proof target on blinded (#10657)
|
2024-09-02 14:06:38 +00:00 |
|
|
|
d5c6f1a54c
|
fix(witness): allow no storage multiproof (#10656)
|
2024-09-02 14:04:25 +00:00 |
|
|
|
d5906f3f89
|
test(trie): improve in-memory nodes fuzz tests (#10479)
|
2024-09-02 10:34:51 +00:00 |
|
|
|
333b1a7bb7
|
chore: add debug log when new engine message (#10653)
|
2024-09-02 10:00:23 +00:00 |
|
|
|
68f852ba54
|
fix: dont use prune mode full (#10652)
|
2024-09-02 09:59:44 +00:00 |
|
|
|
ef975f15eb
|
feat(rpc): add preimages to execution witness response (#10456)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-09-02 09:25:38 +00:00 |
|
|
|
d59854f1dc
|
fix(tree): replace debug_assert with relaxed removal logic (#10634)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-09-02 08:25:52 +00:00 |
|
|
|
0243e03933
|
chore(deps): bump op-alloy-rpc-types (#10646)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-09-02 08:24:39 +00:00 |
|
|
|
1450deb1d6
|
fix: clippy (#10650)
|
2024-09-02 07:50:24 +00:00 |
|
|
|
42dc5eea16
|
docs(NodeBuilder): fix broken link (#10644)
|
2024-09-01 23:55:57 +00:00 |
|
|
|
d4cfb95e68
|
eip4844: use alloy TxEip4844 (#10624)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-01 19:20:00 +00:00 |
|
|
|
578b52afd0
|
eip2930: use alloy TxEip2930 (#10623)
|
2024-09-01 13:53:19 +00:00 |
|
|
|
7269cf2853
|
chore: expose TransactionFetcher param in cli (#10635)
|
2024-08-31 20:04:38 +00:00 |
|
|
|
3a49a552c7
|
feat: migrate to alloy TxEip1559 (#10262)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-08-31 17:36:28 +00:00 |
|