Commit Graph

835 Commits

Author SHA1 Message Date
Matthias Seitz
a89add094f chore(deps): bump alloy+evm inspectors (#7616) 2024-04-13 08:33:21 +02:00
Abner Zheng
234d258ce7 feat: impl TryFrom<reth_rpc_types::Transaction> for Transaction (#7551) 2024-04-12 17:05:12 +00:00
Alexey Shekhirin
e1ebc2f06b chore(node-api): move FullNodeComponents from builder (#7597)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-12 14:39:02 +00:00
Matthias Seitz
9a4c01fbee chore: rm node api deps (#7593) 2024-04-12 14:11:54 +00:00
Matthias Seitz
9b5fc9fd8d chore: extract engine type defs to dedicated crate (#7589) 2024-04-12 13:34:40 +00:00
Matthias Seitz
b6fc756b42 chore: move pipeline setup to node-builder (#7588) 2024-04-12 12:06:52 +00:00
Matthias Seitz
6a83391a53 chore: move tree setup to builder (#7577) 2024-04-11 20:48:04 +00:00
Alexey Shekhirin
39dea65b63 feat(examples): minimal viable ExEx (#7565)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:58:36 +00:00
Alexey Shekhirin
3ffc729833 feat(examples): OP Stack bridge stats ExEx (#7556)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:38:03 +00:00
Oliver Nordbjerg
007e5c2c47 feat: exex manager (#7340)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-04-11 16:15:13 +00:00
joshieDo
b8b735e8e6 feat: add reth db checksum <TABLE> command (#7257)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-04-10 22:04:08 +00:00
Abner Zheng
8d3085617d Update iai benchmarks to use iai-callgrind (#7534) 2024-04-10 14:48:51 +00:00
Matthias Seitz
4b84b99351 feat: add PeersInfo::local_enr (#7539) 2024-04-10 14:38:57 +00:00
Matthias Seitz
e50f942d47 chore: use alloy nodeinfo (#7512) 2024-04-10 14:19:09 +00:00
Matthias Seitz
3338a0350e chore: bump jsonrpsee 0.22.4 (#7538) 2024-04-10 13:54:59 +02:00
Matthias Seitz
5c99d06904 chore: bump sse example (#7537) 2024-04-10 13:42:16 +02:00
jn
91a1503079 Implement Compact codec for alloy_primitives::Log (#7474) 2024-04-08 18:34:14 +00:00
DaniPopes
3826772886 chore: fix some warnings (#7515) 2024-04-08 18:10:10 +00:00
Matthias Seitz
9d2fdd5e3f chore: remove ethers deps (#7508) 2024-04-08 13:07:45 +00:00
Oliver Nordbjerg
8c89d9ca85 feat: exex crate (#7506) 2024-04-08 12:20:07 +00:00
Matthias Seitz
c6857efa8a chore: bump alloy (#7502) 2024-04-07 15:02:18 +02:00
github-actions[bot]
7f3c934ad7 chore(deps): weekly cargo update (#7499)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-07 11:49:43 +00:00
Matthias Seitz
b89af430e2 feat: extract optimism sequencer client to node-optimism (#7482) 2024-04-05 21:35:02 +00:00
Luca Provini
71c404d9cb E2e improvements (#7453)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-05 18:35:22 +00:00
Matthias Seitz
67cfb06fbb chore(deps): migrate to jsonrpsee 0.22 (#5894)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-05 16:02:05 +00:00
Matthias Seitz
e20c524452 feat: integrate evm in rpc (#7470) 2024-04-05 07:26:11 +00:00
Matthias Seitz
67558db6f3 feat: change evm trait bound (#7463) 2024-04-04 16:35:28 +00:00
Matthias Seitz
17c410c4b5 feat: add evm-ethereum crate (#7464) 2024-04-04 16:20:37 +00:00
Matthias Seitz
8d1d13ef89 chore: bump revm+alloy (#7431) 2024-04-04 16:11:34 +02:00
Matthias Seitz
57ee0c31be fix: race condition in test setup (#7448) 2024-04-03 19:27:32 +00:00
Alexey Shekhirin
54f75cdcc8 release: v0.2.0-beta.5 (#7442) 2024-04-03 16:11:05 +00:00
Emilia Hane
3cafd586cf feat(discv5): config via cli (#7394) 2024-04-03 12:27:46 +00:00
Emilia Hane
f71d9c0003 feat(prune): timeout (#6958)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-03 10:28:49 +00:00
Emilia Hane
ebc4bc893c feat(discv5): add crate for interfacing reth network and sigp/discv5 (#7336)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-02 19:42:20 +00:00
Matthias Seitz
41049af99a chore: move FullNodeTypes to node-api (#7425) 2024-04-02 14:57:05 +00:00
Matthias Seitz
a2d53a6f7b chore: move FullProvider trait to reth-provider (#7423) 2024-04-02 14:00:33 +00:00
0xAtreides
1ad13b95d8 feature: eth-wire types standalone crate (#7373)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-01 17:29:15 +00:00
Matthias Seitz
2de0bc4976 feat: add reth-evm crate (#7397) 2024-04-01 16:31:02 +00:00
Luca Provini
1b9a768754 e2e eth node tests (#7075)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-01 11:56:26 +00:00
github-actions[bot]
4c82d271ee chore(deps): weekly cargo update (#7403)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-31 11:12:13 +00:00
Alexey Shekhirin
83cd848639 feat(node-builder): ExEx (Execution Extensions) installation (#7235)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-03-28 01:39:57 +00:00
Emilia Hane
09de0ac13d crit(dep): bump zstd (#7356) 2024-03-27 21:07:50 +00:00
Emilia Hane
415efc82af feat(discv5): open dns for discv5 (#7328)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-27 19:58:03 +00:00
Matthias Seitz
1a7ba845b2 docs: add builder flow docs and diagram (#7348)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-27 13:48:50 +00:00
Thomas Coratger
8b4898b651 bump alloy version (#7344) 2024-03-27 11:41:31 +00:00
joshieDo
c04dbe6e9b release: v0.2.0-beta.4 (#7341) 2024-03-26 18:54:10 +00:00
Abner Zheng
903fc2dcd0 Implement ots_getInternalOperations (#7332) 2024-03-26 11:40:53 +00:00
github-actions[bot]
dc4e2e2283 chore(deps): weekly cargo update (#7313)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-24 01:18:25 +00:00
Roman Krasiuk
56b63adecc perf(tree): integrate parallel state root (#7161) 2024-03-21 16:08:49 +00:00
joshieDo
aac0b00f53 fix: configure global rayon pool to available_parallelism() - 2 (#7267) 2024-03-21 15:32:33 +00:00