Release (main) - #33
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was generated by Sampo GitHub Action. When you're ready to do a release, you can merge this and the packages will be published automatically. Not ready yet? Just keep adding changesets to the default branch, and this PR will stay up to date.
nash-can 0.11.0 -> 0.12.0
Minor changes
d7301b1f Consolidate Data conversion and checking in traits. Allow explicit little-type
ToData and FromData implementations alongside Big-only identity blankets. Add
independent optional Decode instances, including Cardano V3 types, and remove
the separate encoder and decoder combinator modules.
Encode Flat terms iteratively so large context decoders do not exhaust the host stack. — Thanks @MicroProofs!
bec1d2ac Add integer gcd/lcm/square-root operations and result-checking predicates,
normalized little rational arithmetic, and Big/little Crypto wrappers over
Plutus hash and signature builtins. Move the Bytes hash helpers into Crypto. Embed Rational and Crypto with implicit
qualified imports, exact reference snapshots and predicate budget comparisons. — Thanks @MicroProofs!
6c489a62 Ship Cardano V3 context, address, governance, value, and interval modules in Base. Use native value builtins, explicit Nash wire validation, and Haskell-generated encoding and interval comparisons. — Thanks @MicroProofs!
4c3c9dbb Add Function to the application default imports for qualified access to applyForward and applyBackward. — Thanks @MicroProofs!
nash-cli 0.6.2 -> 0.6.3
Patch changes
nash-codegen 0.4.1 -> 0.4.2
Patch changes
nash-constrain 0.8.1 -> 0.8.2
Patch changes
nash-driver 0.10.0 -> 0.11.0
Minor changes
d7301b1f Consolidate Data conversion and checking in traits. Allow explicit little-type
ToData and FromData implementations alongside Big-only identity blankets. Add
independent optional Decode instances, including Cardano V3 types, and remove
the separate encoder and decoder combinator modules.
Encode Flat terms iteratively so large context decoders do not exhaust the host stack. — Thanks @MicroProofs!
4f8f3a68 Choose small-biased bit widths before generating Prop.intAtLeast offsets and wide Prop.int magnitudes. Preserve arbitrary precision while replacing the zero-or-huge distribution with useful small nonzero values. Use exact expModInteger powers within each eight-bit band, with CEK budget snapshots comparing CPU and memory. Expose Int.pow2 and use its exact modular fast path in Int.pow for base two. — Thanks @MicroProofs!
594d180d Complete Prop generators with booleans, options, bounded and exact bytes, weighted alternatives, and arbitrary-precision integer generation. Normalize Big/little bounds and weights, preserve strict replay groups, and express tuple2 through generator do. Add source snapshots for range properties and reduced counterexamples. — Thanks @MicroProofs!
bec1d2ac Add integer gcd/lcm/square-root operations and result-checking predicates,
normalized little rational arithmetic, and Big/little Crypto wrappers over
Plutus hash and signature builtins. Move the Bytes hash helpers into Crypto. Embed Rational and Crypto with implicit
qualified imports, exact reference snapshots and predicate budget comparisons. — Thanks @MicroProofs!
6c489a62 Ship Cardano V3 context, address, governance, value, and interval modules in Base. Use native value builtins, explicit Nash wire validation, and Haskell-generated encoding and interval comparisons. — Thanks @MicroProofs!
Patch changes
nash-ir 0.3.2 -> 0.3.3
Patch changes
nash-language-server 0.4.4 -> 0.4.5
Patch changes
nash-plutus 0.3.1 -> 0.3.2
Patch changes
d7301b1f Consolidate Data conversion and checking in traits. Allow explicit little-type
ToData and FromData implementations alongside Big-only identity blankets. Add
independent optional Decode instances, including Cardano V3 types, and remove
the separate encoder and decoder combinator modules.
Encode Flat terms iteratively so large context decoders do not exhaust the host stack. — Thanks @MicroProofs!
nash-report 0.5.2 -> 0.5.3
Patch changes
nash-solve 0.9.0 -> 0.9.1
Patch changes
nash-test 0.4.0 -> 0.4.1
Patch changes