ethereum / beacon_chain

MIT License
209 stars 65 forks source link

Implement PoW registration contract in Vyper #136

Closed hwwhww closed 5 years ago

hwwhww commented 5 years ago

What is wrong?

There is the PoW registration contract in the spec, but it hasn't been implemented or tested. To verify the correctness of the pseudocode and for polishing the spec, it will be nice to implement it and have some tests.

How it can be fixed?

  1. Update https://github.com/ethereum/beacon_chain/blob/master/contracts/validator_registration.v.py
  2. Write new tests for it!
hwwhww commented 5 years ago

Assign to @NIC619

hwwhww commented 5 years ago

closing in favor of #137