56d999f6f1
Bumps clientversion + all packaging metadata from 6.1.6 to 6.1.7. Includes only the v6.1.6 polish changes plus the Total-bold fix from PR #24 (font-weight bumped from 75 to 900). CHANGELOG entry added. Not included in v6.1.7 (will be addressed in v6.1.8 once we have repro data from a user observing the rule on real stakes): - Any widening of the 3-tier amount-color Confirming tier - Any 'use depth directly instead of status enum' rewrite - Any changes to the dataChanged() signaling path The Total label will now render at full bold weight 900 instead of medium-bold 75, which should make it visibly heavier than the Spendable / Stake / Unconfirmed rows on the Overview panel.
18 lines
385 B
YAML
18 lines
385 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
trianglesd:
|
|
build: .
|
|
image: cryptographic-triangles/trianglesd:6.1.7
|
|
container_name: trianglesd
|
|
restart: unless-stopped
|
|
ports:
|
|
- "24112:24112"
|
|
- "19112:19112"
|
|
volumes:
|
|
- triangles-data:/home/triangles/.triangles
|
|
command: ["-daemon=0", "-printtoconsole", "-rpcallowip=172.16.0.0/12"]
|
|
|
|
volumes:
|
|
triangles-data:
|