-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exchange: Unlocked: always explicitly rewrite
Because it does get written to, and we don't want the spec to change semantically depending on whether there are other rewrites.
- Loading branch information
1 parent
7ccd34f
commit 1ceb5b1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule klab
updated
10 files
+1 −1 | examples/createContract/dapp/out/dapp.sol.json | |
+20 −4 | examples/createContract/dapp/src/createContract.sol | |
+63 −5 | examples/createContract/src/spec.md | |
+12 −2 | examples/createContract/src/storage.md | |
+8 −1 | lib/build.js | |
+3 −0 | lib/config.js | |
+10 −6 | libexec/klab-build-js | |
+1 −2 | libexec/klab-prove | |
+2 −0 | libexec/klab-prove-all | |
+2 −1 | resources/rules.k.tmpl |
Submodule uniswap-v2-core
updated
from 3f5fea to 1a2d91