Welcome to TON Rust Node channel
Public release is live!
TON Rust Node packages are now available for production environments.
Key resources:
▪️ Container image
▪️ Documentation
▪️ Helm chart:
Important notes:
Thanks for joining as TON Rust Node goes production-ready. Deploy via the Helm chart or container image, follow the docs, and share feedback to help shape the next step of the TON ecosystem!
Public release is live!
TON Rust Node packages are now available for production environments.
Key resources:
▪️ Container image
▪️ Documentation
▪️ Helm chart:
oci://ghcr.io/rsquad/helm/ton-rust-nodeImportant notes:
— Fullnode-first release
The current documentation describes how to run a fullnode with a liteserver and JSON-RPC. Validator setup is not documented yet. Please start by syncing a fullnode first.
— Mainnet only
Targets mainnet for now. Testnet is under active development by TON Core, so timely updates aren’t guaranteed.
— Validator instructions coming soon
More advanced deployment scenarios and validator-specific guides are already on the roadmap and will be published later.
Thanks for joining as TON Rust Node goes production-ready. Deploy via the Helm chart or container image, follow the docs, and share feedback to help shape the next step of the TON ecosystem!
1❤6👍4🔥4
TON Rust Node Update v0.1.2
Winner winner, update dinner. Welcome back, builders!
This production-tuned update brings better observability, solid health checks, and a few performance wins.
What’s inside:
Full changelog: https://github.com/RSquad/ton-rust-node/releases/tag/v0.1.2-mainnet
Winner winner, update dinner. Welcome back, builders!
This production-tuned update brings better observability, solid health checks, and a few performance wins.
What’s inside:
— Prometheus metrics
Exposes 51 Prometheus metrics across 8 subsystems, served at GET /metrics on the metrics port (default 9100).
— Liveness and readiness probes
Adds /healthz and /readyz to the metrics HTTP server alongside /metrics, so Kubernetes can use the same port for health checks. Currently both endpoints return HTTP 200 when the metrics server is running.
— Grafana dashboard out of the box
Ships with a bundled Grafana dashboard and a recommended Prometheus and Grafana setup for Kubernetes deployments, so you can start monitoring without building dashboards.
— Helm chart 0.2.0
Pins the image tag to a specific version, parameterizes the init container image via initImage.*, and changes the default pullPolicy from Always to IfNotPresent for more predictable deployments.
Full changelog: https://github.com/RSquad/ton-rust-node/releases/tag/v0.1.2-mainnet
1🔥7👍5❤4