Commit Graph

295 Commits

Author SHA1 Message Date
1c46e5ae7d feat: block executor provider and ethereum + op impl (#7594)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2024-04-19 09:41:51 +00:00
dc39fd68f4 fix: check for genesis block on pool validator init (#7699) 2024-04-17 15:21:25 +02:00
0aae8c4210 chore: move BlockExecutorStats (#7672) 2024-04-16 13:59:00 +02:00
cd5be8e084 chore: extract evm processor batch handling (#7671) 2024-04-16 11:21:50 +00:00
9a4c01fbee chore: rm node api deps (#7593) 2024-04-12 14:11:54 +00:00
dc9fc372cb chore: make function private (#7569) 2024-04-11 15:16:22 +00:00
33dea48e6a chore: rm unused fn (#7568) 2024-04-11 14:56:15 +00:00
8d65186dbb chore: relax stateprovider db trait bound (#7567) 2024-04-11 14:46:26 +00:00
3826772886 chore: fix some warnings (#7515) 2024-04-08 18:10:10 +00:00
6a104cc174 chore: rm unused execute function (#7513) 2024-04-08 17:28:17 +00:00
e20c524452 feat: integrate evm in rpc (#7470) 2024-04-05 07:26:11 +00:00
16c76b6ce6 fix: use modify specid instead (#7427) 2024-04-02 17:44:21 +00:00
8fc7a13ccd feat: make more descriptive errors instead of ProviderError (#7380)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-04-02 12:01:09 +00:00
0da7b7c314 chore: fix typos (#7264) 2024-03-21 12:10:09 +00:00
d4e9695556 perf(trie): calculate state root from BundleState (#7186) 2024-03-19 06:52:19 +00:00
d91274eaa2 Enable clippy's redundant_clone linter (#7202)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-19 01:35:04 +00:00
52d49832d9 fix(static-file): pass producer as Arc<Mutex<_>> to ensure only one is active (#7143)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2024-03-15 13:26:15 +00:00
fb30619192 fix(op-reth): non-deposit txs have depositReceiptVersion=1 (#6784) 2024-03-12 16:45:49 +00:00
4aecad8032 chore: inspector stack from evm-inspectors (#7076) 2024-03-09 23:34:26 +00:00
d4ff65bfad bump: revm v7.1.0 (#7064) 2024-03-09 00:12:26 +00:00
6f8d1a8137 Rename TxType variants to UpperCamelCase (#7012) 2024-03-06 17:36:58 +00:00
yjh
2d6ad17b85 fix: Canyon timestamp overflow (#6990) 2024-03-06 11:36:19 +00:00
5e2cac442f 0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-01 11:34:31 +00:00
1563849404 chore: simplify collect DatabaseProvider methods (#6747) 2024-02-26 13:42:20 +00:00
4fe0f27974 fix(ci): allow non_local_definitions on false positives (#6790) 2024-02-26 12:20:08 +00:00
94cb6a8bcd chore: use Display instead of Debug for most errors (#6777) 2024-02-24 12:13:41 +00:00
a7e183d1a5 feat: introduce evm config trait (#6461)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-23 22:39:24 +00:00
e03ab418b0 chore: rm unused op dep (#6743) 2024-02-22 18:38:33 +00:00
79452eadaf chore: make clippy happy (#6666) 2024-02-19 06:31:47 +00:00
bcc95b1f4f chore: bump revm 6.0 (#6638) 2024-02-17 10:39:02 +00:00
81b5c53ced fix(revm): calculate failed transaction hash for logging (#6556) 2024-02-17 08:16:43 +00:00
683b252f83 Segmenting cfg and block env impl from PayloadBuilderAttributes (#6623) 2024-02-16 17:08:24 +00:00
4a8a68b8b9 Implement Deref and DerefMut for StateProviderDatabase (#6538) 2024-02-15 20:09:13 +00:00
9450319002 fix: check versioned hash version for EIP-4844 transactions (#6601) 2024-02-15 17:16:05 +00:00
99764b8963 fix(op): set handler cfg correctly in EvmProcessor (#6609) 2024-02-14 13:26:12 +00:00
4c8f31a8c1 fix(op): Add optimism in node api, few cfg transitions (#6598) 2024-02-14 02:01:48 +00:00
3c3c7b36ad chore: remove chain_spec from ExecutorFactory (#6523) 2024-02-10 01:07:11 +00:00
cd0a2f34bc chore: remove op-flagged arguments from receipt root calc (#6517) 2024-02-09 17:55:08 +00:00
cede8b7dd6 replace &Bytes with &[u8] in optimism functions (#5896)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-09 17:24:55 +00:00
d08d72e5c3 feat(op): Ecotone reject blob txs (#6480)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-02-08 02:51:07 +00:00
d05504f996 feat(op): Ecotone L1 fee parsing (#6479) 2024-02-08 02:28:18 +00:00
13947e509b chore: Bump revm to newest (#6357)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-06 22:59:10 +00:00
521b579222 chore: rename EvmEnvConfig to ConfigureEvmEnv (#6423) 2024-02-05 23:39:49 +00:00
62303cb06f chore: improve Withdrawals interface (#6401) 2024-02-05 11:42:22 +00:00
55fae2ca9c Add Withdrawals struct (#6267) 2024-02-01 17:57:50 +00:00
1223895466 feat: separate node-builder crate (#6302) 2024-01-31 18:03:03 +00:00
acccf1441e feat: EvmEnvConfig trait (#6051) 2024-01-25 22:40:12 +00:00
ee199bb5db fmt: run nightly-2023-10-15 and remove semicolons (#6035) 2024-01-12 11:38:41 +00:00
19f481006b chore: move revm-inspectors to a separate repo (#5992) 2024-01-09 21:33:45 +00:00
3fdb24ebd3 chore: move revm inspectors to alloy rpc types (#5990) 2024-01-09 19:58:47 +00:00