-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). 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 ## @mysten/[email protected] ### Minor Changes - 4f012b9: Improve typing for the return type of splitCoins and update the splitCoins result type to have a concrete size - 85bd9e4: Add a new `address` options on methods that verify signatures that ensures the signature is valid for the provided address - 5e3709d: remove dependency on tweetnacl - b2928a9: Update generated openrpc types which removes deprecated/non-functional filters for events - 85bd9e4: Add a new `publicKey.verifyAddress` method on PublicKey instances - a872b97: Add `latest` as an exported graphql schema ### Patch Changes - dc0e21e: Remove duplicate applyEffects in serial transaction executor ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [a872b97] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - a872b97: Use `latest` as schema for graphql types - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - a872b97: Use `latest` as schema for graphql types - Updated dependencies [4f012b9] - Updated dependencies [85bd9e4] - Updated dependencies [5e3709d] - Updated dependencies [b2928a9] - Updated dependencies [dc0e21e] - Updated dependencies [85bd9e4] - Updated dependencies [a872b97] - @mysten/[email protected] - @mysten/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f92d5a9
commit 07006be
Showing
33 changed files
with
180 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "Mysten Labs <[email protected]>", | ||
"description": "A CLI for creating new Sui dApps", | ||
"homepage": "https://sdk.mystenlabs.com", | ||
"version": "0.3.44", | ||
"version": "0.3.45", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"CHANGELOG.md", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "Mysten Labs <[email protected]>", | ||
"description": "A collection of React hooks and components for interacting with the Sui blockchain and wallets.", | ||
"homepage": "https://sdk.mystenlabs.com/typescript", | ||
"version": "0.14.43", | ||
"version": "0.14.44", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"CHANGELOG.md", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/deepbook-v3", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.12.21", | ||
"version": "0.12.22", | ||
"license": "Apache-2.0", | ||
"type": "commonjs", | ||
"main": "./dist/cjs/index.js", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/deepbook", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.8.33", | ||
"version": "0.8.34", | ||
"license": "Apache-2.0", | ||
"type": "commonjs", | ||
"main": "./dist/cjs/index.js", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/enoki", | ||
"version": "0.4.18", | ||
"version": "0.4.19", | ||
"description": "TODO: Description", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/graphql-transport", | ||
"version": "0.2.35", | ||
"version": "0.2.36", | ||
"description": "A GraphQL transport to allow SuiClient to work with RPC 2.0", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/kiosk", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui Kiosk library", | ||
"version": "0.9.33", | ||
"version": "0.9.34", | ||
"license": "Apache-2.0", | ||
"type": "commonjs", | ||
"main": "./dist/cjs/index.js", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/signers", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A collection of KMS signers for various cloud providers", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/suins-toolkit", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "SuiNS TypeScript SDK", | ||
"version": "0.5.33", | ||
"version": "0.5.34", | ||
"license": "Apache-2.0", | ||
"type": "commonjs", | ||
"main": "./dist/cjs/index.js", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui TypeScript API(Work in Progress)", | ||
"homepage": "https://sdk.mystenlabs.com", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"license": "Apache-2.0", | ||
"sideEffects": false, | ||
"files": [ | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-standard", | ||
"version": "0.13.19", | ||
"version": "0.13.20", | ||
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/zksend", | ||
"version": "0.12.9", | ||
"version": "0.12.10", | ||
"description": "TODO: Write Description", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|