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

Update MEV Boots call #95

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Update MEV Boots call #95

merged 3 commits into from
Aug 30, 2024

Conversation

mikhailUshakoff
Copy link
Collaborator

No description provided.

@@ -163,6 +164,15 @@ impl Config {
"0x0".to_string()
});

const VALIDATOR_PRIVATEKEY: &str = "VALIDATOR_PRIVATEKEY";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's call it VALIDATOR_BLS_PRIVATEKEY so there won't be doubt which one to use.


#[derive(Serialize, Deserialize, Clone)]
pub struct Constraint {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why did you resign from using this struct?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I stopped using this struct because the MEV Boost documentation was updated. The feature is now unstable, with changes between versions.

@mikhailUshakoff mikhailUshakoff merged commit cb3d3b5 into master Aug 30, 2024
1 check passed
@mikhailUshakoff mikhailUshakoff deleted the upd-mev-boost branch August 30, 2024 16:00
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.

2 participants