-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 🕓 Changelog This PR enhances the [Next.js](https://github.com/vercel/next.js) `build` process to ensure consistency between local and CI-based deployments. --------- Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
ff43c66
commit ad14de2
Showing
5 changed files
with
68 additions
and
60 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
Submodule openzeppelin-contracts
updated
1 files
+1 −1 | contracts/account/utils/draft-ERC4337Utils.sol |
Submodule solady
updated
18 files
+36 −35 | README.md | |
+1 −1 | package.json | |
+9 −0 | prep/eof-compat-analysis.js | |
+2 −1 | src/Milady.sol | |
+0 −7 | src/accounts/ERC4337.sol | |
+0 −3 | src/accounts/ERC6551.sol | |
+14 −7 | src/accounts/ERC7821.sol | |
+1 −1 | src/accounts/LibERC7579.sol | |
+0 −166 | src/accounts/Pod.sol | |
+18 −1 | src/accounts/Receiver.sol | |
+366 −0 | src/accounts/Timelock.sol | |
+22 −0 | src/auth/EnumerableRoles.sol | |
+2 −2 | src/utils/LibRLP.sol | |
+2 −2 | src/utils/g/LibRLP.sol | |
+0 −149 | test/Pod.t.sol | |
+377 −0 | test/Timelock.t.sol | |
+1 −1 | test/utils/mocks/MockERC7821.sol | |
+0 −36 | test/utils/mocks/MockPod.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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.