Commit Graph

758 Commits

Author SHA1 Message Date
Alexey Shekhirin
aec59b7305 release: v0.2.0-beta.1 (#7021) 2024-03-06 19:58:52 +00:00
Emilia Hane
b66f54d9eb chore(deps): bump ethers to 2.0.14, enr to 0.10, unpin discv5 (#6634)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-06 18:30:38 +00:00
DaniPopes
a1df972464 chore: remove most ethers mentions and code (#6999) 2024-03-06 14:38:15 +00:00
Emilia Hane
422b8f8e75 Prioritisation network manager + transactions manager + eth request handler (#6590)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-06 13:43:21 +00:00
Luca Provini
9226488b3a Node tests crate (#6972) 2024-03-06 12:05:15 +00:00
Matthias Seitz
6725d43f05 feat: add trace opcode gas (#6977) 2024-03-05 21:57:43 +00:00
Matthias Seitz
405f9ab07e feat: add OP specific txpool (#6902) 2024-03-05 18:34:03 +00:00
Federico Gimenez
96fcdfbac8 feat(api,rpc): improve engine API abstraction (#6871)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-05 16:05:17 +00:00
Roman Krasiuk
53e67c2b99 feat(trie): metrics (#6943) 2024-03-04 14:34:48 +00:00
Delweng
a7b5f4de47 cargo: missing once_cell (#6953)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-03-04 11:03:20 +00:00
Alexey Shekhirin
a79f1951c5 feat(storage): log debug commit message only on commit (#6918) 2024-03-03 20:46:04 +00:00
github-actions[bot]
4161f5a9b9 chore(deps): weekly cargo update (#6939)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-03-03 12:18:10 +00:00
Roman Krasiuk
1c6c80452e chore(task): move blocking pool to reth-tasks (#6929) 2024-03-03 12:02:05 +00:00
DaniPopes
c353b0639f feat: print a backtrace on SIGSEGV (#6907) 2024-03-01 16:39:16 +00:00
back
5e2cac442f 0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-01 11:34:31 +00:00
Matthias Seitz
c5955f1305 feat: integrate builder (#6611) 2024-02-29 16:50:04 +00:00
Delweng
9468527aad chore: remove unused dependencies to speed up building time (#6882)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 15:10:20 +00:00
Alexey Shekhirin
6b5b6f7a40 Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
2024-02-29 12:37:28 +00:00
Abner Zheng
7d6fb37e36 Revm example (#6855)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-29 10:52:17 +00:00
Roman Krasiuk
d93d8ea840 release: v0.1.0-alpha.21 (#6828) 2024-02-27 21:14:31 +00:00
Emilia Hane
0007c9a4d2 Verify tx response data against request (#6439)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-27 17:09:27 +00:00
Matthias Seitz
ce28fe32d9 chore: pin cc (#6804) 2024-02-26 18:12:05 +00:00
Matthias Seitz
a5aff75841 release: v0.1.0-alpha.20 (#6800) 2024-02-26 17:30:12 +00:00
DaniPopes
285312ea68 chore(deps): bump nybbles, correct some unchecked usages (#6794)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-02-26 16:09:35 +00:00
Abner Zheng
323bad2718 Replace async trait with ->impl Future (#6791) 2024-02-26 13:23:00 +00:00
Abner Zheng
92396b39c4 Remove async-trait as dependency from crate stages (#6771) 2024-02-26 12:40:15 +01:00
github-actions[bot]
2a10306e3b chore(deps): weekly cargo update (#6783)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-02-25 12:19:10 +00:00
DaniPopes
b7ac2d6fd2 chore: use fmt::Formatter helpers (#6775) 2024-02-24 11:40:19 +00:00
Matthias Seitz
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
clabby
21bc1a861b feat(op): Cancun support in payload builder and processor (#6731) 2024-02-23 19:11:25 +00:00
Abner Zheng
be1ebeea62 Replace #[async_trait] with ->imp for traits in rpc_testing_util (#6757) 2024-02-23 16:45:38 +00:00
Abner Zheng
34402caeee Replace #[async_trait] with ->imp for traits in eth_wire (#6756) 2024-02-23 16:45:25 +00:00
Luca Provini
4c439e0b9a feat: using smallvec (#6740)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-02-23 12:00:03 +00:00
Emilia Hane
9f91c6ad94 Meter tx manager poll duration (#6688)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-22 23:19:51 +00:00
Matthias Seitz
e03ab418b0 chore: rm unused op dep (#6743) 2024-02-22 18:38:33 +00:00
Matthias Seitz
4487886fa2 test: add pprof flamgegraph bench (#6712) 2024-02-21 18:41:27 +00:00
Dan Cline
c8c422e278 chore: set test-fuzz to workspace dep, bump c-kzg (#6705) 2024-02-21 10:03:07 +00:00
Matthias Seitz
ca2c883cd6 fix: Duration serde execution stage (#6691) 2024-02-20 12:09:11 +00:00
Dan Cline
0192934a85 release: v0.1.0 alpha.19 (#6677) 2024-02-19 20:12:49 +00:00
github-actions[bot]
df75905eb0 chore(deps): weekly cargo update (#6647)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-02-18 12:39:36 +00:00
Matthias Seitz
bcc95b1f4f chore: bump revm 6.0 (#6638) 2024-02-17 10:39:02 +00:00
Emilia Hane
39eb6c6d6e Bump lru version (#6635) 2024-02-17 02:01:33 +00:00
back
208eb6d6a1 Make transaction manager param configurable from cli (#6594)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-16 22:25:55 +00:00
Dan Cline
3dc7214a2b chore: remove unused smallvec dep (#6629) 2024-02-16 18:38:38 +00:00
Matthias Seitz
db158f29f4 feat: add OptimismNode type (#6610)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-02-15 14:59:53 +01:00
0xZerohero
7c93d8efa6 fix: add missing depositReceiptVersion field (#6607) 2024-02-14 16:10:35 +00:00
Matthias Seitz
fbfa2cedaf chore: impl default for PendingPoolImportsInfo (#6596) 2024-02-14 01:18:02 +00:00
Matthias Seitz
cfc914669b feat: declarative builder v2 (#6447)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-13 22:51:38 +00:00
Dan Cline
11dbd0867e release: v0.1.0 alpha.18 (#6588) 2024-02-13 19:06:38 +00:00
Matthias Seitz
64c33394eb chore: bump alloy revm + inspectors (#6586)
Co-authored-by: Zero Hero <0xzerohero@gmail.com>
2024-02-13 16:21:35 +00:00