generated from peersky/bootstrap_solidity
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ERC7744 refactor * added case for self-destruct in erc7744, address change accordingly * upd deploy script * readme * bump ts ver * prettier ignore abi dir * Update orange-mayflies-suffer.md * Update orange-mayflies-suffer.md
- Loading branch information
Showing
19 changed files
with
220 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
"@peeramid-labs/eds": major | ||
--- | ||
|
||
- Removed metadata from compilation artifact | ||
- Renamed CodeIndex artifacts into ERC7744 to be more explicit | ||
- Adjusted tests | ||
- Bumped compilation for ERC7744 to solidity 0.8.28 | ||
- Added artifacts to npm package exports to allow 3rd party projects deploy ERC7744 on their own | ||
|
||
## Breaking changes | ||
- ERC7744 Code Index address changes to `0xC0dE1D2F7662c63796E544B2647b2A94EE658E07` | ||
- ICodeIndexRef.sol was removed, you can now directly interface from IERC7744 | ||
- ICodeIndex.sol and CodeIndex.sol renamed to IERC7744.sol and ERC7744.sol | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,3 +277,4 @@ types/typechain | |
bin/ | ||
types | ||
|
||
abi/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.