|
|
6a6fe4cec2
|
fix(discv5): update metrics wrt unverifiable enrs (#8149)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-05-08 11:46:56 +00:00 |
|
|
|
0ad9c7866b
|
feat(op): import receipts (#7914)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-05-07 20:26:58 +00:00 |
|
|
|
7c4d37b270
|
perf(net): constraint algorithm fill request with hashes (#8142)
|
2024-05-07 18:08:10 +00:00 |
|
|
|
1188898dad
|
fix(net): max inflight requests (#8139)
|
2024-05-07 18:05:56 +00:00 |
|
|
|
c79c188745
|
fix(discv5): no address cli arg (#8130)
|
2024-05-06 19:51:02 +00:00 |
|
|
|
16f85c4339
|
fix(discv5): decouple rlpx & discv5 ipmode (#8080)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-06 17:36:08 +00:00 |
|
|
|
614e1bccd0
|
chore: move NodeRecord type (#8121)
|
2024-05-06 15:00:35 +00:00 |
|
|
|
8f8b29b3ce
|
refactor: replace futures_util pin and tokio_pin with std pin (#8109)
|
2024-05-06 10:14:54 +00:00 |
|
|
|
101e99f57f
|
ci: remove check-cfg job (#8106)
|
2024-05-05 10:31:12 +00:00 |
|
|
|
2c70e2ab3b
|
feat: rm reth-primitives dep (#8097)
|
2024-05-04 14:40:30 +02:00 |
|
|
|
1cf65e3394
|
feat(op): pass unverifiable ENRs to rlpx (#8059)
|
2024-05-03 13:23:16 +00:00 |
|
|
|
f20e4cbad8
|
debt(discv5): discv5 integration into network (#8065)
|
2024-05-03 12:38:26 +00:00 |
|
|
|
aef1bcc435
|
chore: make clippy happy (#8068)
|
2024-05-03 10:18:41 +00:00 |
|
|
|
a590ed7ce5
|
chore(discv5): pub methods (#8057)
|
2024-05-02 20:34:13 +00:00 |
|
|
|
7845c9c897
|
minor typo fix (#8052)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-02 16:09:00 +00:00 |
|
|
|
14d91c3ba0
|
fix: make discv4 packets adhere to eip-8 (#8039)
|
2024-05-02 13:58:17 +00:00 |
|
|
|
7428573d7c
|
feat(discv5): bootstrap cli (#8004)
|
2024-05-02 11:16:22 +00:00 |
|
|
|
99db2b352f
|
feat(op): nonce replay (#7781)
|
2024-05-01 13:44:50 +00:00 |
|
|
|
8e65cb3aa5
|
Bump evm-inspectors and alloy (#8006)
|
2024-04-30 21:07:41 +00:00 |
|
|
|
d532217afb
|
fix(op): discv5 ENR (#7991)
|
2024-04-30 19:18:19 +00:00 |
|
|
|
581682605c
|
fix(net, discv4): call find_node with valid endpoint (#8002)
|
2024-04-30 16:38:52 +00:00 |
|
|
|
6d7cd53ad2
|
chore(discv4): limit number of queued pings (#7999)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-30 14:30:00 +00:00 |
|
|
|
d0973bb6dc
|
fix: correct expiration for discv4 lookup requests (#7996)
|
2024-04-30 14:23:32 +00:00 |
|
|
|
b99d367c1a
|
fix: ensure peer exists b4 marking txs as received (#7998)
|
2024-04-30 14:17:31 +00:00 |
|
|
|
5d795b9342
|
fix: handle Multiplex P2PStream.poll_ready errors (#7988)
|
2024-04-30 10:02:51 +00:00 |
|
|
|
cc4a418ddf
|
refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-27 04:18:59 +00:00 |
|
|
|
704b3e3ac4
|
chore(sync): add block number to body validation error (#7918)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-26 16:39:35 +00:00 |
|
|
|
688ee06e98
|
fix(discv5): fork id list in ENR (#7909)
|
2024-04-26 10:57:42 +00:00 |
|
|
|
6425064d07
|
fix: use enrforkid in dns (#7900)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-04-26 09:24:26 +00:00 |
|
|
|
e2e5201d8a
|
chore(deps): bump enr, discv5, secp256k1 (#7000)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-04-25 19:50:38 +00:00 |
|
|
|
1c17f08ad2
|
Replace TransactionKind with alloy_primitives::TxKind (#7859)
|
2024-04-25 12:50:04 +00:00 |
|
|
|
33e7e0208f
|
fix: derank peers that responded with bad data (#7854)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-04-25 12:25:54 +00:00 |
|
|
|
c7008deef8
|
fix(cli): set start header (#7725)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-04-25 11:47:27 +00:00 |
|
|
|
4f81f3acc9
|
feat(discv5): recycle clean up code (#7727)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-04-24 09:53:54 +00:00 |
|
|
|
7a593882e1
|
chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 21:32:59 +00:00 |
|
|
|
9fd35f948c
|
chore: move TestConensus to reth-consensus (#7813)
|
2024-04-23 12:42:51 +00:00 |
|
|
|
6d2e20cd85
|
chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 11:50:19 +00:00 |
|
|
|
24a8202481
|
fix(cli): read exact chunk len (#7777)
|
2024-04-22 13:34:31 +00:00 |
|
|
|
8382529f7a
|
chore: pull async-stream into workspace deps (#7794)
|
2024-04-22 12:09:10 +00:00 |
|
|
|
d81cf8aa5c
|
fix(discv5): fix bug flip byte lookup tgt (#7764)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-04-20 20:39:55 +00:00 |
|
|
|
566a7804a3
|
fix(stages): block number in error (#7766)
|
2024-04-20 00:00:52 +00:00 |
|
|
|
20568b8813
|
perf(discv5): populate kbuckets & improved RLPx peering (#7683)
|
2024-04-19 20:04:33 +00:00 |
|
|
|
8a0f8cf835
|
chore: stages crates touchups (#7742)
|
2024-04-19 12:25:11 +00:00 |
|
|
|
fae308ee70
|
fix(grafana): adds missing panel for tx fetcher (#7700)
|
2024-04-18 18:50:33 +00:00 |
|
|
|
9557ce05ad
|
perf(discv5): boost bootstrap lookups (#7695)
|
2024-04-17 17:52:15 +00:00 |
|
|
|
3508e56518
|
chore: convert tab to space and trim trailing space (#7705)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-04-17 14:38:50 +00:00 |
|
|
|
4c4aaafff4
|
test: add test_requests_timeout() for disv4 (#7693)
|
2024-04-17 09:44:30 +00:00 |
|
|
|
b386a8d504
|
fix(discv5): remove todo (#7684)
|
2024-04-16 22:13:35 +00:00 |
|
|
|
566480b472
|
chore: move optimism bootnodes to reth-primitives (#7657)
|
2024-04-16 15:54:31 +00:00 |
|
|
|
49ceeaf0cc
|
refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-16 14:36:06 +00:00 |
|