File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import ../converters
3232export converters, asynciter
3333
3434logScope:
35- topics = " codex slotsbuilder "
35+ topics = " codex slots builder "
3636
3737type SlotsBuilder * [SomeTree , SomeHash ] = ref object of RootObj
3838 store: BlockStore
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ import ./converters
2525
2626export circomcompat, converters
2727
28+ logScope:
29+ topics = " codex backend circomcompat"
30+
2831type
2932 CircomCompatBackend * = object
3033 slotDepth: int # max depth of the slot tree
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ import ./converters
3131
3232export converters
3333
34+ logScope:
35+ topics = " codex backend nimgroth16"
36+
3437const DefaultCurve * = " bn128"
3538
3639type
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import ../types
2727import ./ utils
2828
2929logScope:
30- topics = " codex datasampler "
30+ topics = " codex slots sampler "
3131
3232type DataSampler * [SomeTree , SomeHash ] = ref object of RootObj
3333 index: Natural
You can’t perform that action at this time.
0 commit comments