flashbots / mev-boost-relay

MEV-Boost Relay for Ethereum proposer/builder separation (PBS)
https://boost-relay.flashbots.net
GNU Affero General Public License v3.0
421 stars 119 forks source link

Refactor bls keypair script #614

Open MoeMahhouk opened 6 months ago

MoeMahhouk commented 6 months ago

📝 Summary

This PR does a minor refactor to the create bls keypair script and doesn't change its behavior

⛱ Motivation and Context

It is just a minor refactor that I noticed while using the script. It doesn't change its functionality but simplifies the code


✅ I have run these commands

Tested with "go run main.go" in the same folder and it works exactly as before

metachris commented 6 months ago

Nice, thx! But it's conflicting with https://github.com/flashbots/mev-boost-relay/pull/611 I think