Skip to content

Conversation

@github-actions
Copy link
Contributor

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.4.0

Minor Changes

  • #131 d21109b Thanks @solidsnakedev! - Add sendAll() API to TxBuilder for draining wallet assets to a single address.

    This new method simplifies the common use case of transferring all wallet assets:

    • Automatically selects all wallet UTxOs as inputs
    • Creates a single output with all assets minus the transaction fee
    • Properly calculates minUTxO for the destination output
    • Validates incompatibility with other operations (payToAddress, collectFrom, mint, staking, governance)

    Usage:

    const tx = await client.newTx().sendAll({ to: recipientAddress }).build()

@evolution-sdk/aiken-uplc@1.0.0

Patch Changes

  • Updated dependencies [d21109b]:
    • @evolution-sdk/evolution@0.4.0

@evolution-sdk/devnet@2.0.0

Patch Changes

  • Updated dependencies [d21109b]:
    • @evolution-sdk/evolution@0.4.0
    • @evolution-sdk/aiken-uplc@1.0.0
    • @evolution-sdk/scalus-uplc@1.0.0

@evolution-sdk/scalus-uplc@1.0.0

Patch Changes

  • Updated dependencies [d21109b]:
    • @evolution-sdk/evolution@0.4.0

docs@0.0.21

Patch Changes

  • Updated dependencies [d21109b]:
    • @evolution-sdk/evolution@0.4.0
    • @evolution-sdk/devnet@2.0.0

github-actions bot and others added 2 commits January 15, 2026 19:13
- @evolution-sdk/evolution: 0.3.13 → 0.3.14 (patch)
- @evolution-sdk/aiken-uplc: 0.0.5 → 0.0.6 (patch)
- @evolution-sdk/devnet: 1.1.13 → 1.1.14 (patch)
- @evolution-sdk/scalus-uplc: 0.0.3 → 0.0.4 (patch)
- docs: 0.0.20 → 0.0.21 (patch, unchanged)
@solidsnakedev solidsnakedev merged commit 42f31ee into main Jan 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants