trident/CHANGELOG.md

Changelog

Kelvin versioning: versions count down toward 0K (frozen forever). Lower is colder. Colder is more stable.

0.1.0 / 512K — Smelt (2026-02-26)

First public release. Hot, experimental, not production ready.

Compiler

  • Full pipeline: source → lexer → parser → AST → typecheck → TIR → optimizer → lowering → TASM
  • 912 tests passing, zero warnings
  • 54-operation intermediate representation mapping ~1:1 to target instructions
  • Static cost analysis: exact proving cost from source, before execution

CLI

build, check, test, fmt, audit, bench, lsp, package, deploy

Standard Library

  • std.crypto: poseidon2, poseidon, sha256, keccak256, ecdsa, secp256k1, ed25519, merkle, bigint, auth
  • std.nn: tensor, dense, attention, convolution, lookup-table activations
  • std.private: polynomial ops, NTT for FHE
  • std.quantum: gate set (H, X, Y, Z, S, T, CNOT, CZ, SWAP)
  • std.compiler: lexer, parser, typechecker, codegen, optimizer, lowering, pipeline (9,195 lines of self-hosted Trident)

Neptune Programs

  • Coin (TSP-1): fungible token — pay, lock, update, mint, burn
  • Card (TSP-2): non-fungible token — royalties, creator immutability
  • Lock scripts: generation, symmetric, timelock, multisig
  • Type scripts: native currency, custom token conservation
  • Programs: transaction validation, recursive verification, proof aggregation

Tooling

  • Language Server Protocol (trident-lsp): diagnostics, completions, hover, go-to-definition
  • Editor support: Zed extension, Helix config
  • Formal verification: trident audit with #[requires]/#[ensures] contracts
  • Neural optimizer: 13M-parameter GNN+Transformer learning to emit optimized TASM
  • Benchmark scoreboard: trident bench comparing compiler vs hand-written vs neural output

Install

cargo install trident-lang

License

Cyber License: Don't trust. Don't fear. Don't beg.

Homonyms

space-pussy/CHANGELOG
Change Log [Unreleased](https://github.com/cybercongress/go-cyber/tree/HEAD) [Full Changelog](https://github.com/cybercongress/go-cyber/compare/v0.1.6...HEAD) **Closed issues:** Disable karma calculations [\#552](https://github.com/cybercongress/go-cyber/issues/552) Upgrade to Launchpad…
radio/CHANGELOG
Changelog All notable changes to iroh will be documented in this file. [0.96.1](https://github.com/n0-computer/iroh/compare/v0.96.0..0.96.1) - 2026-02-06 🐛 Bug Fixes *(iroh)* Use latest portmapper to avoid duplicate dependencies ([#3903](https://github.com/n0-computer/iroh/issues/3903)) -…
cyberia-eth/CHANGELOG
Changelog All notable changes to the Cyberia (CAP) Token project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Unreleased] [1.3.1] -…
bostrom-mcp/CHANGELOG
Changelog [0.8.3] - 2026-03-19 Changed Made `li_mine_proof` tool always available — removed `#[cfg(feature = "mining")]` conditional compilation gates Made `uhash-prover` and `uhash-core` non-optional dependencies (mining is always built-in) Removed `[features]` section from Cargo.toml Fixed…
go-cyber/CHANGELOG
Change Log [Unreleased](https://github.com/cybercongress/go-cyber/tree/HEAD) [Full Changelog](https://github.com/cybercongress/go-cyber/compare/v0.1.6...HEAD) **Closed issues:** Disable karma calculations [\#552](https://github.com/cybercongress/go-cyber/issues/552) Upgrade to Launchpad…
hemera/CHANGELOG
Changelog [0.3.0] — 2026-05-12 Added Async FSM verified streaming (`stream_async`) — O(log n) decoder for pre-order interleaved format `chunk_cv` and `parent_cv` aliases for chaining value accessors Sparse Merkle tree with 256-bit keys, depth-256, compressed proofs (bitmask encoding for sentinel…
radio/iroh-willow/CHANGELOG
Changelog All notable changes to iroh will be documented in this file. [0.28.1](https://github.com/n0-computer/iroh/compare/v0.28.0..v0.28.1) - 2024-11-04 🐛 Bug Fixes Switch to correctly patched quic-rpc and iroh-quinn -…
radio/iroh-gossip/CHANGELOG
Changelog All notable changes to iroh-gossip will be documented in this file. [0.96.0](https://github.com/n0-computer/iroh-gossip/compare/v0.95.0..0.96.0) - 2026-01-29 ⛰️ Features Add `neighbors()` method to `GossipTopic` ([#124](https://github.com/n0-computer/iroh-gossip/issues/124)) -…
radio/iroh-blobs/CHANGELOG
Changelog All notable changes to iroh-blobs will be documented in this file. [0.35.0](https://github.com/n0-computer/iroh-blobs/compare/v0.34.1..0.35.0) - 2025-05-12 ⛰️ Features [**breaking**] Allow configuring the downloader when creating a blobs protocol handler…
radio/iroh-docs/CHANGELOG
Changelog All notable changes to iroh-docs will be documented in this file. [0.96.0](https://github.com/n0-computer/iroh-docs/compare/v0.95.0..0.96.0) - 2026-01-29 ⚙️ Miscellaneous Tasks Upgrade to `iroh` 0.96 -…
radio/iroh-ffi/CHANGELOG
v0.0.6 (2023-08-28) Initial Release, mainly to test package consumption flow across different platforms. Only a subset of the [commands api](https://iroh.computer/docs/commands) is supported. Features add 'set_log_level' to control iroh logging from other languages…
cyber-ts/packages/cyber-ts/CHANGELOG
Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 0.1.3 (2024-08-22) **Note:** Version bump only for package @cybercongress/cyber-ts 0.1.2 (2024-08-22) **Note:** Version bump only for…

Graph