Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ before 1.0).
`hold_body` / `register_explore`, `SortedHead::write`/`open`). Dropped
crate-root names are denied by ast-grep (`crate-root-dropped-pub`).
- **Workspace version 0.6.99:** in-tree toward 0.7.0.
Published GitHub Releases remain 0.6.0; `v0.6.x` is the patch branch.
Published GitHub Releases remain 0.6.1; `v0.6.x` is the patch branch.
- **`ibd: perf` / `ibd: sizes` drop never-written meters:** DEBUG no longer
prints `recon`/`wire`/`resolve`, `parent_io`, `miss_p`, `cold_idx`,
`tip_gc`, `recent_pub`, annotate `pread=`, `spend_mix i=/skip=`,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ around a **libbitcoin-class relational archive** and a **pure-Rust
consensus/script** path.

> **0.6.99** is the in-tree version (pre-**0.7.0**). Last published GitHub
> Release tag is **0.6.0** (patch line **`v0.6.x`**: Linux musl + Windows
> Release tag is **0.6.1** (patch line **`v0.6.x`**: Linux musl + Windows
> CRT-static + Darwin aarch64). **Not 1.0:** schema can still refuse a named
> wipe ([`SCHEMA.md`](./SCHEMA.md), [`OPERATOR.md`](./OPERATOR.md));
> default mainnet **`--milestone 840000` skips historical script/sig checks**
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and similar infrastructure—not a desktop GUI or end-user wallet.
Until **1.0**, treat mainnet deployment as **early production / high-scrutiny**:
on-disk format and APIs can still change (named refuse/wipe, not a silent
wipe), and there is **no** long-term support SLA. In-tree is **0.6.99**
(pre-0.7.0). **0.6.x** tags (0.6.0) are the supported published
(pre-0.7.0). **0.6.x** tags (0.6.1) are the supported published
line until 0.7 or 1.0. Run signet first, then mainnet with monitoring. See
[`docs/experimental-mainnet.md`](./docs/experimental-mainnet.md)
and [`OPERATOR.md`](./OPERATOR.md).
Expand All @@ -17,7 +17,7 @@ and [`OPERATOR.md`](./OPERATOR.md).
| Version | Support |
|---------|---------|
| **0.6.99** (in-tree) | Untagged master toward **0.7.0**. Report against the git commit (and binary digest if you built musl static). |
| **0.6.x** | Supported **published** line (0.6.0). Security-relevant fixes land here until **0.7** or **1.0**. No LTS. Report against the tag. |
| **0.6.x** | Supported **published** line (0.6.1). Security-relevant fixes land here until **0.7** or **1.0**. No LTS. Report against the tag. |
| **0.5.x** | Previous published line (0.5.1 / 0.5.2). Report against the tag. |
| **1.0+** (future) | Will define a clearer support window once the on-disk schema and public surface stabilize. |

Expand Down
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and inserts an empty `### Highlights`. The ship PR **writes those bullets**
platform blurb + Highlights + a pointer at CHANGELOG. `release.yml` calls
that script. Do not dump Unreleased into the GitHub Release.

Existing line: **`v0.6.x`** (tag `v0.6.0`). Next minor from
Existing line: **`v0.6.x`** (latest tag `v0.6.1`). Next minor from
today’s `0.6.99` is **0.7.0**, then **`v0.7.x`**, then master **0.7.99**.

---
Expand Down
2 changes: 1 addition & 1 deletion docs/road-to-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
What an operator or library user should be able to **count on** at **1.0**.
Day-to-day ranked work stays in [`quality.md`](./quality.md).

**Today (0.6.99):** in-tree toward **0.7.0**. Last published tag is **0.6.0**
**Today (0.6.99):** in-tree toward **0.7.0**. Last published tag is **0.6.1**
(`v0.6.x` patch line). Schema **20**
(BDZ2 `tx.head` / BDZ3 SH) can still refuse a named index wipe.
Electrum/Esplora need `--shindex` (default off). BIP324 v2-only. Install is
Expand Down