Commit Graph

547 Commits

Author SHA1 Message Date
Roman Krasiuk
12ac1f153f feat(trie): account & storage proofs (#5041) 2023-10-17 07:28:05 +00:00
github-actions[bot]
7389aea3db chore(deps): weekly cargo update (#5027)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-15 10:40:16 +00:00
Alexey Shekhirin
e86b80a019 feat(bin, snapshot): SnapshotSegment, headers segment & refactors (#4979) 2023-10-12 18:51:57 +00:00
Alexey Shekhirin
2dbd142d60 feat(bin, prune): pass prune segments from CLI & refactor modes (#4964) 2023-10-12 11:49:28 +00:00
github-actions[bot]
98bc2b5c84 chore(deps): weekly cargo update (#4949)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-10-08 13:53:35 +02:00
Matthias Seitz
6fd66b3149 chore: update lock (#4942) 2023-10-07 14:04:02 +02:00
Matthias Seitz
36306ce916 feat: add cli ext event hooks example (#4935) 2023-10-06 18:05:03 +00:00
joshieDo
9c8eca6a49 feat: add reth db snapshot <TYPE> command (#4889) 2023-10-06 16:33:56 +00:00
Dan Cline
49ac2f5110 feat: add metrics to engine RPC API (#4912) 2023-10-05 19:51:50 +00:00
Supernovahs.eth
afebb2b20b intrinsic gas check (#4867)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-04 12:33:40 +00:00
Roberto Bayardo
081d71e1a2 change transaction value fields from u128 to a wrapper-type of U256 (#4439)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-04 12:07:44 +00:00
Dan Cline
b1a7a871cd chore: bump revm (#4884)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: rakita <rakita@users.noreply.github.com>
2023-10-03 13:45:53 +00:00
Matthias Seitz
74808eddcc feat: support trace_filter (#4818) 2023-10-02 22:21:40 +00:00
Matthias Seitz
f59db3151d chore(deps): move more things to workspace (#4881) 2023-10-02 20:45:36 +00:00
christn
3bd6079f9e Add test to example rpc extension (#4872) 2023-10-02 11:38:13 +00:00
github-actions[bot]
b273eeb8a2 chore(deps): weekly cargo update (#4866)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-02 11:23:23 +00:00
christn
fd697d9d3f Changes to enable validation api extension (#4783)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-30 13:10:30 +00:00
DaniPopes
01b264a025 chore(deps): bump Alloy to 0.4 and remove patch (#4862) 2023-09-30 00:27:08 +00:00
Matthias Seitz
702d04bb85 chore(deps): rm hashbrown dep (#4861) 2023-09-29 20:38:01 +00:00
evalir
8f6a33b9ca chore(deps): change revm to use evalir/revm instead of dani branch (#4855) 2023-09-29 13:35:59 +00:00
Alexey Shekhirin
6b2945440b feat(snapshot, prune): highest snapshots tracker (#4721) 2023-09-29 09:59:48 +00:00
Alexey Shekhirin
760a5155d7 feat(engine, snapshot): snapshot hook (#4690) 2023-09-28 18:13:21 +00:00
rakita
486b289caa chore: bump c-kzg to crate version (#4841) 2023-09-28 17:36:26 +00:00
DaniPopes
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
Matthias Seitz
ec25f49530 chore(deps): bump boa (#4787)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2023-09-28 00:26:43 +00:00
DaniPopes
6d028119da chore(deps): dedup c-kzg by unpinning it (#4827) 2023-09-27 16:45:54 +00:00
joshieDo
0cdd30251b feat: create a NippyJar snapshot from multiple Table (#4716) 2023-09-27 14:13:18 +00:00
Roman Krasiuk
1b16d804ef release: v0.1.0-alpha.10 (#4781) 2023-09-26 18:41:21 +00:00
Alexey Shekhirin
5e01a21ec4 chore(tree, engine, prune, stages, storage): improve logs (#4790) 2023-09-26 17:01:37 +00:00
Roman Krasiuk
ff27ecc75e chore(primitives): root calculation using HashBuilder (#4780) 2023-09-26 12:53:47 +00:00
Roman Krasiuk
7024e9a8e9 chore(dep): reth db workspace (#4782) 2023-09-26 11:31:09 +00:00
Roman Krasiuk
b701cbc9a3 release: v0.1.0-alpha.9 (#4766) 2023-09-25 15:32:29 +00:00
Matthias Seitz
1b17453261 chore: pin breaking icu releases (#4760) 2023-09-25 11:56:42 +00:00
MouseLess.eth
0a4e428448 Example: Manual P2P (#4736)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-24 12:37:19 +00:00
Collin
675c6bfc39 perf/refactor: use tokio_util::sync::PollSender for ActiveSession -> SessionManager messages (#4603) 2023-09-22 22:09:39 +00:00
Dan Cline
e83d3aa704 chore: bump revm (#4723) 2023-09-22 01:05:10 +00:00
joshieDo
7a5b631273 feat: add nippy-jar format for snapshots (#4512)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-21 17:52:32 +00:00
Matthias Seitz
aab57b5841 fix: pin revm until we move to crates deps again (#4707) 2023-09-21 10:47:50 -07:00
Matthias Seitz
8cb28a7005 fix: bump revm with breaking change (#4706) 2023-09-21 14:59:11 +02:00
Dan Cline
0a17bc66ff chore: update revm and map new errors to rpc (#4696) 2023-09-20 21:35:09 +00:00
Supernovahs.eth
801294252e feat: Duplicate Withdrawal and move try from impls to rpc-compat (#4186) 2023-09-19 16:57:32 +00:00
Matthias Seitz
69045fd665 chore: get rid of unreachable (#4638) 2023-09-18 16:49:59 +00:00
Bjerg
66589209a0 feat: enable size-limited file logs by default (#4192)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-18 14:08:18 +00:00
github-actions[bot]
a55f48cf28 chore(deps): weekly cargo update (#4627)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-17 16:52:59 +00:00
Matthias Seitz
ae0d5241f2 chore(deps): bump jsonrpsee 0.20.1 (#4624) 2023-09-16 17:56:07 +02:00
rakita
f153d8f4d4 feat(revm): Integrate State (#3512)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-09-16 11:00:22 +00:00
DaniPopes
28f5118048 chore: update dependencies with breaking changes (#4555) 2023-09-11 14:53:09 +00:00
DaniPopes
7dd14a7eba chore: pin git dependencies to specific revs (#4552) 2023-09-11 14:25:35 +00:00
github-actions[bot]
e1d668681d chore(deps): weekly cargo update (#4542)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-10 08:42:46 +00:00
Roman Krasiuk
d6c8336071 dep: ethers@2.0.10 (#4535) 2023-09-08 15:24:59 +00:00