Nikolai Golub
|
e24e4c773d
|
Check features powerset for reth-primitives (#10138)
|
2024-08-06 15:19:58 +00:00 |
|
Matthias Seitz
|
199f72804d
|
chore: release 1.0.4 (#10122)
|
2024-08-06 13:45:47 +00:00 |
|
Thomas Coratger
|
61500238fb
|
dep: rm unused dependencies (#10099)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-06 00:46:46 +00:00 |
|
DaniPopes
|
eda161af2c
|
feat: enable asm-keccak on more platforms (#10101)
|
2024-08-05 21:07:56 +00:00 |
|
Emilia Hane
|
33f612a41a
|
chore(net): Move reth_network::NetworkEvents into reth-network-api (#10062)
|
2024-08-05 20:27:59 +00:00 |
|
Oliver
|
6f8cba6bc0
|
feat: add metrics for in-memory state (#10085)
|
2024-08-05 15:16:08 +00:00 |
|
Emilia Hane
|
d12f0ab815
|
Move PeersHandleProvider to new module reth_network_api::test_utils (#10060)
|
2024-08-05 08:46:49 +00:00 |
|
nk_ysg
|
b592607394
|
Move reth_eth_wire::ProtocolVersion and reth_eth_wire::Capabilities to reth-eth-wire-types (#10071)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2024-08-04 16:22:14 +00:00 |
|
github-actions[bot]
|
2f38bb38c4
|
chore(deps): weekly cargo update (#10064)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-08-04 10:38:49 +00:00 |
|
Emilia Hane
|
f3e79df300
|
chore(net): move reth_network::BlockDownloaderProvider to reth-network-api (#10003)
|
2024-08-03 13:42:44 +00:00 |
|
int88
|
2bfa2defc4
|
implement part of reth p2p rlpx ping (#9762)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-03 04:36:36 +00:00 |
|
Dan Cline
|
1290260da3
|
chore: remove expects in persistence task (#10031)
|
2024-08-02 21:01:14 +00:00 |
|
Alexey Shekhirin
|
d1b2612244
|
deps: bump zstd (#10032)
|
2024-08-02 16:43:28 +00:00 |
|
Alexey Shekhirin
|
f9ad47ed6c
|
chore: sort workspace Cargo.toml entries (#10022)
|
2024-08-02 13:55:08 +00:00 |
|
Alexey Shekhirin
|
d7f9a255e1
|
feat(primitives): k256 crate fallback for secp256k1 module (#9989)
|
2024-08-02 12:53:59 +00:00 |
|
Delweng
|
340c95eba0
|
fix(rpc/trace): trace_filter filting with trace's address (#9722)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-02 12:21:39 +00:00 |
|
Roman Hodulák
|
7069efc751
|
refactor(trie): remove dependency on reth-db and reth-db-api (#10008)
|
2024-08-01 22:53:40 +00:00 |
|
clabby
|
d5d46a8611
|
feat(rpc): debug_executionWitness (#9249)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-08-01 20:10:14 +00:00 |
|
Emilia Hane
|
c71c813032
|
chore(sdk): enable referencing network type via FullNodeComponents::Network (#9921)
|
2024-08-01 17:50:20 +00:00 |
|
Emilia Hane
|
b10517b3bf
|
chore(net): extract NetworkHandle methods for launching node to traits (#9966)
|
2024-08-01 16:44:23 +00:00 |
|
joshieDo
|
f3fac56fd9
|
chore: move save_blocks to StorageWriter (#9991)
|
2024-08-01 16:36:33 +00:00 |
|
Emilia Hane
|
e95ec4cbd5
|
chore(net): Remove dependency reth-network-p2p -> reth-network-types (#9984)
|
2024-08-01 13:10:10 +00:00 |
|
Emilia Hane
|
78703b5729
|
Move reputation types from reth-network-api to reth-network-types (#9914)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-31 20:08:38 +00:00 |
|
Luca Provini
|
fcbdbf361b
|
feat: support DNS in reth.toml for trusted_nodes (#9864)
|
2024-07-31 12:20:19 +00:00 |
|
Roman Krasiuk
|
2c2a782bb8
|
feat(trie): witness (#9803)
|
2024-07-30 20:18:20 +00:00 |
|
Emilia Hane
|
e4ae2a7ac1
|
fix(op): ensure EthApiServer helper trait method default impls, call OpEthApi overrides (#9879)
|
2024-07-30 15:35:56 +00:00 |
|
Matthias Seitz
|
700caca7a8
|
Revert "Moving Optimism bin to Optimism Cli" (#9875)
|
2024-07-29 22:52:59 +02:00 |
|
Luca Provini
|
56b2798090
|
Moving Optimism bin to Optimism Cli (#9439)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-07-29 15:32:50 +00:00 |
|
Federico Gimenez
|
365809c079
|
chore: enable unused deps check in reth-engine-tree (#9861)
|
2024-07-29 09:54:01 +00:00 |
|
github-actions[bot]
|
15121635b3
|
chore(deps): weekly cargo update (#9856)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-07-28 10:28:43 +00:00 |
|
Emilia Hane
|
0a4b717d1b
|
fix(op): add empty receipts for genesis if first block is one (#9769)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-07-26 17:07:25 +00:00 |
|
Delweng
|
87564bd17e
|
chore(revm): rm no longer used BlockExecutorStats (#9830)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-07-26 15:33:43 +00:00 |
|
Federico Gimenez
|
77f5ed1a7b
|
feat: add TreeConfig (#9833)
|
2024-07-26 15:16:51 +00:00 |
|
ZzPoLariszZ
|
c4bf5bb8ca
|
fix: gas and gasUsed in trace root only for ParityTrace (#9761)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-25 19:32:49 +00:00 |
|
Emilia Hane
|
0be2c17a9f
|
chore(rpc): EthApiTypes trait for network specific error AT (#9523)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-25 17:30:30 +00:00 |
|
Luca Provini
|
93ebdf292b
|
feat: move metrics to its own crate (#9691)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-25 15:47:46 +00:00 |
|
Roman Krasiuk
|
c1b5410867
|
feat(trie): multiproof (#9804)
|
2024-07-25 15:33:28 +00:00 |
|
Federico Gimenez
|
6b1fbf82b7
|
chore: move MemoryOverlayStateProvider to chain-state crate (#9779)
|
2024-07-24 19:34:06 +00:00 |
|
Federico Gimenez
|
5616b4efad
|
feat: integrate BlockchainProvider2 in EthNodeLauncher (#9754)
|
2024-07-24 11:13:40 +00:00 |
|
Matthias Seitz
|
d107827b69
|
test: add holesky sync test (#9742)
|
2024-07-23 20:11:45 +00:00 |
|
Federico Gimenez
|
c5ceee352a
|
chore: move chain state notifications to reth-chain-state crate (#9730)
|
2024-07-23 14:38:35 +00:00 |
|
Dan Cline
|
ed16643f12
|
chore: remove proptest-derive dev deps (#9719)
|
2024-07-22 21:41:25 +00:00 |
|
Dan Cline
|
3df7450e02
|
chore: remove reth-cli-util proptest dependency (#9718)
|
2024-07-22 21:40:33 +00:00 |
|
Matthias Seitz
|
3ed132eee3
|
feat: integrate payload builder in engine api impl (#9710)
|
2024-07-22 16:43:20 +00:00 |
|
Federico Gimenez
|
059233327e
|
feat: add state crate (#9701)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-22 13:20:24 +00:00 |
|
Roman Hodulák
|
5ec0c26980
|
refactor(trie): move state root database operations into extension trait (#9635)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-07-22 10:59:49 +00:00 |
|
github-actions[bot]
|
875b3f0c59
|
chore(deps): weekly cargo update (#9677)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-07-21 10:27:24 +00:00 |
|
Matthias Seitz
|
175136a179
|
chore(deps): bump dashmap 6 (#9664)
|
2024-07-20 10:47:53 +00:00 |
|
Federico Gimenez
|
2b3047fedb
|
feat: wire components in EthService (#9621)
|
2024-07-19 08:52:24 +00:00 |
|
Matthias Seitz
|
390f30aade
|
chore: release 1.0.3 (#9619)
|
2024-07-18 15:52:54 +00:00 |
|