Merged
Conversation
5001c8d to
33fb060
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@0.0.24
Patch Changes
b5eca41,7e87db9]:@evolution-sdk/evolution@0.3.32
Patch Changes
#227
b5eca41Thanks @solidsnakedev! - Restructured client internals and fixed several consistency issues in the promise-based API layer.Signing logic has been extracted from
Wallets.tsinto a dedicatedinternal/Signing.tsmodule, and client assembly now lives ininternal/Client.ts. TheWalletNewmodule was renamed toWallet; the legacyClientImplanddualmodules were removed.runEffectPromiseno longer mutates error stack traces — thecleanErrorChaininfrastructure was removed entirely.Cause.squashnow throws the original error object unchanged, which meansinstanceofchecks and_tagdiscrimination work correctly when consumers catch errors from promise-based methods.All 19
Effect.runPromisecall sites in the client layer were replaced withrunEffectPromiseso errors are consistently unwrapped acrossreadOnlyWallet,cip30Wallet,createOfflineSignerClient,createReadOnlyClient, andcreateSigningClient.SigningClientnow uses spread instead of manual.bind()callsProviderError.causeis now optional, matchingWalletErrorandTransactionBuilderErrorcause: nullsentinels from all error constructors#224
7e87db9Thanks @solidsnakedev! - Introduce composable client API with Chain, Providers, and Wallets modules. Fix signMessage returning vkey instead of signature, seedWallet ignoring paymentIndex/stakeIndex, redundant RewardAddress decode in getWalletDelegation, and dualify missing prototype-chain methods. Add chain property to ProviderOnlyClient and ApiWalletClient, remove MinimalClient.attach shortcut, and align ReadOnlyClient.newTx() signature with SigningClient.@evolution-sdk/devnet@1.1.32
Patch Changes
b5eca41,7e87db9]:@evolution-sdk/scalus-uplc@0.0.22
Patch Changes
b5eca41,7e87db9]:docs@0.0.39
Patch Changes
b5eca41,7e87db9]:evolution-vite-react-example@0.1.18
Patch Changes
b5eca41,7e87db9]: