-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 🕓 Changelog The Foundry PR [#8945](foundry-rs/foundry#8945) introduced a renaming of the `snapshot` and `revertTo` cheat codes, now referred to as `snapshotState` and `revertToState`. In response, this PR updates our test suite—specifically the `ERC721Test` contract—to align with these revised cheat codes. Additionally, `ethers` has been upgraded to the latest version [`6.13.3`](https://github.com/ethers-io/ethers.js/releases/tag/v6.13.3), and all submodules have been updated to their most recent available commits. --------- Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
1ff03b4
commit 949adb5
Showing
8 changed files
with
174 additions
and
174 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule openzeppelin-contracts
updated
7 files
+8 −0 | .solcover.js | |
+70 −24 | contracts/utils/cryptography/P256.sol | |
+6 −2 | contracts/utils/cryptography/RSA.sol | |
+6 −6 | docs/modules/ROOT/pages/utilities.adoc | |
+1 −1 | lib/forge-std | |
+2 −2 | test/helpers/iterate.js | |
+13 −104 | test/utils/cryptography/P256.t.sol |
Submodule solady
updated
11 files
+1 −1 | package.json | |
+2 −2 | src/accounts/Pod.sol | |
+262 −25 | src/utils/DynamicArrayLib.sol | |
+61 −6 | src/utils/LibClone.sol | |
+112 −1 | src/utils/LibSort.sol | |
+349 −354 | src/utils/LibString.sol | |
+194 −0 | test/DynamicArrayLib.t.sol | |
+30 −0 | test/LibClone.t.sol | |
+3 −0 | test/LibSort.t.sol | |
+176 −0 | test/LibString.t.sol | |
+4 −0 | 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.
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