-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
C-forgeCommand: forgeCommand: forgeCmd-forge-scriptCommand: forge scriptCommand: forge scriptT-featureType: featureType: feature
Milestone
Description
In order to remain backwards compatible for older scripts an approach was found by introducing a Script2.sol
.
The existing Script
would remain using Nick's factory whereas Script2
defaults to use CreateX. We will update the template generated by forge init
to use the new Script2
.
Action items:
- Introduce the relevant constants and bytecodes
- Add
Script2
toforge-std
& make it so thatScript2
triggers the use of CreateX - Expose various cheatcodes and helpers to use all the different functionalities of CreateX incl. CREATE3
- Add native support for CreateX mining (optional)
storming0x, PaulRBerg, neodaoist, nambrot, hujw77 and 4 more
Metadata
Metadata
Assignees
Labels
C-forgeCommand: forgeCommand: forgeCmd-forge-scriptCommand: forge scriptCommand: forge scriptT-featureType: featureType: feature
Type
Projects
Status
Todo