fix(raft): gate snapshot build/restore, repoint http ctx, pre-tag docs
CI / test (push) Has been cancelled
CI / raft-e2e (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled

This commit is contained in:
2026-07-31 04:46:05 +03:00
parent dac92d1741
commit a843f0a1a3
5 changed files with 56 additions and 36 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type
config: BaraConfig
running: bool
db*: LSMTree
ctx: ExecutionContext
ctx*: ExecutionContext # read/write only under the storage gate
registry*: DatabaseRegistry
metrics*: Metrics
secretKey*: string