Commit 411cf5a
authored
chore: remove databus non-issue (#16471)
Removes outdated
[issue](AztecProtocol/barretenberg#1138) that
does not actually pose any problem. In particular, there is no problem
with adding a default value to all databus columns and using the
resulting commitment as the default for "unused" databus columns in
circuits. This follows the pattern we use more generally to avoid all
points at infinity by adding "default" gates in the circuit builders.
This is not strictly necessary but is convenient.
Adds an issue in the `field_conversion` library to determine whether
there is a need to add support for serialization of points at infinity
which is currently missing.1 parent 279f5a5 commit 411cf5a
File tree
4 files changed
+4
-5
lines changed- barretenberg/cpp/src/barretenberg
- stdlib_circuit_builders
- stdlib/primitives
- databus
- field
4 files changed
+4
-5
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
0 commit comments