Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 997 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 997 Bytes

Ethereum Alarm Clock

Join the chat at https://gitter.im/pipermerriam/ethereum-alarm-clock

Alarm allows scheduling of function calls on a contract at a specified block in the future.

Pre Release Checklist

  • Contract
    • CallerPool freeze window is set to 256
    • Grove contract address is hardcoded.
    • All tests passing
    • Github issues.
    • Compiled version is verifyable.
    • Scheduler runs as expected.
  • Documentation
    • Check that all Alarm ABI signatures match.
    • Check that all Alarm API functions are documented.
    • Docs updated with latest AlarmAPI abstract contract.
  • Website
    • Web updated with latest AlarmAPI abstract contract.

Deployment Checklist

??

Post Deployment Checklist

  • Website
    • Update contract addresses
  • Documentation
    • New version created