Skip to content

v1.37.0

Choose a tag to compare

@TheTrunk TheTrunk released this 06 Apr 12:35
· 38 commits to master since this release
2ddfeed

Deterministic Build - v1.37.0

  • Enterprise FluxNode Start — Added support for starting Flux nodes directly from enterprise vaults, including collateral signing and delegate configuration
  • Single-key Schnorr signing — Added support for 1-of-1 vault signing (wallet_only / key_only) using direct Schnorr signatures instead of requiring the multisig flow
  • Fixed EVM gas fee calculation — maxFeePerGas already includes the priority fee; removed double-counting of maxPriorityFeePerGas in fee estimation
  • Improved number precision — Fixed floating-point precision issues in crypto/fiat formatting and CSV export by using toFixed() + parseFloat() instead of raw toNumber(), preventing scientific notation and rounding errors for high-decimal tokens
  • Better WebSocket message listeners — Improved SSP Connect socket context and message handling reliability

Full Changelog: v1.36.1...v1.37.0


This release contains deterministic builds for both Chrome and Firefox.

GPG Verification: gpg --verify SHA256SUMS.asc SHA256SUMS

Files Verification: sha256sum -c SHA256SUMS

Reproduction: git checkout v1.37.0 && npm run build:deterministic