This bounty is no longer available
Web3 DAO | Ethereum Foundation Logo

ethportal-peertest: Move all constant hexstr content to load from yaml files

Organization

Ethereum Foundation

Deadline

N/A

Status

ENDED


INSTRUCTIONS

We store history content hexstr data in the ethportal-peertest/src/constants.rs file as strings:

https://github.com/ethereum/trin/blob/01b7d4ef03ed5297d0c72f42fd403d7aa6d7671f/ethportal-peertest/src/constants.rs#L64

We want to load those strings from yaml files instead.