Skip to content

MEV support - #918

Merged
y0sher merged 141 commits into
stagefrom
mev-support-2-merge
May 15, 2023
Merged

MEV support #918
y0sher merged 141 commits into
stagefrom
mev-support-2-merge

Conversation

@nkryuchkov

@nkryuchkov nkryuchkov commented Mar 29, 2023

Copy link
Copy Markdown
Contributor

Supersedes #870 and #856
Depends on ssvlabs/ssv-spec#226

nivBlox and others added 12 commits March 8, 2023 16:33
deploy v3 nodes

fix register interval

register logs

register logs

EstimatedTimeAtSlot fix

remove log files

builder domain

cleanup

validator reg interval to 10

all nodes support blinded

all nodes support blinded

validatorRegistrationEpochInterval to 4

blinded support for 9-12

lint fix
# Conflicts:
#	beacon/goclient/proposer.go
#	go.sum
#	operator/validator/controller.go
#	protocol/v2/blockchain/beacon/beacon_mock.go
#	protocol/v2/blockchain/beacon/mock_client.go
#	protocol/v2/ssv/runner/proposer.go
#	protocol/v2/ssv/runner/validator_registration.go
#	protocol/v2/ssv/validator/startup.go
#	protocol/v2/ssv/validator/validator.go
@nkryuchkov
nkryuchkov requested a review from moshe-blox March 29, 2023 14:52
@nkryuchkov
nkryuchkov marked this pull request as draft March 29, 2023 14:52
@nkryuchkov
nkryuchkov requested a review from y0sher May 13, 2023 18:32
@nkryuchkov
nkryuchkov marked this pull request as ready for review May 14, 2023 10:59

// only 1 root, verified in basePreConsensusMsgProcessing
root := roots[0]
// randao is relevant only for block proposals, no need to check type

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

i think this comment can be removed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I wasn't quick enough to remove this and the PR was just merged

Comment thread storage/kv/badger.go
if logger != nil && options.Reporting {
opt.Logger = newLogger(logger)
} else {
opt.Logger = newLogger(zap.NewNop()) // TODO: we should allow only errors to be logged

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

did this really solve an issue, or is it just a Git conflict artifact?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure, it was done in the Niv's commits, I didn't check this specific line. Do you want to delete this?

Comment thread operator/validator/controller.go Outdated
Comment thread beacon/goclient/proposer.go Outdated
@y0sher
y0sher merged commit 3b42a81 into stage May 15, 2023
@nkryuchkov
nkryuchkov deleted the mev-support-2-merge branch May 15, 2023 10:20
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.

5 participants