-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule solidity-step
updated
31 files
+2 −2 | .github/workflows/build.yml | |
+2 −2 | .github/workflows/test.yml | |
+0 −3 | .gitignore | |
+15 −1 | CHANGELOG.md | |
+42 −45 | Makefile | |
+9 −11 | helper_scripts/generate_AccessLogs.sh | |
+2 −0 | helper_scripts/generate_UArchConstants.lua | |
+7 −6 | helper_scripts/generate_UArchStep.sh | |
+3 −3 | package.json | |
+0 −121 | ready_src/Buffer.sol | |
+0 −137 | ready_src/Memory.sol | |
+0 −54 | ready_src/MetaStep.sol | |
+0 −231 | ready_src/UArchCompat.sol | |
+2 −2 | shasum-download | |
+8 −8 | shasum-mock | |
+8 −8 | shasum-prod | |
+1 −69 | src/AccessLogs.sol | |
+13 −2 | src/UArchCompat.sol | |
+5 −2 | src/UArchConstants.sol | |
+2 −1 | src/UArchReset.sol | |
+43 −17 | src/UArchStep.sol | |
+79 −1 | templates/AccessLogs.sol.template | |
+16 −16 | templates/UArchReplay.t.sol.template | |
+0 −0 | templates/macro.pp | |
+1 −1 | test/AccessLogs.t.sol | |
+1 −1 | test/BufferAux.sol | |
+1 −1 | test/MemoryAux.sol | |
+1 −1 | test/UArchCompat.t.sol | |
+1 −1 | test/UArchInterpret.sol | |
+26 −13 | test/UArchInterpret.t.sol | |
+168 −0 | test/UArchReset.t.sol |