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

Create a pre-flight checklist for releases #2588

Open
ttarsi opened this issue Nov 27, 2024 · 0 comments
Open

Create a pre-flight checklist for releases #2588

ttarsi opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@ttarsi
Copy link
Contributor

ttarsi commented Nov 27, 2024

Problem to Solve

There are some common patterns and footguns possible that we should be aware of any time we're releasing contracts publicly. Examples:

  • interactions between consensus and execution chains, can anything be frontrun?
  • triple check crypto libs for validation
  • any race conditions that happen as a result of async communication / messaging delays?
  • contract upgrade? does it hold value? are mistakes reversible?
  • vote extensions aren't always validated (make this more precise, see cantina review)

Proposed Solution

Draft a standard checklist for new features that should act as a sanity check before releasing something or sending it to audits, rooted in our experiences with audits so far.

@ttarsi ttarsi added this to the 1.1 - Mainnet Beta [Dec 4] milestone Nov 27, 2024
@ttarsi ttarsi changed the title Create a cockpit checklist for releases Create a pre-flight checklist for releases Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants