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

Project: MVP #24

Open
5 of 11 tasks
nitaliano opened this issue Nov 25, 2024 · 0 comments
Open
5 of 11 tasks

Project: MVP #24

nitaliano opened this issue Nov 25, 2024 · 0 comments
Assignees

Comments

@nitaliano
Copy link
Collaborator

nitaliano commented Nov 25, 2024

SUPER CLI MVP

Features

  • Toml configuration schema
  • Toml configuration parser / argument validation
  • Update create2 command to handle multiple different functions in CreateX
    • deployCreate2(bytes32 salt, bytes memory initCode)
    • deployCreate2AndInit(bytes32 salt, bytes memory initCode, bytes memory data, Values memory values, address refundAddress )
  • Blockscout contract validation utils
  • Update create2 deploy command to attempt to verify contracts against blockscout
  • Update create2 deploy command to handle gas estimations in the pre verification steps
  • Verify contract command.

Starter Kit

  • Update starterkit to use CLI and update toml deploy-config to match CLI schema

Quality

  • E2E tests that attempt to deploy an ERC20 against supersim and run on main merges.
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

2 participants