From af18effa538efa7541c67290804c1af8dbb68fc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Nov 2023 12:57:28 +0000 Subject: [PATCH] Version Packages --- .changeset/proud-onions-turn.md | 60 ---------------------- packages/soulwallet-abi/CHANGELOG.md | 57 +++++++++++++++++++++ packages/soulwallet-abi/package.json | 2 +- packages/soulwallet-assets/CHANGELOG.md | 57 +++++++++++++++++++++ packages/soulwallet-assets/package.json | 2 +- packages/soulwallet-decoder/CHANGELOG.md | 61 +++++++++++++++++++++++ packages/soulwallet-decoder/package.json | 2 +- packages/soulwallet-keyvault/CHANGELOG.md | 57 +++++++++++++++++++++ packages/soulwallet-keyvault/package.json | 2 +- packages/soulwallet-sdk/CHANGELOG.md | 60 ++++++++++++++++++++++ packages/soulwallet-sdk/package.json | 2 +- 11 files changed, 297 insertions(+), 65 deletions(-) delete mode 100644 .changeset/proud-onions-turn.md diff --git a/.changeset/proud-onions-turn.md b/.changeset/proud-onions-turn.md deleted file mode 100644 index e0d0e06..0000000 --- a/.changeset/proud-onions-turn.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -"@soulwallet/keyvault": patch -"@soulwallet/decoder": patch -"@soulwallet/assets": patch -"@soulwallet/abi": patch -"@soulwallet/sdk": patch ---- - -- @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; - } - ``` diff --git a/packages/soulwallet-abi/CHANGELOG.md b/packages/soulwallet-abi/CHANGELOG.md index 85ff97b..c29c589 100644 --- a/packages/soulwallet-abi/CHANGELOG.md +++ b/packages/soulwallet-abi/CHANGELOG.md @@ -1,5 +1,62 @@ # @soulwallet/abi +## 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 + + ```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; + } + ``` + ## 0.1.2 ### Patch Changes diff --git a/packages/soulwallet-abi/package.json b/packages/soulwallet-abi/package.json index 7ac48cb..f2c1932 100644 --- a/packages/soulwallet-abi/package.json +++ b/packages/soulwallet-abi/package.json @@ -1,6 +1,6 @@ { "name": "@soulwallet/abi", - "version": "0.1.2", + "version": "0.1.3", "description": "soulwallet-contract ABI", "author": "Jayden@SoulWallet", "homepage": "https://github.com/SoulWallet/soulwalletlib#readme", diff --git a/packages/soulwallet-assets/CHANGELOG.md b/packages/soulwallet-assets/CHANGELOG.md index 5a9b293..333b980 100644 --- a/packages/soulwallet-assets/CHANGELOG.md +++ b/packages/soulwallet-assets/CHANGELOG.md @@ -1,5 +1,62 @@ # @soulwallet/assets +## 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 + + ```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; + } + ``` + ## 0.1.2 ### Patch Changes diff --git a/packages/soulwallet-assets/package.json b/packages/soulwallet-assets/package.json index c291b6b..5158434 100644 --- a/packages/soulwallet-assets/package.json +++ b/packages/soulwallet-assets/package.json @@ -1,6 +1,6 @@ { "name": "@soulwallet/assets", - "version": "0.1.2", + "version": "0.1.3", "description": "A database of token", "author": "Jayden@SoulWallet", "homepage": "https://github.com/SoulWallet/soulwalletlib#readme", diff --git a/packages/soulwallet-decoder/CHANGELOG.md b/packages/soulwallet-decoder/CHANGELOG.md index 4ca3fa1..1de683a 100644 --- a/packages/soulwallet-decoder/CHANGELOG.md +++ b/packages/soulwallet-decoder/CHANGELOG.md @@ -1,5 +1,66 @@ # @soulwallet/decoder +## 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 + + ```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; + } + ``` + +- Updated dependencies [010e96d] + - @soulwallet/assets@0.1.3 + - @soulwallet/abi@0.1.3 + ## 0.1.2 ### Patch Changes diff --git a/packages/soulwallet-decoder/package.json b/packages/soulwallet-decoder/package.json index 5d646b5..2c27aa7 100644 --- a/packages/soulwallet-decoder/package.json +++ b/packages/soulwallet-decoder/package.json @@ -1,6 +1,6 @@ { "name": "@soulwallet/decoder", - "version": "0.1.2", + "version": "0.1.3", "description": "A lib for decode userOp.calldata", "author": "Jayden@SoulWallet", "homepage": "https://github.com/SoulWallet/soulwalletlib#readme", diff --git a/packages/soulwallet-keyvault/CHANGELOG.md b/packages/soulwallet-keyvault/CHANGELOG.md index 0f9aecf..fb78a45 100644 --- a/packages/soulwallet-keyvault/CHANGELOG.md +++ b/packages/soulwallet-keyvault/CHANGELOG.md @@ -1,5 +1,62 @@ # @soulwallet/keyvault +## 0.1.4 + +### Patch Changes + +- 010e96d: - @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; + } + ``` + ## 0.1.3 ### Patch Changes diff --git a/packages/soulwallet-keyvault/package.json b/packages/soulwallet-keyvault/package.json index 44d2170..0df484c 100644 --- a/packages/soulwallet-keyvault/package.json +++ b/packages/soulwallet-keyvault/package.json @@ -1,6 +1,6 @@ { "name": "@soulwallet/keyvault", - "version": "0.1.3", + "version": "0.1.4", "description": "A lightweight private key management library", "author": "Jayden@SoulWallet", "homepage": "https://github.com/SoulWallet/soulwalletlib#readme", diff --git a/packages/soulwallet-sdk/CHANGELOG.md b/packages/soulwallet-sdk/CHANGELOG.md index 6aee0f2..8d8ce50 100644 --- a/packages/soulwallet-sdk/CHANGELOG.md +++ b/packages/soulwallet-sdk/CHANGELOG.md @@ -1,5 +1,65 @@ # @soulwallet/sdk +## 0.1.12 + +### Patch Changes + +- 010e96d: - @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; + } + ``` + +- Updated dependencies [010e96d] + - @soulwallet/abi@0.1.3 + ## 0.1.11 ### Patch Changes diff --git a/packages/soulwallet-sdk/package.json b/packages/soulwallet-sdk/package.json index e8fae4d..a289c73 100644 --- a/packages/soulwallet-sdk/package.json +++ b/packages/soulwallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@soulwallet/sdk", - "version": "0.1.11", + "version": "0.1.12", "description": "SoulWalletSDK = { Basic Functions, Bundler, KeyStore, SignatureTools }", "author": "Jayden@SoulWallet", "homepage": "https://github.com/SoulWallet/soulwalletlib#readme",