ci(changesets): version packages#431
Merged
Merged
Conversation
c7f2b83 to
d64f408
Compare
d64f408 to
c12f1d4
Compare
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 opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@evolution-sdk/aiken-uplc@2.0.11
Patch Changes
198a206,939c674]:@evolution-sdk/evolution@0.5.11
Patch Changes
#430
198a206Thanks @solidsnakedev! - CIP-30 wallets can now provide typed UTxOs directly, without going through a provider. The API wallet exposesgetUtxos()returning parsedUTxOvalues, and a newCodegen-free helpercip30UtxoFromCBORHexconverts a single CIP-30 UTxO (the CBOR of a[transaction_input, transaction_output]pair) into aUTxO. Previously the only built-in source of wallet UTxOs was the provider (getWalletUtxosresolved the address and queriedprovider.getUtxos), so consumers had to parse the wallet's CBOR themselves.Transaction building and
getWalletUtxosnow prefer the wallet's own UTxOs when the wallet is a CIP-30 wallet, falling back to the provider for seed and private-key wallets. This reflects the wallet's own view, including UTxOs created by transactions it has just submitted, so chained transactions no longer wait for a provider to index them. A provider is still required for protocol parameters during build, since CIP-30 does not expose them.#432
939c674Thanks @emmanuel-musau! -TxBuilder.vote()no longer requires a Plutus redeemer for native-script (multisig) voters. A native-script DRep or constitutional-committee voter is satisfied by vkey witnesses, not a redeemer, so previously such a vote could not be built even though it is ledger-valid. The native-vs-Plutus distinction is now made at build time, once the voter's script is attached or referenced: a redeemer is required only for Plutus-script voters, and a redeemer supplied for a native-script voter is pruned with a warning. The fee continues to be sized for the script's threshold number of vkey witnesses.@evolution-sdk/devnet@3.0.12
Patch Changes
198a206,939c674]:@evolution-sdk/scalus-uplc@2.0.11
Patch Changes
198a206,939c674]:docs@0.0.53
Patch Changes
198a206,939c674]:evolution-vite-react-example@0.1.31
Patch Changes
198a206,939c674]: