Skip to content

Commit

Permalink
fix: bump @checkpoint-labs/checkpoint to add indexes
Browse files Browse the repository at this point in the history
Indexes on checkpoints table were missing so in some cases API could
get stuck as those requests would cause timeouts.
  • Loading branch information
Sekhmet committed Feb 26, 2024
1 parent 3e2d118 commit 9425641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.6.1",
"@faker-js/faker": "^7.4.0",
"@snapshot-labs/checkpoint": "^0.1.0-beta.27",
"@snapshot-labs/checkpoint": "^0.1.0-beta.28",
"@snapshot-labs/sx": "^0.1.0",
"@types/bn.js": "^5.1.0",
"@types/mysql": "^2.15.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2432,10 +2432,10 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==

"@snapshot-labs/checkpoint@^0.1.0-beta.27":
version "0.1.0-beta.27"
resolved "https://registry.yarnpkg.com/@snapshot-labs/checkpoint/-/checkpoint-0.1.0-beta.27.tgz#cd728e82d3d30187f8553c8c5d4ba6faaded6616"
integrity sha512-Tb/CakPOChf4DMEpCdxKYAbRjlsX7WzuEqg1v5XMP0WDNwVE35d3Lc3DDFgmO8vDFgRbics+08EuOzvmY6KKqQ==
"@snapshot-labs/checkpoint@^0.1.0-beta.28":
version "0.1.0-beta.28"
resolved "https://registry.yarnpkg.com/@snapshot-labs/checkpoint/-/checkpoint-0.1.0-beta.28.tgz#20e6d009cfc7f61435ca6a1ea8a20d24c7e55f4c"
integrity sha512-qjbFRLrRAWHmJTm0UOc0umfgRWMm5UPX6TDIo4tdQ3ueNc5B7gaD0t5NsmBNUE+ClKX8GBssHdeLOYoYBYUy5g==
dependencies:
"@graphql-tools/schema" "^8.5.1"
bluebird "^3.7.2"
Expand Down

0 comments on commit 9425641

Please sign in to comment.