Skip to content

@soulwallet/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 12:59
· 154 commits to develop since this release
2908e1f

Patch Changes

  • 010e96d: - @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_KeystoreProof.ts
            	lastestProofL1BlockNumber -> latestProofL1BlockNumber
          
            ABI_SoulWallet.ts
            	hash -> rawHash
          
    • @soulwallet/sdk

      • Supported RS256 signature algorithm

        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;
        }
  • Updated dependencies [010e96d]