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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ semantics stop with a clear fail-closed verdict instead of being approximated.

| Scope | Status |
| --- | --- |
| Latest public release | [v1.5.0](https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.5.0) |
| Latest public release | [v1.6.0](https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.6.0) |
| Five-year Spot | Certified independently by v1.0.0 |
| Five-year Futures | Certified independently by v1.1.0 |
| Current `main` | v1.6.0 Full Native Strategy release candidate; no new combined Full X7 certification claim |
| Current `main` | v1.6.0 Full Native Strategy release; no new combined Full X7 certification claim |

The Spot and Futures certificates remain valid for their own sealed strategy,
configuration, data, wheel, and host. They are not a same-candidate Spot-versus-Futures
Expand Down Expand Up @@ -95,8 +95,8 @@ Actual runtime still depends on strategy behavior, data, hardware, and memory li

Evidence:

- [v1.5.0 release and notes](https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.5.0)
- [v1.5.0 product checksums](https://github.com/vntrevx/NFI_BackTestEngine/releases/download/v1.5.0/SHA256SUMS.txt)
- [v1.6.0 release and notes](https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.6.0)
- [v1.6.0 product checksums](https://github.com/vntrevx/NFI_BackTestEngine/releases/download/v1.6.0/SHA256SUMS.txt)
- [Spot v1.0.0 release](https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.0.0)
- [Futures v1.1.0 release](https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.1.0)
- [Futures certificate](https://github.com/vntrevx/NFI_BackTestEngine/releases/download/v1.1.0/full-x7-futures-certification.json)
Expand Down Expand Up @@ -150,8 +150,8 @@ nfi-bte --version
nfi-bte doctor
```

The latest public installer returns `nfi-bte 1.5.0`. A source checkout of `main`
returns the v1.6.0 Full Native Strategy release candidate.
The latest public installer and a source checkout of `main` return `nfi-bte 1.6.0`,
the Full Native Strategy release.

## Quick start

Expand Down
54 changes: 47 additions & 7 deletions planning/roadmap-state.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"schema_version": "1.0.0",
"roadmap_id": "nfi-backtest-engine-post-v1.1.0",
"revision": 149,
"updated_at": "2026-08-14T03:11:20+09:00",
"revision": 150,
"updated_at": "2026-08-14T23:21:38+09:00",
"acceptance_commands": "planning/acceptance-commands.json",
"active_task_id": "M22-04",
"active_task_id": null,
"execution_policy": {
"max_in_progress": 1,
"selection": "lowest order pending task whose dependencies are completed",
Expand Down Expand Up @@ -5067,7 +5067,7 @@
"order": 2204,
"milestone": "M22",
"title": "Publish the v1.6.0 Full Native Strategy release",
"status": "in_progress",
"status": "completed",
"depends_on": [
"M22-03"
],
Expand All @@ -5088,9 +5088,19 @@
"RC/stable byte identity"
],
"started_at": "2026-08-14T03:11:20+09:00",
"completed_at": null,
"commit_sha": null,
"evidence": [],
"completed_at": "2026-08-14T23:21:38+09:00",
"commit_sha": "87bc580c5fee1700f36fc78475c03ce9a94485cc",
"evidence": [
"https://github.com/vntrevx/NFI_BackTestEngine/actions/runs/31740931466",
"https://github.com/vntrevx/NFI_BackTestEngine/actions/runs/31743355211",
"https://github.com/vntrevx/NFI_BackTestEngine/actions/runs/31746625757",
"https://github.com/vntrevx/NFI_BackTestEngine/actions/runs/31746746610",
"https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.6.0-rc.1",
"https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.6.0",
"benchmarks/evidence/m22/full-native-performance-storage.json",
"benchmarks/evidence/m22/latest-x7-full-native-qualification.json",
"docs/releases/v1.6.0.md"
],
"blocker": null
}
],
Expand Down Expand Up @@ -8845,6 +8855,36 @@
"relabel_prior_certificates_allowed": false,
"runtime_hardcoding_allowed": false
}
},
{
"sequence": 197,
"timestamp": "2026-08-14T23:21:38+09:00",
"task_id": "M22-04",
"event": "task_completed",
"details": {
"candidate_tag": "v1.6.0-rc.1",
"stable_tag": "v1.6.0",
"release_commit": "87bc580c5fee1700f36fc78475c03ce9a94485cc",
"same_commit_required_ci_run_id": 31740931466,
"candidate_build_run_id": 31743355211,
"candidate_publish_run_id": 31746625757,
"stable_promotion_run_id": 31746746610,
"release_url": "https://github.com/vntrevx/NFI_BackTestEngine/releases/tag/v1.6.0",
"published_asset_count": 12,
"candidate_and_stable_bytes_exact": true,
"linux_installer_audit": true,
"windows_installer_audit": true,
"macos_installer_audit": true,
"stable_assets_rebuilt": false,
"full_native_strategy_claim": true,
"strategy_python_executed_in_native_runtime": false,
"runtime_hardcoding_added": false,
"new_official_freqtrade_five_year_claim": false,
"combined_full_x7_certified": false,
"external_2022_report_exact_claimed": false,
"roadmap_complete": true,
"next_eligible_task": null
}
}
]
}