ci(changesets): version packages #117
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/aiken-uplc@0.0.1
Patch Changes
#116
59b6187Thanks @solidsnakedev! - Initial release of Aiken UPLC evaluator - a WASM-based plugin for local script evaluation in the Evolution SDKUpdated dependencies [
0503b96]:@evolution-sdk/evolution@0.3.9
Patch Changes
#115
0503b96Thanks @solidsnakedev! - ### TxBuilder Composition APIAdd
compose()andgetPrograms()methods for modular transaction building:Features:
getPrograms()for inspectionFixed Validity Interval Fee Calculation Bug
Fixed bug where validity interval fields (
ttlandvalidityIntervalStart) were not included during fee calculation, causing "insufficient fee" errors when usingsetValidity().Root Cause: Validity fields were being added during transaction assembly AFTER fee calculation completed, causing the actual transaction to be 3-8 bytes larger than estimated.
Fix: Convert validity Unix times to slots BEFORE the fee calculation loop and include them in the TransactionBody during size estimation.
Error Type Corrections
Corrected error types for pure constructor functions to use
neverinstead ofTransactionBuilderError:makeTxOutput- creates TransactionOutputtxOutputToTransactionOutput- creates TransactionOutputmergeAssetsIntoUTxO- creates UTxOmergeAssetsIntoOutput- creates TransactionOutputbuildTransactionInputs- creates and sorts TransactionInputsError Message Improvements
Enhanced error messages throughout the builder to include underlying error details for better debugging.
@evolution-sdk/devnet@1.1.9
Patch Changes
#115
0503b96Thanks @solidsnakedev! - ### TxBuilder Composition APIAdd
compose()andgetPrograms()methods for modular transaction building:Features:
getPrograms()for inspectionFixed Validity Interval Fee Calculation Bug
Fixed bug where validity interval fields (
ttlandvalidityIntervalStart) were not included during fee calculation, causing "insufficient fee" errors when usingsetValidity().Root Cause: Validity fields were being added during transaction assembly AFTER fee calculation completed, causing the actual transaction to be 3-8 bytes larger than estimated.
Fix: Convert validity Unix times to slots BEFORE the fee calculation loop and include them in the TransactionBody during size estimation.
Error Type Corrections
Corrected error types for pure constructor functions to use
neverinstead ofTransactionBuilderError:makeTxOutput- creates TransactionOutputtxOutputToTransactionOutput- creates TransactionOutputmergeAssetsIntoUTxO- creates UTxOmergeAssetsIntoOutput- creates TransactionOutputbuildTransactionInputs- creates and sorts TransactionInputsError Message Improvements
Enhanced error messages throughout the builder to include underlying error details for better debugging.
Updated dependencies [
59b6187,0503b96]:docs@0.0.16
Patch Changes
0503b96]: