Skip to content

Commit

Permalink
Remove further comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejMina226 committed Dec 6, 2024
1 parent e9b9792 commit b7b153b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/common/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ export interface ToJSONableStatic {
toJSON: (value: unknown) => any;
}

// export interface ProofTypes {
// publicOutputType?: ToFieldableStatic;
// publicInputType?: ToFieldableStatic;
// }

export type ProofTypes =
| typeof Proof<unknown, unknown>
| typeof DynamicProof<unknown, unknown>;
Expand Down
5 changes: 0 additions & 5 deletions packages/protocol/src/prover/block/BlockProver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,6 @@ export class BlockProverProgrammable extends ZkProgrammable<
// TODO Not possible atm bcs we can't have a seperation between protocol/runtime state roots,
// which we would for both before and after to be able to emit STs

// stateTransitionProof.publicInput.protocolTransitionsHash.assertEquals(
// beforeBlockHashList.commitment
// );
// state.stateRoot = stateTransitionProof.publicInput.protocolStateRoot;

// TODO Only for now
beforeBlockHashList.commitment.assertEquals(
Field(0),
Expand Down
2 changes: 2 additions & 0 deletions packages/protocol/test/StateTransition.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint etc/no-commented-out-code:
*/
import "reflect-metadata";
import { InMemoryMerkleTreeStorage } from "@proto-kit/common";
import { Bool, Field } from "o1js";
Expand Down

0 comments on commit b7b153b

Please sign in to comment.