> For the complete documentation index, see [llms.txt](https://whitepaper.litho.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.litho.ai/makalu/packages/blockchain-core/changelog.md).

# Changelog

All notable changes to `@lithosphere/blockchain-core` are documented here.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/).

## 0.1.0 — 2026-05-11

Initial release. Replaces the previous stubs-only package with real primitives.

### Added

* `NETWORKS` registry: `mainnet`, `staging`, `devnet`, `local` profiles with chainId 700777, `rpc.litho.ai`, bech32 prefix `litho`, `ulitho` denom.
* `getNetwork(name)` and `isNetworkName(value)` helpers.
* `LithoError` class and `ErrorCode` enum covering RPC, network, and validation failure modes.
* Typed ABI exports: `LEP100_ABI`, `WLITHO_ABI`, `LITHONATIVE_ABI` (extracted from `Makalu/contracts/artifacts`). Each is `as const` for `abitype` / `viem` inference.
* Shared TypeScript types: `NetworkConfig`, `TransactionResponse`, `TransactionReceipt`, `AccountBalance`, `TokenBalance`, `Log`, `CallOptions`, `SendOptions`, `ClientConfig`, `RetryConfig`.
* Dual ESM + CJS build via `tsup`; type definitions for both.

### Removed

* Stub subdirectories (`chain/`, `consensus/`, `crypto/`, `contracts/`, `sdk/`) that targeted unimplemented research features (MDKM, ring signatures, threshold signatures, Linear Comm BFT). These remain documented as planned roadmap items in `docs/` but are out of scope for this package.

### Migration

* No prior published version exists (`private: true` in 0.0.x). No breaking changes for consumers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whitepaper.litho.ai/makalu/packages/blockchain-core/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
