tac: bump tacchaind client version from v1.6.0 to v1.6.2-beta.2-manual for mainnet hardfork

TAC mainnet halted at block 24,671,475 on 2026-08-22 and RESUMED 2026-09-02 via
one-shot Aug-2026 state-recovery hardfork gated on chain-id tacchain_239-1 +
height 24,671,476. v1.6.0 lacks that migration and cannot cross the fork height.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-09-07 13:09:17 +00:00
parent 73c9362f9f
commit 611b962db5
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ services:
context: ./tac context: ./tac
dockerfile: tacchaind.Dockerfile dockerfile: tacchaind.Dockerfile
args: args:
VERSION: ${TAC_MAINNET_TACCHAIND_VERSION:-v1.6.0} VERSION: ${TAC_MAINNET_TACCHAIND_VERSION:-v1.6.2-beta.2-manual}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -34,7 +34,7 @@ services:
context: ./tac context: ./tac
dockerfile: tacchaind.Dockerfile dockerfile: tacchaind.Dockerfile
args: args:
VERSION: ${TAC_MAINNET_TACCHAIND_VERSION:-v1.6.0} VERSION: ${TAC_MAINNET_TACCHAIND_VERSION:-v1.6.2-beta.2-manual}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -34,7 +34,7 @@ services:
context: ./tac context: ./tac
dockerfile: tacchaind.Dockerfile dockerfile: tacchaind.Dockerfile
args: args:
VERSION: ${TAC_SPB_TACCHAIND_VERSION:-v1.6.0} VERSION: ${TAC_SPB_TACCHAIND_VERSION:-v1.6.2-beta.2-manual}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -34,7 +34,7 @@ services:
context: ./tac context: ./tac
dockerfile: tacchaind.Dockerfile dockerfile: tacchaind.Dockerfile
args: args:
VERSION: ${TAC_SPB_TACCHAIND_VERSION:-v1.6.0} VERSION: ${TAC_SPB_TACCHAIND_VERSION:-v1.6.2-beta.2-manual}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle