opshin-pioneer-program
opshin-pioneer-program copied to clipboard
Bump opshin from 0.14.3 to 0.18.1
Bumps opshin from 0.14.3 to 0.18.1.
Release notes
Sourced from opshin's releases.
0.18.1
What's Changed
🏕 Features
- Properly enforce forbidden overwrites by
@nielstron
in OpShin/opshin#281- Fix nondeterministic compilation by
@nielstron
in OpShin/opshin#283 (discovered by@ross-spencer
in OpShin/opshin#282)Full Changelog: https://github.com/OpShin/opshin/compare/0.18.0...0.18.1
0.18.0
What's Changed
🏕 Features
- Enable code reuse through patternization by
@nielstron
in OpShin/opshin#265- Feat/prevent double import by
@nielstron
in OpShin/opshin#268- Feat/len dict by
@nielstron
in OpShin/opshin#270- Allow ByteString and bytearray synonyms for bytes as type annotations by
@nielstron
in OpShin/opshin#277- Flatten comparison chains generated from taking apart chains by
@nielstron
in OpShin/opshin#278- Add code to apply UPLC parameters to a contract by
@nielstron
in OpShin/opshin#253- Feat/restructure opshin contract type by
@nielstron
in OpShin/opshin#280- Plutus Blueprint support by
@nielstron
in OpShin/opshin#279- Restore Python 3.11 by
@nielstron
in OpShin/opshin#213👒 Dependencies
- Bump actions/checkout from 3 to 4 by
@dependabot
in OpShin/opshin#257- Bump hypothesis from 6.84.1 to 6.87.0 by
@dependabot
in OpShin/opshin#266- Bump black from 23.9.1 to 23.10.1 by
@dependabot
in OpShin/opshin#275- Bump hypothesis from 6.87.1 to 6.88.1 by
@dependabot
in OpShin/opshin#273- Bump pre-commit from 3.4.0 to 3.5.0 by
@dependabot
in OpShin/opshin#272Full Changelog: https://github.com/OpShin/opshin/compare/0.17.0...0.18.0
0.17.0
What's Changed
🐛 Bugfixes
- Fix errors relating to missing code locations by
@nielstron
/@chrissiwaffler
in OpShin/opshin#237 and OpShin/opshin#245🏕 Features
- Comparison chaning is now supported by
@nielstron
in OpShin/opshin#238- When forcing three parameters, the datum must be potentially of type
Nothing
by@nielstron
in OpShin/opshin#239- Introduce a function that copies an object structurally by
@nielstron
in OpShin/opshin#246- Implement integrity check for lists and dicts by
@nielstron
in OpShin/opshin#250👒 Dependencies
- Bump hypothesis from 6.82.7 to 6.83.1 by
@dependabot
in OpShin/opshin#249- Bump pytest from 7.4.0 to 7.4.1 by
@dependabot
in OpShin/opshin#248- Bump pre-commit from 3.3.3 to 3.4.0 by
@dependabot
in OpShin/opshin#247
... (truncated)
Commits
c065e23
Bump the patch version331ab30
Update docs08bf254
Merge pull request #283 from OpShin/fix/deterministic_compilationeebc7ca
Require higher pluthon version for determinism7ff1d7f
Add command line option to disable pattern optimizationb18e5ac
Add testcases to check for determinismb40b49a
Merge pull request #281 from OpShin/fix/enforce_forbidden_overwrite1809115
Add a test case for forbidden overwritesa29af3b
Add basic test for bridge61a9ed9
Bump minor version- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)