Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why this should be merged
We will rename SoV to L1 Validator with https://github.com/ava-labs/avalanchego/pull/3546/files. This PR reflects that change in Subnet-EVM.
How this works
Field renaming:
plugin/evm/service.go
: RenamedIsSoV
toIsL1Validator
inCurrentValidator
struct andGetCurrentValidators
function. [1] [2]plugin/evm/validators/interfaces/interface.go
: RenamedIsSoV
toIsL1Validator
inValidator
struct.plugin/evm/validators/state.go
: RenamedIsSoV
toIsL1Validator
invalidatorData
struct and related functions. [1] [2] [3] [4]plugin/evm/validators/state_test.go
: Updated tests to reflect the renaming ofIsSoV
toIsL1Validator
. [1] [2] [3] [4] [5] [6] [7] [8]plugin/evm/vm.go
: RenamedIsSoV
toIsL1Validator
inloadValidators
function.plugin/evm/vm_validators_state_test.go
: Updated tests to reflect the renaming ofIsSoV
toIsL1Validator
. [1] [2]warp/verifier_backend_test.go
: RenamedIsSoV
toIsL1Validator
inTestUptimeSignatures
function.How this was tested
Locally & UTs should cover
Need to be documented?
No
Need to update RELEASES.md?
No