mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-16 17:23:06 +00:00
fix log scopes
This commit is contained in:
parent
329a652769
commit
495020dcda
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -31,6 +31,9 @@ import ./converters
|
||||
|
||||
export converters
|
||||
|
||||
logScope:
|
||||
topics = "codex backend nimgroth16"
|
||||
|
||||
const DefaultCurve* = "bn128"
|
||||
|
||||
type
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user