fix log scopes

This commit is contained in:
Dmitriy Ryajov 2025-06-02 19:24:20 -06:00 committed by Mark Spanbroek
parent 329a652769
commit 495020dcda
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
4 changed files with 8 additions and 2 deletions

View File

@ -32,7 +32,7 @@ import ../converters
export converters, asynciter
logScope:
topics = "codex slotsbuilder"
topics = "codex slots builder"
type SlotsBuilder*[SomeTree, SomeHash] = ref object of RootObj
store: BlockStore

View File

@ -25,6 +25,9 @@ import ./converters
export circomcompat, converters
logScope:
topics = "codex backend circomcompat"
type
CircomCompatBackend* = object
slotDepth: int # max depth of the slot tree

View File

@ -31,6 +31,9 @@ import ./converters
export converters
logScope:
topics = "codex backend nimgroth16"
const DefaultCurve* = "bn128"
type

View File

@ -27,7 +27,7 @@ import ../types
import ./utils
logScope:
topics = "codex datasampler"
topics = "codex slots sampler"
type DataSampler*[SomeTree, SomeHash] = ref object of RootObj
index: Natural