-
Notifications
You must be signed in to change notification settings - Fork 80
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load tags
Nothing to show
{{ refName }}
default
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
Could not load tags
Nothing to show
{{ refName }}
default
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
Configuration menu - View commit details
-
Copy full SHA for 3b94084 - Browse repository at this point
Copy the full SHA 3b94084View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d4c0089 - Browse repository at this point
Copy the full SHA d4c0089View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a3938 - Browse repository at this point
Copy the full SHA b5a3938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 014dded - Browse repository at this point
Copy the full SHA 014ddedView commit details -
- Re-order OperationSimulations.ts - Remove GlobalFunction.REQUIRE as it's unused
Configuration menu - View commit details
-
Copy full SHA for 6facd03 - Browse repository at this point
Copy the full SHA 6facd03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c13f32 - Browse repository at this point
Copy the full SHA 8c13f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for d41f874 - Browse repository at this point
Copy the full SHA d41f874View commit details -
- Used to only treat numeric 0 as false - Now treats any 0 value as false
Configuration menu - View commit details
-
Copy full SHA for 982d1c7 - Browse repository at this point
Copy the full SHA 982d1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0baf4 - Browse repository at this point
Copy the full SHA 1a0baf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6afe219 - Browse repository at this point
Copy the full SHA 6afe219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9ef04 - Browse repository at this point
Copy the full SHA 8a9ef04View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e7b9960 - Browse repository at this point
Copy the full SHA e7b9960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 598fec4 - Browse repository at this point
Copy the full SHA 598fec4View commit details -
- Add applySplitAndIndex - Add applyRequire - Instantiation simplification will be done in the code generation due to complexity and partial simplification
Configuration menu - View commit details
-
Copy full SHA for 62523c1 - Browse repository at this point
Copy the full SHA 62523c1View commit details
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