blvm-consensus 0.1.10

Bitcoin Commons BLVM: Direct mathematical implementation of Bitcoin consensus rules from the Orange Paper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# blvm-consensus Documentation

Documentation for the Bitcoin Commons consensus implementation.

## Core Documentation

### Reference Documentation
- **[FEATURES.md]FEATURES.md** - What the `production` and `rayon` features enable (for contributors editing `#[cfg]` code)
- **[VERIFICATION.md]VERIFICATION.md** - How to run and verify all mathematical guarantees
- **[PROOF_LIMITATIONS.md]PROOF_LIMITATIONS.md** - Verification bounds and coverage
- **[TEST_DATA_SOURCES.md]TEST_DATA_SOURCES.md** - Sources of test data and vectors
- **[REFERENCE_NODE_RPC_TESTING.md]REFERENCE_NODE_RPC_TESTING.md** - Testing against reference node RPC

## Bug Fixes

- **[fixes/]fixes/** - Documentation of specific bug fixes and their implementations