-
Notifications
You must be signed in to change notification settings - Fork 82
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: CashScript/cashscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
...
head repository: CashScript/cashscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simplification
Could not load branches
Nothing to show
Loading
- 14 commits
- 28 files changed
- 1 contributor
Commits on May 12, 2020
-
- Use NUMEQUALVERIFY for the final function in a contract - Only drop final OP_VERIFY if remaining stack < 5 - Calculate byte size for OP_RETURN output HexLiterals so this does not need to be done by the script - Update fixtures
-
Add start of OperationSimulation
- UnaryOp and BinaryOp can now be simulated if all operands are literals - bitcoin-ts is used for this simulation so it's executed as it would be in practice
-
-
-
- Re-order OperationSimulations.ts - Remove GlobalFunction.REQUIRE as it's unused
-
-
- Used to only treat numeric 0 as false - Now treats any 0 value as false
-
-
-
Allow Blocks to be used as Statements
- This is a prerequisite for simplification of (among others) if-statements - Make list of statements required (it was already de facto so) - [Code generation] Move scope depth tracking and scope cleanup to BlockNode rather than BranchNode
-
-
- Add applySplitAndIndex - Add applyRequire - Instantiation simplification will be done in the code generation due to complexity and partial simplification
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...simplification