-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(proof-producer): enable exp traces after fix
- Loading branch information
Showing
12 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
crypto3/libs/blueprint/include/nil/blueprint/zkevm_bbf/opcodes/logx.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#pragma once | ||
|
||
#include <nil/blueprint/zkevm/zkevm_word.hpp> | ||
#include <nil/blueprint/zkevm_bbf/types/opcode.hpp> | ||
#include <nil/blueprint/zkevm_bbf/opcodes/dummy.hpp> | ||
|
||
namespace nil { | ||
namespace blueprint { | ||
namespace bbf{ | ||
|
||
template<typename FieldType> | ||
using zkevm_logx_operation = zkevm_dummy_operation<FieldType>; | ||
} // namespace bbf | ||
} // namespace blueprint | ||
} // namespace nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+883 Bytes
proof-producer/tests/bin/proof-producer/resources/traces/exp/exp.bc.bin
Binary file not shown.
Binary file added
BIN
+128 Bytes
proof-producer/tests/bin/proof-producer/resources/traces/exp/exp.copy.bin
Binary file not shown.
Binary file added
BIN
+105 Bytes
proof-producer/tests/bin/proof-producer/resources/traces/exp/exp.exp.bin
Binary file not shown.
Binary file added
BIN
+1.84 KB
proof-producer/tests/bin/proof-producer/resources/traces/exp/exp.mpt.bin
Binary file not shown.
Binary file added
BIN
+8.89 KB
proof-producer/tests/bin/proof-producer/resources/traces/exp/exp.rw.bin
Binary file not shown.
Binary file added
BIN
+36.5 KB
proof-producer/tests/bin/proof-producer/resources/traces/exp/exp.zkevm.bin
Binary file not shown.
Binary file removed
BIN
-2 Bytes
proof-producer/tests/bin/proof-producer/resources/traces/increment_simple.msg.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters