Skip to content

Commit

Permalink
Increased rate limit for validating pin
Browse files Browse the repository at this point in the history
  • Loading branch information
SDargarh committed Jan 23, 2024
1 parent 3ff11f0 commit ae60bf9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,4 +610,8 @@

### 2.4.2 (2024-01-09)

* Updated bitcoin controller version
* Updated bitcoin controller version

### 2.4.3 (2024-01-23)

* Increased rate limit for validating pin
4 changes: 2 additions & 2 deletions 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.4.2",
"version": "2.4.3",
"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
4 changes: 2 additions & 2 deletions src/config/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
DEFAULT_GAS_LIMIT: 40000,
REQUEST_BLOCKED_TIMEOUT: 3600000,
TOKEN_WINDOW: 30000,
TOKEN_COUNT: 10,
TOKEN_WINDOW: 15000,
TOKEN_COUNT: 20,
};

1 comment on commit ae60bf9

@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 files71.5863.7281.2572.23 
chains100100100100 
   index.js100100100100 
config100100100100 
   index.js100100100100 
constants100100100100 
   index.js100100100100 
constants/responses100100100100 
   index.js100100100100 
lib70.264.581.9670.99 
   keyring.js66.8662.538067.6445, 58, 67–68, 139–151, 171, 179–188, 198–201, 244–274, 285, 289, 294–296, 308–383, 399–437, 497–500, 512–513, 655, 680–724, 797, 814–815, 841–843, 874–882, 905–909, 929–933, 952–960, 987, 993
   vault.js91.1384.2190.991.1320, 27, 42–45, 62, 72
utils73.4559.1578.9473.68 
   helper.js73.4559.1578.9473.6810–17, 49–55, 89–90, 116–132, 137–138, 151, 163, 175, 206–208, 241–245, 290–292

Please sign in to comment.