The current production release of the Global Synchronizer software is Splice 0.5.9 running on Canton 3.4.7.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.9
Scan
- Added
canton.scan-apps.scan-app.acs-store-descriptor-user-versionandcanton.scan-apps.scan-app.tx-log-store-descriptor-user-versionconfiguration settings to set auser-versionfor the ACS and TxLog stores respectively. Modifying theuser-versionwipes the respective store and triggers re-ingestion. - Added a new external endpoint
GET /v0/unclaimed-development-fund-couponsto retrieve all active unclaimed development fund coupon contracts.
Daml
- Implemented minting delegation as described in CIP-0073 — Weighted Validator Liveness Rewards for SV-Chosen Parties. New templates added in the
splice-walletpackage:- MintingDelegationProposal — a proposal from the beneficiary to the delegate to create a
MintingDelegation - MintingDelegation — an active delegation granting the delegate authority to mint rewards on behalf of the beneficiary
- MintingDelegationProposal — a proposal from the beneficiary to the delegate to create a
Wallet
- Added endpoint
POST /v0/wallet/development-fund-coupons/allocateto allocate a development fund coupon for a given beneficiary, amount, expiration time, and reason. - Added endpoint
GET /v0/wallet/development-fund-couponsto retrieve all active DevelopmentFundCoupon contracts, sorted by expiration date. - Added endpoint
POST /v0/wallet/development-fund-coupons/{contract_id}/withdrawto withdraw a development fund coupon when the wallet user party is the development fund manager. - Minting delegation management added to the wallet UI.
- Enhanced rewards collection automation to support collecting development fund coupons.
Validator
- Automation added to perform minting for hosted external parties if they have an active
MintingDelegationcontract with an internal party.
Canton 3.4.7
This is a maintenance release that fixes an issue when replaying too many ACS changes during connection to a synchronizer.Compatibility
| Dependency | Version |
|---|---|
| Canton protocol versions | 34 |
| Java Runtime | OpenJDK 21 |
| PostgreSQL | Recommended: 17.6. Also tested: 14.19, 15.14, 16.10 |