Matthias Seitz
|
f49feff5a7
|
chore: phase out some ethers usage (#3467)
|
2023-06-29 15:28:28 +00:00 |
|
Roman Krasiuk
|
d60aef5a16
|
fix: insert genesis account & storage history (#3346)
|
2023-06-23 09:37:21 +00:00 |
|
Matthias Seitz
|
052f5cb97b
|
test: add another genesis test (#3334)
|
2023-06-22 17:15:22 +00:00 |
|
Bjerg
|
0ffb9c5653
|
feat: display hardforks on startup (#3227)
Co-authored-by: seroze <serozekim@gmail.com>
|
2023-06-19 13:47:34 +00:00 |
|
Roman Krasiuk
|
37e8f7b140
|
perf(provider): return empty ommers after merge (#3222)
|
2023-06-19 08:50:00 +00:00 |
|
Aditya Pandey
|
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 |
|
Waylon Jepsen
|
6ef3e12fac
|
Put ChainsSpecs in Arc<> (#3075)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-06-09 17:58:11 +00:00 |
|
Alexey Shekhirin
|
5345d0c1b8
|
feat(stages): bodies & TD progress (#3010)
|
2023-06-06 13:58:51 -07:00 |
|
Matthias Seitz
|
10717a7cc3
|
chore: apply same impl order (#2937)
|
2023-05-31 22:44:34 +00:00 |
|
Matthias Seitz
|
5595ae9a78
|
feat: add constants for total paris difficulty (#2901)
|
2023-05-29 20:58:35 +00:00 |
|
Matthias Seitz
|
01af8e5d4b
|
perf: cache fork timestamps (#2886)
|
2023-05-29 12:16:59 +00:00 |
|
Dan Cline
|
460bf13b63
|
fix: check db and indices for canonical block (#2702)
|
2023-05-18 11:20:31 +02:00 |
|
Dan Cline
|
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 |
|
Dan Cline
|
7d3016f0f2
|
feat: use BlockHashOrNum in providers (#2627)
|
2023-05-10 22:03:16 +02:00 |
|
Matthias Seitz
|
b8b2772932
|
fix: restrict start block correctly (#2460)
|
2023-04-28 14:21:08 -07:00 |
|
Dan Cline
|
be1eab11b5
|
fix: add initial goerli forks (#2196)
|
2023-04-11 14:18:50 -07:00 |
|
Matthias Seitz
|
840a0c7860
|
chore: add ChainSpec convenience function for Hardfork timestamps (#2190)
|
2023-04-11 13:09:34 -04:00 |
|
Dan Cline
|
d07a0b9d2e
|
fix: add remaining sepolia test vector from geth (#1974)
|
2023-03-24 16:06:03 -04:00 |
|
Dan Cline
|
5ea1cbbd7c
|
fix: add shanghai timestamp to goerli chainspec (#1902)
|
2023-03-22 11:15:28 +01:00 |
|
Bjerg
|
85076fbde5
|
feat: add mainnet timestamp for shanghai (#1829)
|
2023-03-18 15:10:57 +01:00 |
|
François Garillot
|
075544e889
|
refactor: various cleanups (#1833)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-03-18 14:13:09 +01:00 |
|
Dan Cline
|
7ac06cd29f
|
feat: use chain specific bootnodes (#1826)
|
2023-03-17 19:28:00 -04:00 |
|
Matthias Seitz
|
9f00d48402
|
chore: rearrange impl order (#1796)
|
2023-03-16 15:22:08 +01:00 |
|
Dan Cline
|
9e1c341e16
|
fix(primitives): write withdrawal hash at genesis (#1654)
|
2023-03-08 11:30:50 -05:00 |
|
rakita
|
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 |
|
Francisco Krause Arnim
|
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 |
|
Matthias Seitz
|
50203a8f2a
|
chore: phase out ethers rpc block types (#1463)
|
2023-02-20 16:02:33 +01:00 |
|
Matthias Seitz
|
26b606fda5
|
feat(rpc): impl filter changes (#1373)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-17 18:02:36 +01:00 |
|
Roman Krasiuk
|
54b6a4ae94
|
feat(provider): add TransactionsProvider and WithdrawalsProvider (#1431)
|
2023-02-17 16:26:47 +01:00 |
|
Dan Cline
|
bb520957d8
|
fix: set shanghai time in From<EthersGenesis> (#1424)
|
2023-02-16 15:28:16 -08:00 |
|
Roman Krasiuk
|
e97753c768
|
feat: withdrawals (#1322)
Co-authored-by: rakita <rakita@users.noreply.github.com>
|
2023-02-16 04:44:05 -08:00 |
|
Aurélien
|
12d85087ac
|
feat: Add Shanghai on Sepolia (#1357)
|
2023-02-15 15:56:59 -08:00 |
|
Bjerg
|
816df4b0da
|
perf: use pre-computed genesis hash for known chains (#1351)
|
2023-02-14 19:22:37 +01:00 |
|
Bjerg
|
d216081b58
|
feat: add Finish stage (#1279)
|
2023-02-14 17:10:50 +01:00 |
|
Roman Krasiuk
|
ea79ed1049
|
fix(chainspec): cascading paris fork activation (#1334)
|
2023-02-14 13:29:33 +01:00 |
|
Georgios Konstantopoulos
|
1a139ea6cc
|
chore: fmt
|
2023-02-11 13:40:58 -08:00 |
|
Roman Krasiuk
|
eba63b8f77
|
fix: chainspec ttd check (#1285)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-02-11 12:49:01 -08:00 |
|
Bjerg
|
440718288d
|
feat: add reth init and reth import (#877)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2023-02-09 15:08:10 -05:00 |
|
Bjerg
|
02a6aec3fb
|
feat: support time-based forking (#1128)
|
2023-02-06 12:55:41 -08:00 |
|
Georgios Konstantopoulos
|
0c341ed9ce
|
Revert "feat: support time-based forking" (#1090)
|
2023-01-30 10:58:55 -08:00 |
|
Aurélien
|
9cdead5646
|
feat: support time-based forking (#985)
|
2023-01-27 10:49:54 -05:00 |
|
Giovanni Napoli
|
99c52e55ba
|
feat: compute genesis root (#1020)
|
2023-01-25 13:20:33 -05:00 |
|
Roman Krasiuk
|
c23a2215b0
|
chore(db): restructure providers crate (#1003)
|
2023-01-25 04:55:34 -08:00 |
|