|
| MockHighLevelMerkleDB () |
|
| ~MockHighLevelMerkleDB () override |
|
| MOCK_METHOD (TreeStates, get_tree_state,(),(const, override)) |
|
| MOCK_METHOD (FF, storage_read,(const AztecAddress &contract_address, const FF &slot),(const, override)) |
|
| MOCK_METHOD (void, storage_write,(const AztecAddress &contract_address, const FF &slot, const FF &value, bool is_protocol_write),(override)) |
|
| MOCK_METHOD (bool, was_storage_written,(const AztecAddress &contract_address, const FF &slot),(const, override)) |
|
| MOCK_METHOD (bool, nullifier_exists,(const AztecAddress &contract_address, const FF &nullifier),(const, override)) |
|
| MOCK_METHOD (bool, siloed_nullifier_exists,(const FF &nullifier),(const, override)) |
|
| MOCK_METHOD (bool, nullifier_write,(const AztecAddress &contract_address, const FF &nullifier),(override)) |
|
| MOCK_METHOD (bool, siloed_nullifier_write,(const FF &nullifier),(override)) |
|
| MOCK_METHOD (bool, note_hash_exists,(uint64_t leaf_index, const FF &unique_note_hash),(const, override)) |
|
| MOCK_METHOD (void, note_hash_write,(const AztecAddress &contract_address, const FF ¬e_hash),(override)) |
|
| MOCK_METHOD (void, siloed_note_hash_write,(const FF ¬e_hash),(override)) |
|
| MOCK_METHOD (void, unique_note_hash_write,(const FF ¬e_hash),(override)) |
|
| MOCK_METHOD (bool, l1_to_l2_msg_exists,(uint64_t leaf_index, const FF &msg_hash),(const, override)) |
|
| MOCK_METHOD (void, create_checkpoint,(),(override)) |
|
| MOCK_METHOD (void, commit_checkpoint,(),(override)) |
|
| MOCK_METHOD (void, revert_checkpoint,(),(override)) |
|
| MOCK_METHOD (uint32_t, get_checkpoint_id,(),(const, override)) |
|
| MOCK_METHOD (void, pad_trees,(),(override)) |
|
| MOCK_METHOD (LowLevelMerkleDBInterface &, as_unconstrained,(),(const, override)) |
|
virtual | ~HighLevelMerkleDBInterface ()=default |
|
virtual TreeStates | get_tree_state () const =0 |
|
virtual FF | storage_read (const AztecAddress &contract_address, const FF &slot) const =0 |
|
virtual void | storage_write (const AztecAddress &contract_address, const FF &slot, const FF &value, bool is_protocol_write)=0 |
|
virtual bool | was_storage_written (const AztecAddress &contract_address, const FF &slot) const =0 |
|
virtual bool | nullifier_exists (const AztecAddress &contract_address, const FF &nullifier) const =0 |
|
virtual bool | siloed_nullifier_exists (const FF &nullifier) const =0 |
|
virtual bool | nullifier_write (const AztecAddress &contract_address, const FF &nullifier)=0 |
|
virtual bool | siloed_nullifier_write (const FF &nullifier)=0 |
|
virtual bool | note_hash_exists (uint64_t leaf_index, const FF &unique_note_hash) const =0 |
|
virtual void | note_hash_write (const AztecAddress &contract_address, const FF ¬e_hash)=0 |
|
virtual void | siloed_note_hash_write (const FF ¬e_hash)=0 |
|
virtual void | unique_note_hash_write (const FF ¬e_hash)=0 |
|
virtual bool | l1_to_l2_msg_exists (uint64_t leaf_index, const FF &msg_hash) const =0 |
|
virtual void | create_checkpoint ()=0 |
|
virtual void | commit_checkpoint ()=0 |
|
virtual void | revert_checkpoint ()=0 |
|
virtual uint32_t | get_checkpoint_id () const =0 |
|
virtual void | pad_trees ()=0 |
|
virtual LowLevelMerkleDBInterface & | as_unconstrained () const =0 |
|
Definition at line 63 of file mock_dbs.hpp.