@distrohelena/canton-typescript-sdk 0.1.50 → 0.1.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -91,6 +91,8 @@ cat > "$RUNTIME_DIR/canton.conf" <<EOF
91
91
  canton {
92
92
  parameters { manual-start = no }
93
93
  participants.participant358 {
94
+ # The pruning live spec needs a safe pruning offset promptly on a fresh participant.
95
+ parameters { journal-garbage-collection-delay = 0s }
94
96
  storage {
95
97
  type = postgres
96
98
  config {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@distrohelena/canton-typescript-sdk",
3
- "version": "0.1.50",
3
+ "version": "0.1.51",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",