ci(changesets): version packages #111
Merged
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/evolution@0.3.7
Patch Changes
#112
c59507eThanks @solidsnakedev! - Add transaction chaining support viaSignBuilder.chainResult()chainResult()method toSignBuilderfor building dependent transactionsChainResultwithconsumed,availableUTxOs and pre-computedtxHashsignAndSubmit()convenience method combining sign and submit in one callchain(),chainEffect(),chainEither()methods from TransactionBuilder#110
9ddc79dThanks @solidsnakedev! - ### Native Scripts & Multi-Sig SupportaddSigneroperation: Add required signers to transactions for multi-sig and script validationScriptAll,ScriptAny,ScriptNOfK,InvalidBefore,InvalidHereafterreadFrominstead of attaching them to transactionsAPI Changes
UTxO.scriptReftype changed fromScriptReftoScriptfor better type safetyPayToAddressParams.scriptRefrenamed toscriptfor consistencysignTxnow acceptsreferenceUtxoscontext for native script signer detectionsignTxauto-fetches reference UTxOs when signing transactions with reference inputs#109
0730f23Thanks @solidsnakedev! - ### TxBuilder setValidity APIAdd
setValidity()method to TxBuilder for setting transaction validity intervals:fromortomust be specifiedfrom < towhen both are providedslotConfig support for devnets
Add
slotConfigparameter tocreateClient()for custom slot configurations:Priority chain for slot config resolution:
BuildOptions.slotConfig(per-transaction override)TxBuilderConfig.slotConfig(client default)SLOT_CONFIG_NETWORK[network](hardcoded fallback)Cluster.getSlotConfig helper
Add
getSlotConfig()helper to derive slot configuration from devnet cluster genesis:@evolution-sdk/devnet@1.1.7
Patch Changes
#109
0730f23Thanks @solidsnakedev! - ### TxBuilder setValidity APIAdd
setValidity()method to TxBuilder for setting transaction validity intervals:fromortomust be specifiedfrom < towhen both are providedslotConfig support for devnets
Add
slotConfigparameter tocreateClient()for custom slot configurations:Priority chain for slot config resolution:
BuildOptions.slotConfig(per-transaction override)TxBuilderConfig.slotConfig(client default)SLOT_CONFIG_NETWORK[network](hardcoded fallback)Cluster.getSlotConfig helper
Add
getSlotConfig()helper to derive slot configuration from devnet cluster genesis:Updated dependencies [
c59507e,9ddc79d,0730f23]:docs@0.0.14
Patch Changes
c59507e,9ddc79d,0730f23]: