Commit Graph

59 Commits

Author SHA1 Message Date
f8ceda9ea8 chore: reduce size of common types (#5304) 2023-11-06 12:45:20 +00:00
52670a8b24 feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
2023-11-05 17:33:42 +00:00
cf1824989e fix: replace mainnet TTD so geth mainnet genesis parsing works (#5290)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-04 06:08:30 +00:00
e6995e5cdf Parse Genesis Value from Memory (#5238) 2023-11-03 02:58:29 +00:00
6ca14b5178 clean up database file after testing (#5087)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2023-10-25 18:47:44 +00:00
dd6913cd98 feat(primitives): add _HASH suffix for constants hashes (#5175) 2023-10-25 14:07:21 +00:00
af8e3c9ee9 feat(pruner): shared deletion limit (#4880) 2023-10-04 18:12:58 +00:00
2cddd0f63e Add ChainSpec::hardfork_fork_id and ChainSpec::shanghai_fork_id helper fns (#4748) 2023-10-03 13:00:05 +00:00
6b2945440b feat(snapshot, prune): highest snapshots tracker (#4721) 2023-09-29 09:59:48 +00:00
5f9a917fb1 feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-09-28 15:55:39 +00:00
b994d159b4 chore: silence unused warning (#4817) 2023-09-27 12:20:20 +02:00
dae31fa2a7 chore: timestamp fork activation semantics (#4785) 2023-09-26 11:29:38 +00:00
1f33cb5e1b feat: update genesis for holesky (#4773) 2023-09-25 20:33:15 +00:00
4aa3ebdbdd chore: fix doc lints (#4639) 2023-09-18 17:08:35 +00:00
873b6f71d8 fix: holesky genesis (#4616) 2023-09-15 18:49:19 +00:00
b87dfe507d feat: holesky support (#4359) 2023-09-08 14:20:39 -07:00
f31706dd9b feat: add base fee and blob fields to genesis (#4516) 2023-09-07 19:03:37 +00:00
f490f558c1 fix(primitives): set cancun header fields if active at genesis (#4500) 2023-09-07 12:25:39 +00:00
59bffd4112 fix: filter out pre-genesis timestamp forks (#4501) 2023-09-07 10:57:31 +00:00
ab0fb4147d fix(primitives): map cancun to timestamp fork (#4491) 2023-09-05 21:57:14 +00:00
1eee5ee80a feat(pruner, primitives): move prune batch sizes to ChainSpec (#4318)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:45:53 +00:00
9569debbb5 feat: make base fee computation parameters configurable via chain spec (#3992) 2023-08-07 15:52:27 +00:00
704c0987df feat: use DepositContract on ChainSpec (#4041)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-03 12:07:37 +00:00
9a7911b49e feat(bin): node --full flag (#3965) 2023-07-31 16:00:45 +00:00
aa5d39dd6d feat: add Hardfork::Cancun (#3933)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-07-26 16:42:05 +00:00
1b31a55d62 feat: add a --dev option (#3866) 2023-07-25 11:33:23 +00:00
3d91383dfe fix: only check timestamped forks after the merge (#2503)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-06-30 07:01:17 +00:00
052f5cb97b test: add another genesis test (#3334) 2023-06-22 17:15:22 +00:00
0ffb9c5653 feat: display hardforks on startup (#3227)
Co-authored-by: seroze <serozekim@gmail.com>
2023-06-19 13:47:34 +00:00
37e8f7b140 perf(provider): return empty ommers after merge (#3222) 2023-06-19 08:50:00 +00:00
3ace10d835 refactor: phase out ether genesis in primitives (#2311)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-06-16 14:40:02 +00:00
6ef3e12fac Put ChainsSpecs in Arc<> (#3075)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-09 17:58:11 +00:00
5345d0c1b8 feat(stages): bodies & TD progress (#3010) 2023-06-06 13:58:51 -07:00
5595ae9a78 feat: add constants for total paris difficulty (#2901) 2023-05-29 20:58:35 +00:00
01af8e5d4b perf: cache fork timestamps (#2886) 2023-05-29 12:16:59 +00:00
460bf13b63 fix: check db and indices for canonical block (#2702) 2023-05-18 11:20:31 +02:00
f5a573661a fix: use proper base fee in auto seal (#2691)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-16 12:54:05 +02:00
be1eab11b5 fix: add initial goerli forks (#2196) 2023-04-11 14:18:50 -07:00
840a0c7860 chore: add ChainSpec convenience function for Hardfork timestamps (#2190) 2023-04-11 13:09:34 -04:00
d07a0b9d2e fix: add remaining sepolia test vector from geth (#1974) 2023-03-24 16:06:03 -04:00
5ea1cbbd7c fix: add shanghai timestamp to goerli chainspec (#1902) 2023-03-22 11:15:28 +01:00
85076fbde5 feat: add mainnet timestamp for shanghai (#1829) 2023-03-18 15:10:57 +01:00
075544e889 refactor: various cleanups (#1833)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-18 14:13:09 +01:00
9e1c341e16 fix(primitives): write withdrawal hash at genesis (#1654) 2023-03-08 11:30:50 -05:00
42e3f56108 feat: refactor few stages to providers, introduce insert_block (#1474)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-01 13:42:45 -07:00
4839adeaef test: fix hive tests (#1530)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-02-28 18:35:37 -07:00
bb520957d8 fix: set shanghai time in From<EthersGenesis> (#1424) 2023-02-16 15:28:16 -08:00
e97753c768 feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
2023-02-16 04:44:05 -08:00
12d85087ac feat: Add Shanghai on Sepolia (#1357) 2023-02-15 15:56:59 -08:00
816df4b0da perf: use pre-computed genesis hash for known chains (#1351) 2023-02-14 19:22:37 +01:00