Releases: IntersectMBO/evolution-sdk
@evolution-sdk/scalus-uplc@2.0.3
Patch Changes
- Updated dependencies [
10e5b44]:- @evolution-sdk/evolution@0.5.3
@evolution-sdk/evolution@0.5.3
Patch Changes
- #250
10e5b44Thanks @solidsnakedev! - FixedgetUtxosandgetUtxosWithUnitin the Kupmios provider producing invalid Kupo URLs when called with aCredentialinstead of anAddress. The credential hash (aUint8Array) was being interpolated directly into the URL pattern, resulting in a comma-separated list of byte values instead of the expected hex string. Both call sites now convert the hash to hex withBytes.toHexbefore building the URL.
@evolution-sdk/devnet@3.0.3
Patch Changes
- Updated dependencies [
10e5b44]:- @evolution-sdk/evolution@0.5.3
- @evolution-sdk/aiken-uplc@2.0.3
- @evolution-sdk/scalus-uplc@2.0.3
@evolution-sdk/aiken-uplc@2.0.3
Patch Changes
- Updated dependencies [
10e5b44]:- @evolution-sdk/evolution@0.5.3
@evolution-sdk/scalus-uplc@2.0.2
@evolution-sdk/evolution@0.5.2
Patch Changes
-
#246
61ed73eThanks @solidsnakedev! - AddAddress.fromSeed()for synchronous address derivation from a BIP-39 seed phrase. This enables deriving addresses without constructing aClientorChaininstance — useful for devnet genesis funding where the address must be known before the cluster starts.The
Derivationmodule now accepts a numericnetworkId(0 = testnet, 1 = mainnet) instead of anetworkstring ("Mainnet" | "Testnet" | "Custom"). The default changed from mainnet (1) to testnet (0). If you callwalletFromSeed,addressFromSeed,walletFromBip32, orwalletFromPrivateKeywith the oldnetworkoption, replace it withnetworkId:network: "Mainnet"→networkId: 1network: "Testnet"ornetwork: "Custom"→networkId: 0(or omit, since 0 is the default)
-
#242
2b464f8Thanks @solidsnakedev! - AddsignTxsmethod toSigningClient,OfflineSignerClient, and all wallet types for batch transaction signing per CIP-103. For CIP-30 browser wallets, the implementation detectsapi.cip103.signTxs,api.experimental.signTxs, or directapi.signTxsand falls back to sequentialapi.signTxcalls when no batch method is available. Seed and private key wallets delegate to per-transaction signing internally.WalletApinow accepts optionalcip103,experimental, and directsignTxspropertiesTransactionSignatureRequesttype exported fromWalletmodulesignTxsWithAutoFetchaggregates reference inputs across all transactions in a single provider call
@evolution-sdk/devnet@3.0.2
@evolution-sdk/aiken-uplc@2.0.2
@evolution-sdk/scalus-uplc@2.0.1
Patch Changes
- Updated dependencies [
7fa8430]:- @evolution-sdk/evolution@0.5.1
@evolution-sdk/scalus-uplc@2.0.0
Patch Changes
- Updated dependencies [
04c705e]:- @evolution-sdk/evolution@0.5.0