Skip to content

Releases: koinos/teleno

Release list

Teleno node 1.1.0

Choose a tag to compare

@pgarciagon pgarciagon released this 09 Jul 18:08

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 VERSION file (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 --version

Also 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 --version

See 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-node submodule at this commit