Releases: ton-blockchain/mytonctrl
Releases · ton-blockchain/mytonctrl
v2.9.0
- added
collator
node mode - added functionality to
validator
mode to interact with collators - added passing installation script (
install.sh
) args to the interactive CLI Installer - added
shard_collators_offline
alert - added resolved alerts when the triggered issue is resolved
- renamed
*_collator_config
commands to*_collation_config
- removed BTC Teleport oracle installation on installations from backups with non-validator modes
- fixed
SignBocWithWallet
function 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_created
alert 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
clang
version < 16 - fixed setting node arg when there are multiple args with the same name
- fixed displaying node flags in
installer status
- fixed
status
command failure with updatedtlb
scheme of 12th config param
v2.7.0
- removed
pow-miner
target 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-sync
node 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
hostname
in 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-ttl
setting 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_ser
field 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-backup
flag torestore_backup
command - Added logging of error on adnl_connection_failed alert
- Added Alerting Bot welcome message
- Updated alerts messages format
- Updated Alerting Bot setup (
setup_alert_bot
command) - Added safe
mytoncore.db
backup creation - Added more often
mytoncore.db
backup creation (on everymytoncore
restart,mytonctrl
console launch andset
command)
v2.4.0
- Removed creation of node config backup file
- Improved update and upgrade commands
- Added remote node controller
- Added mtc installation with backup (
-p
flag) - 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
v2.3.1
bugfix