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

Supported RS256 signature algorithm #124

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

jayden-sudo
Copy link
Member

  • @soulwallet/keyvault

    • Updated ethers.js -> 6.8.1
  • @soulwallet/decoder

    • Updated bytes4 dictionary for contracts
  • @soulwallet/assets

    • Updated ERC20 database

      + Big Time + iExec RLC ```
      
  • @soulwallet/abi

    • Updated contract ABI

      • ABI_SoulWallet.ts
        	hash -> rawHash
  • @soulwallet/sdk

    • Supported RS256 signature algorithm

          /**
           * Hex string of public key *
           * @type {string} * @memberof RSAPublicKey */ n: string; } ```

- @soulwallet/keyvault

  - Updated ethers.js -> 6.8.1

- @soulwallet/decoder

  - Updated bytes4 dictionary for contracts

- @soulwallet/assets

  - Updated ERC20 database

    ```shell
    + Big Time
    + iExec RLC
    ```

- @soulwallet/abi

  - Updated contract ABI

    - ```
      ABI_KeystoreProof.ts
      	lastestProofL1BlockNumber -> latestProofL1BlockNumber

      ABI_SoulWallet.ts
      	hash -> rawHash
      ```

- @soulwallet/sdk

  - Supported RS256 signature algorithm

    ```js
    export interface RSAPublicKey {
        /**
         * Hex string of public exponent
         *
         * @type {string}
         * @memberof RSAPublicKey
         */
        e: string;

        /**
         * Hex string of public key
         *
         * @type {string}
         * @memberof RSAPublicKey
         */
        n: string;
    }
    ```
Copy link

changeset-bot bot commented Nov 8, 2023

🦋 Changeset detected

Latest commit: 010e96d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@soulwallet/keyvault Patch
@soulwallet/decoder Patch
@soulwallet/assets Patch
@soulwallet/abi Patch
@soulwallet/sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jayden-sudo jayden-sudo merged commit a1cb0f9 into Elytro-eth:develop Nov 8, 2023
1 check passed
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