|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/gadgets/update_check.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/simulation/events/update_check.hpp"#include "barretenberg/vm2/simulation/lib/contract_crypto.hpp"#include "barretenberg/vm2/simulation/testing/mock_dbs.hpp"#include "barretenberg/vm2/simulation/testing/mock_gt.hpp"#include "barretenberg/vm2/simulation/testing/mock_merkle_check.hpp"#include "barretenberg/vm2/simulation/testing/mock_poseidon2.hpp"#include "barretenberg/vm2/simulation/testing/mock_range_check.hpp"#include "barretenberg/vm2/testing/fixtures.hpp"#include "barretenberg/vm2/testing/macros.hpp"#include <gmock/gmock.h>#include <gtest/gtest.h>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
Typedefs | |
| using | poseidon2 = bb::crypto::Poseidon2< bb::crypto::Poseidon2Bn254ScalarFieldParams > |
| using | bb::avm2::simulation::PublicDataTreeLeafPreimage = IndexedLeaf< PublicDataLeafValue > |
Definition at line 17 of file update_check.test.cpp.
| FF current_class_id |
Definition at line 87 of file update_check.test.cpp.
| FF original_class_id |
Definition at line 86 of file update_check.test.cpp.
| bool should_throw |
Definition at line 91 of file update_check.test.cpp.
| FF update_post_class |
Definition at line 89 of file update_check.test.cpp.
| FF update_pre_class |
Definition at line 88 of file update_check.test.cpp.
| FF update_timestamp_of_change |
Definition at line 90 of file update_check.test.cpp.