dig-chainsource-interface 0.1.0

The DIG Network canonical ChainSource provider interface: the single pure trait + query types every Chia chain-source provider implements and every consumer depends on. Reads-only, no I/O, no keys, no network — chia-* deps only.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog

All notable changes to this project are documented here.
This project adheres to [Semantic Versioning](https://semver.org) and
[Conventional Commits](https://www.conventionalcommits.org).

## [0.1.0] - 2026-07-19

### Features
- Canonical ChainSource provider interface (trait + query types + KATs) (#1)

### Chores
- Bootstrap dig-chainsource-interface (gate infra + v0.0.0 skeleton)