Skip to content

First release

Compare
Choose a tag to compare
@djrtwo djrtwo released this 08 May 11:38
· 128 commits to master since this release
3b5914d

v0.1.0 marks us more clearly tagging releases to help clients and external auditors more easily track the contract and changes.

Recent Changes:

  • rename votes to checkpoints
  • rename total_*dyn_deposits_scaled() to total_*dyn_deposits_in_wei()
  • add vars VALIDATION_GAS_LIMIT and SIGHASHER_GAS_LIMIT
  • reduce VALIDATION_GAS_LIMIT to 200k
  • remove owner backdoor
  • add fork choice helpers
    • memoize size of deposits at each checkpoint in the checkpoints struct
    • add START_EPOCH
    • add highest_justified_epoch(min_deposits)
    • add highest_finalized_epoch(min_deposits)

v0.1.0 contract abi