Admin Login
HomeGuidesAPI ReferenceChangelogBlockdaemon Main Docs
Log In
Changelog
Added

Institutional Vault Release v3.7.1

Versions

mothership: v3.7.1
wallet-frontend: v3.7.1
policy-node: v9.13.0
nats: v3.7.1
evm-tracker: v3.7.1
cold-wallet: v3.7.1
db-setup: v3.7.1
nats-secrets: v3.7.1
configmap-init: v0.3.0
policy-node-enclave: v3.7.1

Updates

Wallet & API

  • Canton assets can be signed over WalletConnect. The wallet offers the WalletConnect action on Canton assets, canton_prepareSignExecute signs through SignRawTransaction, and the Canton driver configuration is persisted per tenant for the WalletConnect handler.

Deployment

  • The default wallet memory limit is raised to 5120Mi on Azure and AWS deployments. The embedded Canton Contract Management application decodes a large package catalog on first use, and the previous limit was not sufficient for larger catalogs. If you have overridden this value in your own deployment configuration, that override is preserved on upgrade and the new default will not apply; review whether your override still provides enough memory.

Fixes

User interface

  • Canton Contract Management forwards the parent wallet's bearer token on same-origin proxy calls, so transactions involving external parties no longer fail with a missing authorization header.
  • Canton Contract Management reports package vetting as unknown when a vetting probe fails, so a transient error no longer removes a valid package from the catalog.
  • Settings tables no longer render a second, nested scrollbar.