-
Notifications
You must be signed in to change notification settings - Fork 679
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
Add beacon chain helper functions #1339
Comments
|
Also, ideally, rather than passing a |
edit: and agreed on passing individual config params as needed |
On second thought, I'm curious if we can get away with the same pattern that the existing code uses, placing these in a |
Yes, that makes sense. We will have |
Yeah, I agree the import is the way to go on these |
What is wrong?
Part of #930
config: Dict[string, Any]
parameter.How can it be fixed
It may take multiple steps:
eth/beacon/helpers.py
- I have a commit here: hwwhww@5724a7aeth.beacon.db.chain.BeaconChainDB
eth.beacon.state_machines.base.BaseStateMachine(Configurable)
eth.beacon.chains.chain.BeaconChain
eth.beacon.state_machine.base.BaseStateMachine
or being static functions / properties ineth.beacon.types.*
classes.cc @djrtwo @pipermerriam
The text was updated successfully, but these errors were encountered: