Skip to content

Commit

Permalink
chore(avm:): Fix execution tests in proving mode (#9466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon authored Oct 28, 2024
1 parent 1db2eec commit 8e07de8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "barretenberg/vm/avm/trace/deserialization.hpp"
#include "barretenberg/vm/avm/trace/execution_hints.hpp"
#include "barretenberg/vm/avm/trace/fixed_gas.hpp"
#include "barretenberg/vm/avm/trace/helper.hpp"
#include "barretenberg/vm/avm/trace/kernel_trace.hpp"
#include "barretenberg/vm/avm/trace/opcode.hpp"
#include "barretenberg/vm/constants.hpp"
Expand Down Expand Up @@ -55,6 +56,8 @@ class AvmExecutionTests : public ::testing::Test {
public_inputs_vec.at(DA_START_GAS_LEFT_PCPI_OFFSET) = DEFAULT_INITIAL_DA_GAS;
public_inputs_vec.at(L2_START_GAS_LEFT_PCPI_OFFSET) = DEFAULT_INITIAL_L2_GAS;
public_inputs_vec.at(ADDRESS_PCPI_OFFSET) = 0xdeadbeef;

public_inputs = convert_public_inputs(public_inputs_vec);
};

/**
Expand Down

0 comments on commit 8e07de8

Please sign in to comment.