Skip to content

Commit

Permalink
Merge pull request #125 from SoulWallet/changeset-release/develop
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jayden-sudo authored Nov 8, 2023
2 parents a1cb0f9 + af18eff commit 2908e1f
Show file tree
Hide file tree
Showing 11 changed files with 297 additions and 65 deletions.
60 changes: 0 additions & 60 deletions .changeset/proud-onions-turn.md

This file was deleted.

57 changes: 57 additions & 0 deletions packages/soulwallet-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-abi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
57 changes: 57 additions & 0 deletions packages/soulwallet-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-assets/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
61 changes: 61 additions & 0 deletions packages/soulwallet-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @soulwallet/[email protected]

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-decoder/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
57 changes: 57 additions & 0 deletions packages/soulwallet-keyvault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/soulwallet-keyvault/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 2908e1f

Please sign in to comment.