Commit Graph

687 Commits

Author SHA1 Message Date
Matthias Seitz
72cc736cb5 feat(rpc): add missing parts for rpc builder pipeline (#954) 2023-01-21 20:06:04 -08:00
Dan Cline
86d543abfa fix(staged-sync): write genesis EIP1559 base fee (#965) 2023-01-21 18:50:52 -08:00
Georgios Konstantopoulos
acac82fcb3 refactor: introduce reth-staged-sync crate (#962) 2023-01-21 15:34:49 -08:00
Matthias Seitz
17ed0955df chore: make update_head fn sync (#960) 2023-01-21 14:35:26 -08:00
Aurélien
0523fd264d Add withdrawals in Block eth test model (#961) 2023-01-21 13:53:59 -08:00
Matthias Seitz
3c64c94616 perf: send request retries with high priority (#955) 2023-01-21 15:25:40 +01:00
rakita
e3271dafbe bug(stages): ExecutionStage incremented TranstionId to often (#952) 2023-01-21 11:31:14 +01:00
Bjerg
f2ed6e2bbe chore: add help text for --bootnodes (#948) 2023-01-20 22:25:29 -08:00
Frank Dai
3f7744398b build: bump the CRC crate from 1.x to 3.x (#930) 2023-01-20 18:55:24 -08:00
Matthias Seitz
c41bdd9cbf chore: prevent redundant hash initialization (#947) 2023-01-21 03:47:49 +01:00
Mariano A. Nicolini
25e9b399f3 refactor: use reverse walker (#938)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-01-20 09:38:26 -08:00
Matthias Seitz
d86c9890bd docs: document rlp derive macros (#945) 2023-01-20 09:36:19 -08:00
Matthias Seitz
a1d83dbbd3 chore: prevent redundant hash initialization (#944) 2023-01-20 09:03:34 -08:00
Matthias Seitz
e4bf94c3cb chore(net): reduce log level for outgoing conn errors (#941) 2023-01-20 11:24:06 -05:00
Mariano A. Nicolini
ab654dd402 refactor: remove legacy headermetrics describe (#943)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
2023-01-20 16:35:57 +01:00
Ikechukwu Ahiara Marvellous
ac9f26fcab Extend HeadersClient, BodiesClient with a priority argument (#935)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-01-20 14:20:46 +01:00
Matthias Seitz
b4080a7de5 feat: concurrent headers downloader (#891) 2023-01-20 12:06:06 +01:00
Dan Cline
eb11da8adf fix(net): set status, forkfilter from chainspec (#939) 2023-01-20 10:53:01 +01:00
Andrew Kirillov
2ec490a13d feat(metrics-derive): ability to specify labels during instantiation (#893) 2023-01-19 16:25:20 -08:00
Enrique Ortiz
cfef666886 Network: Extend NetworkInfo trait with NetworkStatus (#923) 2023-01-19 14:43:51 -05:00
Matthias Seitz
2a77e08080 test: add stage name to test suite functions (#934) 2023-01-19 15:24:35 +01:00
Matthias Seitz
013eb5151d chore(clippy): make clippy happy (#933) 2023-01-19 05:20:35 -08:00
Ikechukwu Ahiara Marvellous
54e9b12e65 Send pings in P2PStream.poll_ready (#931) 2023-01-19 12:47:23 +01:00
Dan Cline
78ffd0a7c0 fix(primitives): remove Hardfork::Eip150, Eip158 (#926) 2023-01-18 19:38:25 -08:00
Georgios Konstantopoulos
d0e3741136 impl From for Status/SealedHeader (#927) 2023-01-18 19:23:02 -08:00
Dan Cline
82b10fae41 feat(primitives): add Hardfork::Eip150 and Eip158 (#925) 2023-01-18 15:04:16 -08:00
0xKitsune
9a2f265d6f Docs Chapter - Discv4 (#759)
Co-authored-by: Andrew Kirillov <20803092+akirillo@users.noreply.github.com>
2023-01-18 13:15:46 -08:00
Dan Cline
9ab244f8f4 feat(primitives): impl From<Genesis> for ChainSpec (#921) 2023-01-18 13:13:59 -08:00
rakita
899d011bfd feat: add AccountHashingStage and StorageHashingStage (#756)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-01-18 10:22:39 -08:00
clabby
a8b7a089b6 feat(bin): Format db list & db status subcommands (#667)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-01-18 09:59:09 -08:00
Kim, JinSan
161fe0d957 test: signature & transaction w/ EIP155 (#914) 2023-01-18 09:48:52 -08:00
Matthias Seitz
f462f75535 chore(deps): rm unused deps (#915) 2023-01-18 09:45:59 -08:00
Matthias Seitz
aadc21cf30 fix(net): reset backoff counter on graceful disconnect (#918) 2023-01-18 11:43:26 -05:00
Matthias Seitz
a1dfafe331 docs: additional response handling docs (#917) 2023-01-18 11:33:56 -05:00
Matthias Seitz
7db6791d9d perf: tighten reputation change units (#916) 2023-01-18 11:27:14 -05:00
Aurélien
115e623ae6 Ability to (de)serialize NetworkConfigBuilder (#897) 2023-01-18 11:17:43 +01:00
Georgios Konstantopoulos
e9792c1b46 fix: compilation errors due to api breakages
follow up from https://github.com/paradigmxyz/reth/pull/888 merge conflict fix failure
2023-01-17 18:19:00 -08:00
Ikechukwu Ahiara Marvellous
37ca7e0b33 feat: add --nat flag to reth node (#888)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-01-17 17:53:15 -08:00
Enrique Ortiz
dba3b30a42 feat(rpc): Add admin_nodeInfo to get the local node record (#880)
Co-authored-by: Enrique Ortiz <evalir@users.noreply.github.com>
2023-01-17 17:50:09 -08:00
Andrew Kirillov
5d45325e43 feat(net): Metered senders (#726)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-01-17 17:41:05 -08:00
rakita
4f91344b5b feat: BlockTransition remove hash from NumHash db index (#894) 2023-01-17 16:18:31 -08:00
Dan Cline
e1aae3e120 feat(primitives): impl genesis state root helper (#904) 2023-01-17 16:15:42 -08:00
Dan Cline
b07e5be040 chore(eth-wire): trace handshake messages (#910) 2023-01-18 01:07:44 +01:00
Roman Krasiuk
74fb28932f fix(node): insert genesis on node startup (#909) 2023-01-17 22:34:24 +01:00
Dan Cline
075493ea5e chore(primitives): test all mainnet forkids (#907) 2023-01-17 16:08:36 -05:00
Andrew Kirillov
6aed4e414c feat(docs): Mention idle peer selection when downloading headers/bodies (#906) 2023-01-17 20:26:22 +01:00
Aurélien
f9de425ad8 refactor: unify all chains confs (#747)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-01-17 07:47:34 -08:00
Dan Cline
55d1db0c1d feat(network): move test helpers to test-utils mod (#901) 2023-01-17 11:18:53 +01:00
Matthias Seitz
79fad91ca0 feat(net): integrate num active peers in downloader (#900)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-01-17 01:31:52 -08:00
Aurélien
06be083335 Fix build (#899) 2023-01-16 13:48:25 -08:00