Releases: ton-blockchain/mytonctrl
Releases · ton-blockchain/mytonctrl
v2.10.0
- added support for custom TON repo git URL on installation and
upgrade - added additional temp key linking to validator to ensure it has been added
- added backups of MyTonCore's logs to
/tmp/mytoncore/old_logs - added more often MyTonCore's db background backups
- added background MyTonCore's db restoration on corruption
- added timeout to TON Storage blocks config request
- added support for custom own public IP and Liteserver, Validator Console and node ports
- added --long options to
install.shinstallation script - added options
--print-envand--env-fileto installation script
v2.9.0
- added
collatornode mode - added functionality to
validatormode to interact with collators - added passing installation script (
install.sh) args to the interactive CLI Installer - added
shard_collators_offlinealert - added resolved alerts when the triggered issue is resolved
- renamed
*_collator_configcommands to*_collation_config - removed BTC Teleport oracle installation on installations from backups with non-validator modes
- fixed
SignBocWithWalletfunction error when sending to non-bounceable address of an active account
v2.8.1
v2.8.0
- added BTC Teleport oracle installation
- fixed node installation with
archive-ttl == 0 - fixed validator stats in
status - removed deleting local Liteserver config on
upgrade - improved voting mechanism
- fixed voting for existing negative params
- increased
check_zero_blocks_createdalert period
v2.7.1
- updated downloading archive blocks from TON Storage to
var/ton-work - updated node branch for partial archive nodes to
master - updated warning on node upgrade if
clangversion < 16 - fixed setting node arg when there are multiple args with the same name
- fixed displaying node flags in
installer status - fixed
statuscommand failure with updatedtlbscheme of 12th config param
v2.7.0
- removed
pow-minertarget on upgrade - removed voting for complaints for zero blocks created non-masterchain validators
- added mtc modes to telemetry
- added warning and requirement of confirmation on node upgrade if clang version < 16
- use
archive-syncnode branch for downloading archive blocks - fixed archive sync from zerostate
- fixed local liteclient request if node sync is 0 sec
- fixed saving values in
setup_alert_bot - fixed empty
hostnamein alerts - fixed fake validator zero balance alert
v2.6.0
- added downloading blocks and persistent states from TON Storage
- added garbage collection files from node
import/directory as the node synchronises - refactored CLI Interactive Installer, changed module to
questionary - support segment archive node installation in CLI Installer
- added
state-ttlsetting in CLI Installer - added background MyTonCtrl installation in CLI Installer
- removed TON Storage Provider
v2.5.1
- added initial sync field in status
- added alert when initial sync is complete
- removed
out_of_serfield from status if state serialization is disabled - added validated and collated blocks since round beginning statistics
- added Liteserver queries statistics
- added active validator groups to status
- added validated and collated blocks, ls queries and active validator groups stats to prometheus metrics
v2.5.0
- Fixed enabling liquid-staking mode
- Fixed changing ChatId for alerts
- Added shard out of sync and masterchain out of sync fields to
status - Added
--skip-create-backupflag torestore_backupcommand - Added logging of error on adnl_connection_failed alert
- Added Alerting Bot welcome message
- Updated alerts messages format
- Updated Alerting Bot setup (
setup_alert_botcommand) - Added safe
mytoncore.dbbackup creation - Added more often
mytoncore.dbbackup creation (on everymytoncorerestart,mytonctrlconsole launch andsetcommand)
v2.4.0
- Removed creation of node config backup file
- Improved update and upgrade commands
- Added remote node controller
- Added mtc installation with backup (
-pflag) - Added creation pip config on new installations
- Added Prometheus metrics pusher
- Added info alerts on validator's stake acceptance/returning
- Added alerts if validator's stake was not accepted/returned
- Added alerts on voting proposals
- Fixed restore_backup if backup file not exists
- Fixed installation with dump in testnet
- Added
ExecStartPre=/bin/sleep 2