Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #20468

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Version Packages #20468

merged 1 commit into from
Nov 30, 2024

Conversation

sui-merge-bot[bot]
Copy link
Contributor

@sui-merge-bot sui-merge-bot bot commented Nov 28, 2024

This PR was opened by the Changesets release 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. 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

  • ec2dc7f: Add legacyAddress flag to zklogin methods that generate addresses

  • ec2dc7f: All functionality from @mysten/zklogin has been moved to @mysten/sui/zklogin

    For most methods, simply replace the @mysten/zklogin import with @mysten/sui/zklogin

    2 Methods require one small additional change:

    computeZkLoginAddress and jwtToAddress have new legacyAddress flags which must be set to
    true for backwards compatibility:

    - import { computeZkLoginAddress, jwtToAddress } from '@mysten/zklogin';
    + import { computeZkLoginAddress, jwtToAddress } from '@mysten/sui/zklogin';
    
      const address = jwtToAddress(
       jwtAsString,
       salt,
    +  true
      );
      const address = computeZkLoginAddress({
    	claimName,
    	claimValue,
    	iss,
    	aud,
    	userSalt: BigInt(salt),
    +	legacyAddress: true,
      });

@mysten/[email protected]

Minor Changes

  • ec2dc7f: All functionality from @mysten/zklogin has been moved to @mysten/sui/zklogin

    For most methods, simply replace the @mysten/zklogin import with @mysten/sui/zklogin

    2 Methods require one small additional change:

    computeZkLoginAddress and jwtToAddress have new legacyAddress flags which must be set to
    true for backwards compatibility:

    - import { computeZkLoginAddress, jwtToAddress } from '@mysten/zklogin';
    + import { computeZkLoginAddress, jwtToAddress } from '@mysten/sui/zklogin';
    
      const address = jwtToAddress(
       jwtAsString,
       salt,
    +  true
      );
      const address = computeZkLoginAddress({
    	claimName,
    	claimValue,
    	iss,
    	aud,
    	userSalt: BigInt(salt),
    +	legacyAddress: true,
      });

Patch Changes

@mysten/[email protected]

Patch Changes

  • 360e9a2: Fixes missing parser for move-parser error

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@sui-merge-bot sui-merge-bot bot requested review from a team as code owners November 28, 2024 20:21
Copy link

vercel bot commented Nov 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multisig-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 9:32pm
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 9:32pm
sui-kiosk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 9:32pm
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 9:32pm

@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 28, 2024 20:21 Inactive
Copy link
Contributor

github-actions bot commented Nov 28, 2024

⚠️ 🦋 Changesets Warning: This PR has changes to public npm packages, but does not contain a changeset. You can create a changeset easily by running pnpm changeset in the root of the Sui repo, and following the prompts. If your change does not need a changeset (e.g. a documentation-only change), you can ignore this message. This warning will be removed when a changeset is added to this pull request.

Learn more about Changesets.

@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from a0fdf68 to 5ae33eb Compare November 28, 2024 23:37
@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 28, 2024 23:37 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 5ae33eb to 3039b48 Compare November 29, 2024 08:52
@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 29, 2024 08:53 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 3039b48 to aa7e5a2 Compare November 29, 2024 14:11
@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 29, 2024 14:11 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from aa7e5a2 to e47ec12 Compare November 29, 2024 17:44
@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 29, 2024 17:44 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from e47ec12 to 89a2ceb Compare November 29, 2024 19:07
@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 29, 2024 19:07 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 89a2ceb to b4112bb Compare November 29, 2024 19:35
@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 29, 2024 19:35 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from b4112bb to 73cb99c Compare November 29, 2024 20:02
@sui-merge-bot sui-merge-bot bot temporarily deployed to sui-typescript-aws-kms-test-env November 29, 2024 20:02 Inactive
@hayes-mysten hayes-mysten enabled auto-merge (squash) November 29, 2024 20:10
@hayes-mysten hayes-mysten merged commit 1bd8d22 into main Nov 30, 2024
52 checks passed
@hayes-mysten hayes-mysten deleted the changeset-release/main branch November 30, 2024 05:34
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.

1 participant