-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Bump solidity-step to v0.12.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule solidity-step
updated
18 files
+1 −1 | .github/workflows/build.yml | |
+2 −2 | .github/workflows/test.yml | |
+1 −0 | .gitignore | |
+14 −1 | CHANGELOG.md | |
+1 −1 | Makefile | |
+1 −0 | foundry.toml | |
+1 −1 | package.json | |
+2 −2 | shasum-download | |
+59 −13 | src/AccessLogs.sol | |
+5 −4 | src/Buffer.sol | |
+35 −10 | src/Memory.sol | |
+1 −1 | src/UArchCompat.sol | |
+1 −1 | src/UArchConstants.sol | |
+61 −13 | templates/AccessLogs.sol.template | |
+10 −17 | templates/UArchReplay.t.sol.template | |
+143 −87 | test/AccessLogs.t.sol | |
+2 −2 | test/Memory.t.sol | |
+12 −11 | test/UArchReset.t.sol |