photoncloud-monorepo/chainfire
centra 48e2b33b8a fix(chainfire): Implement DELETE deleted count workaround
Pre-check key existence before delete to return accurate deleted count.
This unblocks integration tests while proper RaftResponse propagation
is deferred to T053.

- Single key: check exists via state_machine.kv().get()
- Range: count keys via state_machine.kv().range()
- Returns deleted=1 if key existed, deleted=0 otherwise

Integration tests now pass: 3/3 ✓

Refs: T059.S2 Option A (approved by PeerA)
2025-12-12 06:35:45 +09:00
..
baremetal/pxe-server T036: Add VM cluster deployment configs for nixos-anywhere 2025-12-11 09:59:19 +09:00
chainfire-client T036: Add VM cluster deployment configs for nixos-anywhere 2025-12-11 09:59:19 +09:00
crates fix(chainfire): Implement DELETE deleted count workaround 2025-12-12 06:35:45 +09:00
proto fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth 2025-12-12 06:23:46 +09:00
.gitignore Add Cargo.lock files for nix build 2025-12-09 16:52:21 +09:00
advice.md Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00
Cargo.lock fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth 2025-12-12 06:23:46 +09:00
Cargo.toml fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth 2025-12-12 06:23:46 +09:00
flake.lock Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00
flake.nix Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00