build: bump version to 6.1.0
SQLite wallet (default), RocksDB chaindb (default), Boost removal from common link, I2P startup performance fix (180s→27ms). Migration is automatic and non-destructive: - Wallet: BDB → SQLite on first open (original preserved as .bdb.bak) - ChainDB: LevelDB → RocksDB on next start (via -chaindb flag)
This commit is contained in:
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
services:
|
||||
trianglesd:
|
||||
build: .
|
||||
image: cryptographic-triangles/trianglesd:5.9.24
|
||||
image: cryptographic-triangles/trianglesd:6.1.0
|
||||
container_name: trianglesd
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user