chore: bump moonlight-sdk to ^0.9.1#115
Merged
Merged
Conversation
Adds audit error codes 3006/3007/3008 (soroban-core #32).
The sdk 0.9.x bump pulls @colibri/core 0.22.0; align the consumer pin to dedupe NetworkConfig and refresh deno.lock so resolution is frozen at 0.9.1.
moonlight-sdk 0.9.1 pins @stellar/stellar-sdk@^15.1.0 + @colibri/core@^0.22.0; match them so the bundle has a single copy. (moonlight-pay: also update the hardcoded dedup path in build.ts to the resolved 15.1.0.)
The e2e/testnet/lifecycle configs each have their own deno.lock that resolves moonlight-sdk independently; pin them all to 0.9.1 so the e2e test-runner container resolves it.
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.
Bumps
@moonlight/moonlight-sdkto^0.9.1, which adds contract error codes3006 UnauthorizedOperation/3007 InvalidExternalAmount/3008 ReentrantCallfrom the soroban-core audit remediation (#32). Patch version bump included. Part of the audit error-code propagation.