This page covers the minor releases in the current Splice 0.5.x series. Each release corresponds to a Canton 3.4.x version. For the current release, see Current Release.Documentation Index
Fetch the complete documentation index at: https://cantonfoundation-issue-365-details-history.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Splice 0.5.8
Version 0.5.7 introduced a performance regression in topology transaction processing. Skip 0.5.7 and upgrade directly to 0.5.8 or later.
Canton
- Fixed the performance regression related to topology transaction processing.
- Improved performance of some queries used in participant pruning. The database migration can take up to 2 minutes.
Scan
- Deprecated
/v0/total-amulet-balanceand/v0/wallet-balanceendpoints have been removed. Use the Token Standard metadata endpoint and/v0/holdings/summaryinstead.
Deployments
- Default logger switched to asynchronous appender for better performance. Set
LOG_IMMEDIATE_FLUSH=trueto revert to synchronous logging. - This version breaks backwards compatibility with migration dumps taken on 0.4.x versions. Deploy with
migrating: false.
Splice 0.5.7
Sequencer Connections
- Fixed an issue that caused participants to randomly crash and restart.
Daml
- Implemented Daml changes for CIP-0082 — Establish a 5% Development Fund:
- UnclaimedDevelopmentFundCoupon — represents unallocated Development Fund entitlements created per issuance round
- DevelopmentFundCoupon — represents an allocated portion of the Development Fund for a specific beneficiary
IssuanceConfigextended with optionaloptDevelopmentFundPercentage(default 0.05)AmuletConfigextended with optionaloptDevelopmentFundManager- Modified
AmuletRules_Transferto acceptDevelopmentFundCouponas valid input
| Package | Version |
|---|---|
| amulet | 0.1.15 |
| amuletNameService | 0.1.16 |
| dsoGovernance | 0.1.21 |
| splitwell | 0.1.15 |
| validatorLifecycle | 0.1.6 |
| wallet | 0.1.15 |
| walletPayments | 0.1.15 |
SV App
- New
MergeUnclaimedDevelopmentFundCouponsTriggerthat merges small unclaimed coupons when their count exceeds a configurable threshold (default: 10). - New config field
unclaimedDevelopmentFundCouponsThresholdinSvOnboardingConfig.
Deployments
- Default logger switched to asynchronous appender for Docker Compose deployments.
Validator
- Exposed
/v0/holdings/summaryendpoint from scan proxy.
Splice 0.5.6
Sequencer
- Performance improvements to improve stability under higher load.
Splice 0.5.5
API Security
- Tightened authorization checks for all non-public API endpoints. All non-public endpoints now properly respect user rights defined in the participant user management service. Revoking user rights revokes access to corresponding API endpoints.
- Administrative SV app endpoints (
/v0/admin/domain/pause,unpause,migration-dump,identities-dump,data-snapshot) now require participant admin rights.
Validator
- Added support for custom party names when onboarding users via the
/v0/admin/usersAPI. - Added optional
excludeDebugFieldsboolean to Token Standard allocation and transfer endpoints.
Splice 0.5.4
Participant
- Fixed a bug (introduced in 0.5.0/0.5.1) that could cause participant pruning to prune active data. The bug only manifests in a rare edge case involving manual ACS import on a participant that was already running.
- Fixed a performance regression causing event processing to pause for multiple minutes at random times due to a bad database query plan.
Scan
- Removed non-existent
command_idfield from the OpenAPI spec. No impact on API behavior.
Splice 0.5.3
Version 0.5.2 mistakenly introduced default pruning for Canton participants and should be skipped. Participants do not prune data by default.
Sequencer Connections
- Improved retries for sequencer submissions when a sequencer returns an overloaded error code — now retries immediately on another node.
- Network timeout lowered to 15 seconds for faster failure detection.
Validator
- Fixed a bug causing validators to fail on restoring participant users without rights during a synchronizer migration.
Scan
- Round-based balance aggregates set to zero to avoid consensus problems when new SVs join. The
/v0/total-amulet-balanceand/v0/wallet-balanceendpoints are marked for removal.
Daml
- Fixed a bug in
WalletUserProxy_TransferInstruction_Withdrawwhere the controller was required to be thereceiverinstead of thesender. Upgrade tosplice-util-featured-app-proxiesversion 1.2.1 or newer.
SV App
- The SV app no longer stores update history. All updates involving the DSO party are stored and returned by Scan.
- Helm values under
scan(publicUrlandinternalUrl) are now mandatory.
Splice 0.5.0
Deployment
- Docker Compose deployments of LocalNet, validator, and SV now expose only to 127.0.0.1 by default. Use
-Eto expose externally. For LocalNet, setexport HOST_BIND_IP=0.0.0.0.
Validator
- Offboarding a user now also deletes the Ledger API user in the participant node.
- HTTP proxy support via
https.proxyHostandhttps.proxyPortJava system properties.
Scan
- Added
record_time_matchproperty to/v0/state/acs,/v0/holdings/state, and/v0/holdings/summaryrequests. Set toexact(default) orat-or-before.
Mediator
- Mediators now prune data to retain only the last 30 days, matching the sequencer pruning interval.