Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MEV-Boost package to Stakers Holesky #1898

Merged
merged 8 commits into from
Apr 8, 2024

Conversation

GiselleNessi
Copy link
Contributor

@GiselleNessi GiselleNessi commented Mar 22, 2024

Please see issue #1865

This pull request adds support for the Holesky testnet to MEV-Boost, including integration of working relays for Flashbots, Aestus, and Ultrasound networks. Additionally, it ensures a consistent user experience across different networks, mirroring the UX of MEV-Boost on other platforms. With Prater nearing deprecation and its relays no longer maintained, this update is crucial for seamless transition and continued functionality.

@GiselleNessi GiselleNessi self-assigned this Mar 22, 2024
@GiselleNessi GiselleNessi changed the title Gi/mev boost holesky Add MEV-Boost package to Stakers Holesky Mar 22, 2024
@GiselleNessi GiselleNessi linked an issue Mar 22, 2024 that may be closed by this pull request
@github-actions github-actions bot temporarily deployed to commit March 22, 2024 12:38 Inactive
Copy link

github-actions bot commented Mar 22, 2024

Copy link

github-actions bot commented Mar 22, 2024

DAppNode bot has built and pinned the release to an IPFS node, for commit: ae1f3f0

This is a development version and should only be installed for testing purposes, install link

/ipfs/QmTo7tW58P9E47dvNTKQJBjqd81JdhBs2efDsNNmTb9nFq

(by dappnodebot/build-action)

@github-actions github-actions bot temporarily deployed to commit March 22, 2024 13:19 Inactive
@@ -233,7 +233,7 @@ export default function StakerNetwork<T extends Network>({
isSelected={newEnableWeb3signer}
/>
</Col>
{(network === "prater" || network === "mainnet") && (
{(network === "prater" || network === "mainnet" || network === "holesky") && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably there is a better way to do this. Something like:
["prater", "mainnet", "holesky"].includes(network)

(research a bit on the best way to do it)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of Array.includes() makes the condition more expressive and self-explanatory. It clearly communicates the intent of checking whether the network value is among a predefined list of valid networks. So it is a better approach for readability, maintainability, and flexibility of the code.

@github-actions github-actions bot temporarily deployed to commit March 27, 2024 12:11 Inactive
@github-actions github-actions bot temporarily deployed to commit April 1, 2024 07:18 Inactive
@Marketen Marketen marked this pull request as ready for review April 2, 2024 15:11
@Marketen Marketen requested a review from a team as a code owner April 2, 2024 15:11
@github-actions github-actions bot temporarily deployed to commit April 8, 2024 07:49 Inactive
@github-actions github-actions bot temporarily deployed to commit April 8, 2024 07:52 Inactive
@pablomendezroyo pablomendezroyo merged commit a633036 into develop Apr 8, 2024
6 checks passed
@pablomendezroyo pablomendezroyo deleted the gi/mev-boost-holesky branch April 8, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add MEV-Boost package to Stakers Holesky
4 participants