-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
feat: add EL triggered consolidation and remove ExecutionLayer
prefix
#6865
Conversation
packages/state-transition/src/block/processExecutionLayerConsolidationRequest.ts
Outdated
Show resolved
Hide resolved
packages/state-transition/src/block/processExecutionLayerConsolidationRequest.ts
Outdated
Show resolved
Hide resolved
packages/state-transition/src/block/processExecutionLayerConsolidationRequest.ts
Outdated
Show resolved
Hide resolved
ExecutionLayer
prefix
@ensi321 spec tests are failing, is that because it does not cover this PR? |
@twoeths Right. We are working on devnet 1 features, but devnet 1 spec test is not released yet. My plan is to address all the failures when they release it. (Hopefully end of this week) |
6fa19e5
to
9cf6ea9
Compare
9cf6ea9
to
ca89533
Compare
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
…ix (#6865) * init commit * Add consolidation request * fix lint * Remove ExecutionLayer prefix * Address comment * Fix verification logic * lint * Add todo
🎉 This PR is included in v1.22.0 🎉 |
Consolidation
andSignedConsolidation
ssz type, related signature set and state transition functionprocessConsolidationRequest
ExecutionLayer
prefix from withdrawal requestSpec PR: ethereum/consensus-specs#3775 and ethereum/consensus-specs#3791