Skip to content

Commit

Permalink
fix(deps): CDB-2128 Address nonce errors
Browse files Browse the repository at this point in the history
Per ethers-io/ethers.js#3812, nonce may be
incorrectly incremented, which can produce off by one errors which
we are currently seeing in QA and Clay
  • Loading branch information
dbcfd committed Apr 5, 2023
1 parent 53239a0 commit 15740b1
Show file tree
Hide file tree
Showing 13 changed files with 15,672 additions and 497 deletions.
363 changes: 195 additions & 168 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.snakecase": "^4.1.7",
"await-semaphore": "^0.1.3",
"body-parser": "^1.20.2",
"cartonne": "^2.0.1",
"conditional-type-checks": "^1.0.6",
"cors": "^2.8.5",
"dag-jose": "^4.0.0",
"dotenv": "^16.0.3",
"ethers": "~5.7.2",
"ethers": "^6.2.3",
"express": "^4.18.1",
"fp-ts": "^2.13.1",
"http-status-codes": "^2.2.0",
Expand All @@ -75,9 +76,11 @@
"lodash.clonedeep": "^4.5.0",
"lodash.snakecase": "^4.1.1",
"lru-cache": "^7.17.0",
"merge-options": "^3.0.4",
"morgan": "^1.10.0",
"multiformats": "^11.0.1",
"os-utils": "^0.0.14",
"prom-client": "^14.2.0",
"pg": "^8.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.2",
Expand Down
Loading

0 comments on commit 15740b1

Please sign in to comment.