Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Jan 2, 2024
1 parent 4afb346 commit 63cc89c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Binary file not shown.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Timeout for requests dispatched by blockfrost SDK set to 30s
- (Internal) Switched from PNP to node-modules linker

### Fixed
- Remove client from the list of clients on missed heartbeat

### Changed

- process exits after health check fails for more than `HEALTHCHECK_FAIL_THRESHOLD_MS` (default 60s)
- upgrade codebase to ESM
- bump Blockfrost SDK (memory leak in deriveAddress) and other dependencies
- refactored build step, entrypoint is now `dist/server.js` (previously `dist/src/server.js`)
- Bump Blockfrost SDK (memory leak in deriveAddress) and other dependencies
- Timeout for requests dispatched by blockfrost SDK set to 30s
- (Internal) Refactored build step, entrypoint is now `dist/server.js` (previously `dist/src/server.js`)
- (Internal) Upgrade codebase to ESM
- (Internal) Switched from PNP to node-modules linker

### Removed
- `ts-node-dev` (`yarn dev` no longer auto reloads on code change)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"dependencies": {
"@blockfrost/blockfrost-js": "5.5.0",
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",
"@esbuild/darwin-arm64": "npm:0.19.8",
"@esbuild/linux-x64": "npm:0.19.8",
"@sentry/integrations": "^7.85.0",
"@sentry/node": "^7.85.0",
"@sentry/tracing": "^7.85.0",
Expand All @@ -34,6 +32,9 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@esbuild/darwin-arm64": "npm:0.19.8",
"@esbuild/linux-x64": "npm:0.19.8",
"@rollup/rollup-linux-arm64-gnu": "npm:4.6.1",
"@types/express": "^4.17.17",
"@types/memoizee": "^0.4.8",
"@types/node": "^20",
Expand Down
1 change: 1 addition & 0 deletions yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ cacheEntries = {
"@pkgjs/parseargs@npm:0.11.0" = { filename = "@pkgjs-parseargs-npm-0.11.0-cd2a3fe948-115e8ceeec.zip"; sha512 = "115e8ceeec6bc69dff2048b35c0ab4f8bbee12d8bb6c1f4af758604586d802b6e669dcb02dda61d078de42c2b4ddce41b3d9e726d7daa6b4b850f4adbf7333ff"; };
"@pkgr/utils@npm:2.4.2" = { filename = "@pkgr-utils-npm-2.4.2-5333ff17f3-f0b0b305a8.zip"; sha512 = "f0b0b305a83bd65fac5637d28ad3e33f19194043e03ceef6b4e13d260bfa2678b73df76dc56ed906469ffe0494d4bd214e6b92ca80684f38547982edf982dd15"; };
"@rollup/rollup-darwin-arm64@npm:4.6.1" = { filename = "@rollup-rollup-darwin-arm64-npm-4.6.1-4e41987212-10.zip"; sha512 = "567a97e627a442e170648f7062f2b934d5379115c4270fe8bdc0334c9b068a29d9fee6c6e9632397a796fea7fa02c0e319e3ee2601e9a964af409835109fafb2"; };
"@rollup/rollup-linux-arm64-gnu@npm:4.6.1" = { filename = "@rollup-rollup-linux-arm64-gnu-npm-4.6.1-1f6c675d43-3d395d52fb.zip"; sha512 = "3d395d52fb0094da1d20cf0b439ebef5ae67e42dbd90b8f32506ce5ae7dd2a3f64ce52e582497ad2a3d45bf373624804ae2d50054a87aefe0366d5d04ab28a2d"; };
"@sentry-internal/tracing@npm:7.85.0" = { filename = "@sentry-internal-tracing-npm-7.85.0-5948528657-5ecb879c9a.zip"; sha512 = "5ecb879c9aac02d660674d71c8cee687a57b5f5351c04b2663656ae61b2432dd060f05f30f347e8d35bbd4fea1b9c37b86522a83673f0683cead735c71a4bc74"; };
"@sentry/core@npm:7.85.0" = { filename = "@sentry-core-npm-7.85.0-950bc8d5f9-2292f4deec.zip"; sha512 = "2292f4deec0e15dcbb91db5dfa590e77c20bba3246a0cd24094aa85e84e0802d3f0ff276222339fc65010378059fb51ad5d514eb8a4b8076cbf8245a99bef360"; };
"@sentry/integrations@npm:7.85.0" = { filename = "@sentry-integrations-npm-7.85.0-1c2e528e25-ab6d16e6fe.zip"; sha512 = "ab6d16e6fe5ec3aee569cd8432137884818a364ff35aa63ee14ea839a8b71a0b8561e2c9e6a9dbcebf2f55adfd38964eb90eddb15f6484197100685ee2b330c8"; };
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ __metadata:
"@emurgo/cardano-serialization-lib-nodejs": "npm:^11.5.0"
"@esbuild/darwin-arm64": "npm:0.19.8"
"@esbuild/linux-x64": "npm:0.19.8"
"@rollup/rollup-linux-arm64-gnu": "npm:4.6.1"
"@sentry/integrations": "npm:^7.85.0"
"@sentry/node": "npm:^7.85.0"
"@sentry/tracing": "npm:^7.85.0"
Expand Down Expand Up @@ -555,6 +556,7 @@ __metadata:
"@rollup/rollup-linux-arm64-gnu@npm:4.6.1":
version: 4.6.1
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.6.1"
checksum: 3d395d52fb0094da1d20cf0b439ebef5ae67e42dbd90b8f32506ce5ae7dd2a3f64ce52e582497ad2a3d45bf373624804ae2d50054a87aefe0366d5d04ab28a2d
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
Expand Down

0 comments on commit 63cc89c

Please sign in to comment.