Skip to content
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

Port beacon chain #1381

Closed
9 of 18 tasks
hwwhww opened this issue Oct 9, 2018 · 0 comments
Closed
9 of 18 tasks

Port beacon chain #1381

hwwhww opened this issue Oct 9, 2018 · 0 comments
Labels

Comments

@hwwhww
Copy link
Contributor

hwwhww commented Oct 9, 2018

I found that #1339 became a huge ticket beyond just "helper functions". Instead, open this one for an overview.

BeaconChainDB

Role

  • Provides database interface.

Progress

BeaconStateMachine

Role

  • Provides state transition.

Progress

  • Basic forkable architecture: py-evm#1373
  • Port functions from beacon_chain: Under construction 🚧

APIs

Process

Propose

  • serenity.blocks.SerenityBlock.from_block(block): setup the context for proposing the block

Validate

BeaconChain

Role

  • Provides interfaces for accessing canonical chain and any given block.
  • Provides interfaces for accessing the states.

Progress

APIs

Pre-process

Validator (de-)registration

  • [TODO] add_validator

Helper functions

Progress

  • Port from beacon_chain repo: done
  • Update to the latest spec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant