Skip to content

Commit

Permalink
Merge pull request #29 from getsafle/Update_Sign_transaction
Browse files Browse the repository at this point in the history
updating sign transaction function
  • Loading branch information
sshubhamagg authored Aug 20, 2024
2 parents 403d9b5 + 7b13abb commit 7040b10
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 521 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##### BEVM Keyring Implementation

- Implemented Keyring functionality to manage accounts
- Implemented Keyring functionality to manage accounts
- Implemented functions to add account, export accounts & import accounts
- Implemented functionality to sign a message
- Implemented functionality to get coin balance for a wallet
Expand All @@ -13,7 +13,13 @@
- Added test suite

### 1.0.1 (2024-08-2)

- Updated package name

### 1.0.1 (2024-08-3)
### 1.0.2 (2024-08-3)

- Updated documentation

### 1.0.3 (2024-08-20)

- Update Sign transaction functionality
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/vault-bevm-controller",
"version": "1.0.2",
"version": "1.0.3",
"description": "BEVM controller for safle vault",
"main": "src/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 7040b10

Please sign in to comment.