Skip to content

Latest commit

 

History

History
123 lines (77 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

123 lines (77 loc) · 2.05 KB

@soulwallet/abi

0.3.4

Patch Changes

  • 5946781: Updated ethers to v6.13.2

0.3.3

Patch Changes

0.3.2

Patch Changes

  • 910f948: Update to the latest contract version compatible.

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

0.1.4

Patch Changes

  • fee433c: Updating Project License to Reflect Accurate Licensing

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.