Commit 9d28fb7
authored
feat: merge-train/avm (#19212)
BEGIN_COMMIT_OVERRIDE
test: Fuzzer backfill prototype (#19084)
fix(avm_differential_fuzzer): fix contract instance keys (#19213)
fix(avm): de-duplicate in insertion order (#19211)
feat(avm): adding hashes to fuzzer (#19187)
feat(avm_fuzzing): add instruction settings to disable instructions
(#19217)
fix: backfill fuzzer implementations (#19207)
feat(avm): fuzzer toradixbe (#19208)
fix(avm): tag check before casting in sha (#19220)
fix(avm): Add cancellation token to prevent C++ simulation race
condition on timeout (#19219)
chore!: opcode gas multipliers to account for slow simulation opcodes
(#19130)
chore: public processor should not do slow Tx.clone - second attempt
(#19221)
END_COMMIT_OVERRIDEFile tree
41 files changed
+2301
-449
lines changed- barretenberg/cpp/src/barretenberg
- avm_fuzzer
- fuzz_lib
- mutations
- instructions
- crypto/merkle_tree/node_store
- nodejs_module
- avm_simulate
- vm2
- common
- constraining
- dsl
- simulation
- gadgets
- lib
- standalone
- docs/docs-developers/docs/resources
- noir-projects/noir-protocol-circuits/crates/types/src
- yarn-project
- constants/src
- native/src
- simulator/src/public
- avm/opcodes
- fixtures
- public_processor
- apps_tests
- public_tx_simulator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2301
-449
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
1094 | | - | |
| 1094 | + | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
| |||
0 commit comments