Skip to content

chore(deps): take @atomichub/antelope-ship-utils 1.0.1 for a quiet connect log - #176

Merged
robrigo merged 1 commit into
mainfrom
chore/antelope-ship-utils-1-0-1
Aug 18, 2026
Merged

chore(deps): take @atomichub/antelope-ship-utils 1.0.1 for a quiet connect log#176
robrigo merged 1 commit into
mainfrom
chore/antelope-ship-utils-1-0-1

Conversation

@robrigo

@robrigo robrigo commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Why

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 (atomicassets/antelope-ship-utils#1); nothing else changes.

Validation

pnpm install --frozen-lockfile and pnpm test (349 passing, 37 pending) on the bumped lockfile.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps @atomichub/antelope-ship-utils from 1.0.0 to 1.0.1 to reduce noisy connection logging (logging have_positions count rather than the full request payload), preventing large info-level logs in mainnet filler reconnect scenarios.

Changes:

  • Update @atomichub/antelope-ship-utils dependency to ^1.0.1 in package.json.
  • Refresh pnpm-lock.yaml to resolve and snapshot @atomichub/antelope-ship-utils@1.0.1.
  • Add @atomichub/antelope-ship-utils@1.0.1 to minimumReleaseAgeExclude in the workspace config.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
pnpm-workspace.yaml Adds the new first-party version to the release-age exclusion list.
pnpm-lock.yaml Updates lock entries/snapshots to @atomichub/antelope-ship-utils@1.0.1.
package.json Bumps the declared dependency range to ^1.0.1.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread pnpm-workspace.yaml
…nnect 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.
@robrigo
robrigo force-pushed the chore/antelope-ship-utils-1-0-1 branch from a9dbe52 to 675b40b Compare August 18, 2026 00:17
@robrigo
robrigo merged commit 9e62b55 into main Aug 18, 2026
2 checks passed
@robrigo robrigo mentioned this pull request Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants