Skip to content

Commit

Permalink
Merge pull request #350 from getsafle/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sshubhamagg authored Sep 23, 2024
2 parents fe263aa + 309614c commit 63e0970
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,3 +669,8 @@
- Integrated rootstock chain in safle vault
- Update BEVM controller version
- Fixed validatePin function for tests

### 2.9.1 (2024-09-23)

-Integrated vault-evm-controller
-Resolved issue for unarchival of a wallet
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/safle-vault",
"version": "2.9.0",
"version": "2.9.1",
"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

1 comment on commit 63e0970

@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 (72%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files72.2963.7883.5272.86 
chains94.735010094.73 
   index.js94.735010094.7355
config100100100100 
   index.js100100100100 
constants100100100100 
   index.js100100100100 
constants/responses100100100100 
   index.js100100100100 
lib71.5765.1182.8171.83 
   keyring.js67.262.7280.3967.4753, 70, 80, 84–85, 168–188, 219–222, 236–262, 284–294, 371–449, 466–469, 478, 496–591, 611–658, 748–751, 962, 992, 1018–1019, 1038–1120, 1222, 1251–1254, 1278–1280, 1310–1316, 1327, 1357–1364, 1386–1389, 1420–1435, 1462, 1468
   vault.js92.3883.6792.392.3824, 34, 53–55, 84, 97, 113
utils71.7555.3882.3573.8 
   helper.js71.7555.3882.3573.89–16, 89–99, 132, 155, 167–169, 178–182, 203–205, 232, 250, 268, 335–367

Please sign in to comment.