Open
Description
Describe the feature
currently on shutdown we store just the enodes:
reth/crates/node/builder/src/builder/mod.rs
Line 731 in b36fc95
thereby stripping away context, such as whether the peer is trusted or not.
TODO
- introduce a new datastructure that also groups them by PeerKind in the file
- update read and write functions
reading:
reth/crates/net/network-types/src/peers/config.rs
Lines 284 to 298 in b36fc95
writing
reth/crates/node/builder/src/builder/mod.rs
Line 731 in b36fc95
this change should be backwards compat so we should also try this format when reading:
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Review