Commit Graph

167 Commits

Author SHA1 Message Date
09f04a0f6c feat(rpc): use alloy-rpc-types for ethereum-related types (#5947) 2024-01-04 17:11:49 +00:00
9aa44093cf lints: move top-level lints to [workspace.lints] manifest table (#5935) 2024-01-04 13:38:02 +00:00
17b75dd403 chore: move BeaconConsensus to its own crate (#5937) 2024-01-04 12:40:53 +00:00
4cd30bdc9b feat(tx-pool): add get_transactions_by_sender_and_nonce for TransactionPool trait (#5912) 2024-01-02 13:39:59 +00:00
903f033513 chore: ignore reth-ethereum-payload-builder in udeps (#5890) 2023-12-29 10:35:05 +00:00
e5ecd4af06 refactor: move ethereum and op builder into separate crates (#5876) 2023-12-28 19:57:07 +00:00
ff78d1e1f9 chore: bump itertools (#5867) 2023-12-27 14:15:59 +01:00
abc168efa6 Trie hash optimizations (#5827) 2023-12-26 09:43:10 +00:00
61c9587a24 feat: add execution payload validator (#5811) 2023-12-18 11:45:24 +00:00
6af8e0f7ea chore: use new aquamarine macro (#5785) 2023-12-15 14:49:01 +00:00
30efaf4a72 chore: bump proptest + arbitrary (#5779) 2023-12-15 14:49:29 +01:00
b34b0d3c8d release: v0.1.0-alpha.13 (#5676) 2023-12-04 14:07:17 +00:00
2144b97df0 reth-ethereum-forks crate (#5621)
Co-authored-by: root <root@Arindam>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-01 12:07:32 +00:00
3d291ea292 release: v0.1.0-alpha.12 (#5595) 2023-11-27 18:16:05 +00:00
c37f187eed chore(deps): bump alloy 0.5 (#5557) 2023-11-24 11:48:21 +00:00
857ceebbd8 chore(deps): make c-kzg actually a feature of reth-primitives (#5525) 2023-11-22 01:24:24 +00:00
e5b33dbe74 release: v0.1.0-alpha.11 (#5523) 2023-11-21 15:58:13 -08:00
afdb0a3148 chore(revm): freeze revm, add Optimism Canyon fork (#5519) 2023-11-21 17:58:41 +00:00
e6040e8f23 ci: add MSRV lint job (#5495) 2023-11-20 12:28:45 +00:00
fb981cec4d chore: move criterion and pprof to workspace (#5461) 2023-11-16 14:13:24 +00:00
100b6b850a feat: add on disk blob pool (#5389)
Co-authored-by: DoTheBestToGetTheBest <146037313+DoTheBestToGetTheBest@users.noreply.github.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-11-14 19:08:38 +00:00
e897764ad4 chore(meta): manifest maintenance (#5353) 2023-11-08 19:53:50 +00:00
d762d2d9f7 feat: downgrade trie debug logs to trace, cleanup debug logs more (#5285) 2023-11-07 12:58:36 +00:00
7fd0df2980 chore: bump to newest revm and c-kzg v0.4.0 (#5248) 2023-10-31 14:31:25 +00:00
8f0a415068 chore: bump revm version (#5187) 2023-10-26 00:06:12 +00:00
1c0373b322 perf: only record active context memory (#5174) 2023-10-25 20:01:25 +00:00
cb8b273259 chore: bump discv5 (#5150) 2023-10-23 23:22:46 +00:00
7d46db4a21 feat: add sse payload attributes example and beacon api support (#5130) 2023-10-23 20:47:04 +00:00
33df4e5766 chore: remove reth primitives [tokio] and [tokio-stream] dependencies (#5111)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-21 05:58:43 +00:00
14f2b9088e chore: Patch revm to current head commit (#5109)
Co-authored-by: clabby <ben@clab.by>
Co-authored-by: rakita <dragan0rakita@gmail.com>
2023-10-20 19:03:25 +00:00
5d217a2867 feat(primitives): move revm-primitives to reth-primitives (#5088) 2023-10-19 22:35:46 +00:00
1483175e2f example simulation transportless (#5025)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-17 13:33:31 +00:00
48cf69def4 chore(deps): move some deps to workspace (#5020) 2023-10-14 09:23:02 +02:00
a2c62cdf61 rpc tracing to workspace (#4986) 2023-10-11 16:19:06 +00:00
36306ce916 feat: add cli ext event hooks example (#4935) 2023-10-06 18:05:03 +00:00
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
f59db3151d chore(deps): move more things to workspace (#4881) 2023-10-02 20:45:36 +00:00
01b264a025 chore(deps): bump Alloy to 0.4 and remove patch (#4862) 2023-09-30 00:27:08 +00:00
8f6a33b9ca chore(deps): change revm to use evalir/revm instead of dani branch (#4855) 2023-09-29 13:35:59 +00:00
760a5155d7 feat(engine, snapshot): snapshot hook (#4690) 2023-09-28 18:13:21 +00:00
486b289caa chore: bump c-kzg to crate version (#4841) 2023-09-28 17:36:26 +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
216effd016 feat: add hivetests profile (#4833) 2023-09-28 14:44:33 +00:00
6d028119da chore(deps): dedup c-kzg by unpinning it (#4827) 2023-09-27 16:45:54 +00:00
1b16d804ef release: v0.1.0-alpha.10 (#4781) 2023-09-26 18:41:21 +00:00
4603dc31c0 chore: unhide clippy config file (#4794) 2023-09-26 14:07:02 +00:00
b701cbc9a3 release: v0.1.0-alpha.9 (#4766) 2023-09-25 15:32:29 +00:00
0a4e428448 Example: Manual P2P (#4736)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-24 12:37:19 +00:00
e83d3aa704 chore: bump revm (#4723) 2023-09-22 01:05:10 +00:00
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