Move ErrNilValidatorsInState from one in each state version to a common one#10074
Conversation
|
This PR is blocked till #10069 is merged in as that PR will be applying a few non trivial changes to the state package and this PR |
|
You are right. Let's at least make me and you required reviewers for any PR that touches state, like we discussed on Discord. |
|
@rkapka In the base branch (develop) there is no state/state-native, so is this still blocked? Or perhaps I do not understand your instructions? |
|
Hey @leolara , @rkapka should be referring to this directory: You will have to repeat what was done in this sub-package too, sorry for the inconvenience. This is a temporary thing until we fully roll out our feature. |
|
@nisdas Thanks 🤦 my bad |
|
I apologize for the confusion |
98c638c to
4616424
Compare
…on one To increase DRY and enable DRY in tests and other users of the Beacon Chain state package, an error that was duplicated unnecessarily in each version of the state is moved to the root Beacon Chain state package.
4616424 to
54efaa8
Compare
|
@nisdas could you merge? I don't have the rights |
|
@leolara Our CI is still running the build, it will take 10 -15 minutes more to be merged in. |
What type of PR is this?
Refactor
What does this PR do? Why is it needed?
To increase DRY and enable DRY in tests and other users of the Beacon Chain state package,
an error that was duplicated unnecessarily in each version of the state is moved to the root
Beacon Chain state package.
Which issues(s) does this PR fix?
Related and blocks #10047
Other notes for review
None