From 675b40be7462fd67d0eae9d40fda3cdf1bb833a2 Mon Sep 17 00:00:00 2001 From: Rob Konsdorf Date: Mon, 17 Aug 2026 20:14:55 -0400 Subject: [PATCH] chore(deps): take @atomichub/antelope-ship-utils 1.0.1 for a quiet connect log 1.0.0 logged the whole block request on every connect and reconnect, and have_positions in that request carries one 64-character id per reversible block the filler still tracks, so a mainnet filler wrote tens of kilobytes at info each time. 1.0.1 logs the count in that field instead; nothing else changes. --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- pnpm-workspace.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2e3b2525..8c6a53e5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "db:migrate:up": "pnpm build && node --trace-warnings ./build/bin/migrate.js" }, "dependencies": { - "@atomichub/antelope-ship-utils": "^1.0.0", + "@atomichub/antelope-ship-utils": "^1.0.1", "@atomichub/atomicassets": "^2.0.2", "@wharfkit/antelope": "^1.1.1", "async-exit-hook": "^2.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b5d7bdf..d9c27781 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: .: dependencies: '@atomichub/antelope-ship-utils': - specifier: ^1.0.0 - version: 1.0.0 + specifier: ^1.0.1 + version: 1.0.1 '@atomichub/atomicassets': specifier: ^2.0.2 version: 2.0.2 @@ -165,8 +165,8 @@ importers: packages: - '@atomichub/antelope-ship-utils@1.0.0': - resolution: {integrity: sha512-8w0AEF4DAfx0ZdiENb4NI3mJdNGJI3WI0qvRvOXcm7tEG8YlxWFZUEQn3OrYqFGpO3BxIVrlBDifyS9Cr/jhSA==} + '@atomichub/antelope-ship-utils@1.0.1': + resolution: {integrity: sha512-/renKdUrQbEhgmiIrI3CNT7Mrnc+jwGjdYl+kafYltNPdtGP45phw2qXJ4qy5tqW7p35GAoOPhmK91u7/GW3IA==} engines: {node: '>=22'} '@atomichub/atomicassets@2.0.2': @@ -2615,7 +2615,7 @@ packages: snapshots: - '@atomichub/antelope-ship-utils@1.0.0': + '@atomichub/antelope-ship-utils@1.0.1': dependencies: '@wharfkit/antelope': 1.2.0 common-tags: 1.8.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 597bfe34..198eedc8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -19,4 +19,4 @@ overrides: # depends on it staying. minimumReleaseAgeExclude: - '@atomichub/atomicassets@2.0.2' - - '@atomichub/antelope-ship-utils@1.0.0' + - '@atomichub/antelope-ship-utils@1.0.1'