Upgrade @hiveio/wax to dev build (1.28.4-rc0-251216100519)

Summary

Upgrade wax to latest dev build to get 51 commits of fixes since the last tagged release.

Background

  • Last wax tag: 1.28.4-rc0 (Nov 7, 2025)
  • wax develop: 51 commits ahead
  • This dev build: 1.28.4-rc0-251216100519 (Dec 16, 2025)

Changes

  • Updated pnpm-workspace.yaml catalog to use dev build version
  • Added pnpm.overrides in package.json to force all dependencies (workerbee, hb-auth) to use the same wax version
  • Regenerated pnpm-lock.yaml

Why pnpm.overrides?

workerbee and hb-auth have @hiveio/wax: "1.28.4-rc0" as exact dependency. The override forces them to use our dev build instead.

Temporary Solution

This is a stopgap until wax releases a proper tag. When that happens:

  1. Remove pnpm.overrides from package.json
  2. Update all versions to the new release

Testing Required

  • Build succeeds
  • Transaction signing works
  • Keychain integration works
  • WASM memory issues under load (if fixed in new commits)
Edited by gandalf_automation

Merge request reports

Loading