Skip to content

Commit

Permalink
add account and stacks controller updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SDargarh committed Jun 3, 2024
1 parent 6092ad3 commit dc0210a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,4 +649,9 @@

### 2.6.1 (2024-05-09)

* Upgraded stacks controller version

### 2.6.2 (2024-05-31)

* Updated add account for stacks addresses
* Upgraded stacks controller version
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-vault",
"version": "2.6.1",
"version": "2.6.2",
"description": "Safle Vault is a non-custodial, flexible and highly available crypto wallet which can be used to access dapps, send/receive crypto and store identity. Vault SDK is used to manage the vault and provide methods to generate vault, add new accounts, update the state and also enable the user to perform several vault related operations.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@getsafle/vault-optimism-controller": "^1.0.8",
"@getsafle/vault-polygon-controller": "^1.2.8",
"@getsafle/vault-polygon-zkevm-controller": "^1.0.1",
"@getsafle/vault-stacks-controller": "^1.0.4",
"@getsafle/vault-stacks-controller": "^1.0.5",
"@getsafle/vault-velas-controller": "^1.3.1",
"bip39": "^3.0.4",
"crypto-js": "^4.1.1",
Expand Down

1 comment on commit dc0210a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report (73%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files72.964.7983.7873.66 
chains100100100100 
   index.js100100100100 
config100100100100 
   index.js100100100100 
constants100100100100 
   index.js100100100100 
constants/responses100100100100 
   index.js100100100100 
lib70.5964.9481.6671.25 
   keyring.js66.3962.3379.5967.0145, 58, 67–68, 139–151, 171, 179–188, 198–201, 246–282, 293, 297, 302–304, 316–391, 407–445, 508–511, 654, 681–726, 799, 816–817, 833–835, 866–874, 897–901, 921–925, 944–952, 979, 985
   vault.js92.5585.4190.992.5521, 28, 43–46, 66, 76
utils80.5363.6392.8581.81 
   helper.js80.5363.6392.8581.819–16, 51–52, 77, 91, 103–105, 114–115, 131–133, 154, 166, 178

Please sign in to comment.