24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_contract_address,
26 ColumnAndShifts::execution_register_1_,
27 ColumnAndShifts::execution_sel_write_public_data,
28 ColumnAndShifts::execution_prev_written_public_data_slots_tree_root,
29 ColumnAndShifts::execution_prev_written_public_data_slots_tree_size,
30 ColumnAndShifts::execution_written_public_data_slots_tree_root,
31 ColumnAndShifts::execution_written_public_data_slots_tree_size
33 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
34 ColumnAndShifts::written_public_data_slots_tree_check_address,
35 ColumnAndShifts::written_public_data_slots_tree_check_slot,
36 ColumnAndShifts::written_public_data_slots_tree_check_write,
37 ColumnAndShifts::written_public_data_slots_tree_check_root,
38 ColumnAndShifts::written_public_data_slots_tree_check_tree_size_before_write,
39 ColumnAndShifts::written_public_data_slots_tree_check_write_root,
40 ColumnAndShifts::written_public_data_slots_tree_check_tree_size_after_write