docs: mark quality gate complete
This commit is contained in:
parent
6953e3acde
commit
f91b9f54b3
1 changed files with 3 additions and 3 deletions
|
|
@ -22,13 +22,13 @@ architecture; the next milestone is making those capabilities stable.
|
||||||
|
|
||||||
Goal: make the documented local quality gate pass before deeper refactors.
|
Goal: make the documented local quality gate pass before deeper refactors.
|
||||||
|
|
||||||
- `[~]` Restore the full workspace quality gate.
|
- `[x]` Restore the full workspace quality gate.
|
||||||
Acceptance criteria:
|
Acceptance criteria:
|
||||||
- `[x]` `cargo fmt --all -- --check` passes.
|
- `[x]` `cargo fmt --all -- --check` passes.
|
||||||
- `[x]` `cargo check --workspace --all-targets` passes.
|
- `[x]` `cargo check --workspace --all-targets` passes.
|
||||||
- `[x]` `cargo test --workspace` passes.
|
- `[x]` `cargo test --workspace` passes.
|
||||||
- `[x]` `cargo clippy --workspace --all-targets -- -D warnings` passes.
|
- `[x]` `cargo clippy --workspace --all-targets -- -D warnings` passes.
|
||||||
- `[ ]` CI enforces the same required checks.
|
- `[x]` CI enforces the same required checks.
|
||||||
|
|
||||||
## Phase 1: Daemon Subsystem Refactor
|
## Phase 1: Daemon Subsystem Refactor
|
||||||
|
|
||||||
|
|
@ -336,7 +336,7 @@ Goal: prove the system works as an actual base layer before broader use.
|
||||||
|
|
||||||
## Working Order
|
## Working Order
|
||||||
|
|
||||||
1. `[~]` Finish Phase 0.
|
1. `[x]` Finish Phase 0.
|
||||||
2. `[~]` Refactor `geth-node` into daemon subsystems.
|
2. `[~]` Refactor `geth-node` into daemon subsystems.
|
||||||
3. `[ ]` Add stable contract and golden JSON tests.
|
3. `[ ]` Add stable contract and golden JSON tests.
|
||||||
4. `[ ]` Harden store migrations and backup.
|
4. `[ ]` Harden store migrations and backup.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue