We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54ad56 commit 6e73cf8Copy full SHA for 6e73cf8
packages/sequencer/test/production/tracing/StateTransitionTracingService.test.ts
@@ -19,6 +19,7 @@ import {
19
StateTransitionTracingService,
20
TracingStateTransitionBatch,
21
StateTransitionProofParameters,
22
+ ConsoleTracer,
23
} from "../../../src";
24
25
function createST(obj: {
@@ -114,7 +115,7 @@ async function applyBatchesToTree(
114
115
// return sequencer;
116
// }
117
-const service = new StateTransitionTracingService();
118
+const service = new StateTransitionTracingService(new ConsoleTracer());
119
120
describe("StateTransitionTracingService", () => {
121
const cases: {
0 commit comments