nodectl/v0.6.0
·
17 commits
to master
since this release
nodectl v0.6.0
Image: ghcr.io/rsquad/ton-rust-node/nodectl:v0.6.0
Added
- Audit log — nodectl now records an append-only log of domain events (elections, config changes, authentication, service start/stop) to
./logs/audit.jsonl, separate from the service log. It rotates files automatically and offers optional client-IP privacy controls, all configured under a newaudit_logconfig section. Recent elections events also appear inGET /v1/elections. Seedocs/audit-log.md.
Fixed
- Nominator Pool: out-of-gas when processing withdraw requests — fixed gas calculation so the process-withdraw-requests (op 2) message covers large withdraw-stake-request batches.