·
4 commits
to main
since this release
First standalone release of the Teleno node runtime after the split from koinos-one.
What is this
teleno_node is a monolithic, Koinos-compatible blockchain node: one native binary replacing the legacy microservice cluster, with JSON-RPC/gRPC endpoints and native backup/restore tooling. This repository is fully standalone — clone, build, and run a node from the CLI.
Versioning
- SemVer source of truth: the
VERSIONfile (this release:1.1.0, monotonic with binaries previously shipped inside Koinos One). - Binaries report
teleno_node <version>+<git-commit>[-dirty]via--version. - Release tags use the
teleno-node-v<version>form; the runtime version stream is independent from the Koinos One app version.
Container image
docker run --rm ghcr.io/koinos/teleno:1.1.0 --versionAlso tagged teleno-node-v1.1.0 and beta (tracks main).
Build from source
git clone https://github.com/koinos/teleno.git
cd teleno
./scripts/build-cpp-libp2p-koinos.sh
./build/teleno_node --versionSee docs/install-or-build.md and docs/quickstart.md.
Verified
- Native build and ctest suite (17/17) on macOS and Ubuntu CI
- Observer launch against testnet genesis answering JSON-RPC
chain.get_head_info - Container smoke tests (
--version, backup CLI surface, producer guard) - Consumed by Koinos One as the
node/teleno-nodesubmodule at this commit