Skip to content

Commit

Permalink
feat!: Remove opcode supported from the backend (#3889)
Browse files Browse the repository at this point in the history
Removes the opcodes supported from the info command because it is not
used by Noir anymore,
  • Loading branch information
guipublic authored and AztecBot committed Jan 11, 2024
1 parent a561606 commit 6e833fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/src/barretenberg/bb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,7 @@ void acvm_info(const std::string& output_path)
"language": {
"name" : "PLONK-CSAT",
"width" : 3
},
"opcodes_supported" : ["arithmetic", "directive", "brillig", "memory_init", "memory_op"],
"black_box_functions_supported" : ["and", "xor", "range", "sha256", "blake2s", "keccak256", "keccak_f1600", "schnorr_verify", "pedersen", "pedersen_hash", "ecdsa_secp256k1", "ecdsa_secp256r1", "fixed_base_scalar_mul", "recursive_aggregation"]
}
})";

size_t length = strlen(jsonData);
Expand Down

0 comments on commit 6e833fe

Please sign in to comment.