Skip to content

Latest commit

 

History

History
122 lines (80 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

122 lines (80 loc) · 2.16 KB

@soulwallet/assets

0.3.2

Patch Changes

0.3.1

Patch Changes

  • b080ac3: 1. Compatibility with savings branch. 2. Removed IL1KeyStore from @soulwallet/sdk, added SocialRecovery.

0.3.0

Minor Changes

  • 32f4da1: EntryPoint v0.7.0 Compatible

0.2.0

Minor Changes

  • ba276ce: Updated to support the latest contract

Patch Changes

0.1.4

Patch Changes

  • fee433c: Updating Project License to Reflect Accurate Licensing
  • Updated dependencies [fee433c]

0.1.3

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;
        }

0.1.2

Patch Changes

0.1.1

Patch Changes

  • fe0c28b: Initial release of the package.
  • Updated dependencies [fe0c28b]