Skip to content

nodectl/v0.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 09:59
· 17 commits to master since this release
e44ac25

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 new audit_log config section. Recent elections events also appear in GET /v1/elections. See docs/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.