Skip to content

Releases: Elytro-eth/soulwalletlib

@soulwallet/[email protected]

21 Nov 14:29
08e1e4b
Compare
Choose a tag to compare

Patch Changes

  • 97c253e: Updated bytes4 signature list

@soulwallet/[email protected]

17 Nov 06:32
1550a2e
Compare
Choose a tag to compare

Patch Changes

  • 26ebf12: Remove guardianSafePeriodMin restriction

@soulwallet/[email protected]

08 Nov 12:59
2908e1f
Compare
Choose a tag to compare

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]

@soulwallet/[email protected]

08 Nov 12:59
2908e1f
Compare
Choose a tag to compare

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

@soulwallet/[email protected]

08 Nov 12:59
2908e1f
Compare
Choose a tag to compare

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]

@soulwallet/[email protected]

08 Nov 12:58
2908e1f
Compare
Choose a tag to compare

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

@soulwallet/[email protected]

08 Nov 12:58
2908e1f
Compare
Choose a tag to compare

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

@soulwallet/[email protected]

27 Oct 10:45
b976a64
Compare
Choose a tag to compare

Patch Changes

  • e66af6c: Added recoverWebAuthNPublicKey() function

@soulwallet/[email protected]

20 Oct 08:45
e46664a
Compare
Choose a tag to compare

Patch Changes

  • 774b525: EIP1271 EIP712-signature supported

@soulwallet/[email protected]

19 Oct 17:33
b2132bd
Compare
Choose a tag to compare

Patch Changes

  • 1592675: Fix a bug in P256Lib caused by reference type