-
Notifications
You must be signed in to change notification settings - Fork 283
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
[NO MERGE] Verkle trees #7890
base: master
Are you sure you want to change the base?
[NO MERGE] Verkle trees #7890
Conversation
import tech.pegasys.teku.spec.config.SpecConfigCapella; | ||
import tech.pegasys.teku.spec.util.DataStructureUtil; | ||
|
||
class ExecutionWitnessTest { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
} | ||
|
||
private <T> Optional<T> randomOptional(final Supplier<T> elementSupplier) { | ||
return new Random(nextSeed()).nextBoolean() |
Check warning
Code scanning / CodeQL
Random used only once Warning test
Follow ethereum/consensus-specs#3827 |
PR Description
Verkle trees implementation.
Experimental feature #6346
As it's not implemented as a feature which could be turned off or on, it shouldn't be merged to the master and kept in branch until it's scheduled for some fork. After that it could be split in smaller chunks for better PRs
Fixed Issue(s)
Documentation
doc-change-required
label to this PR if updates are required.Changelog