Innokentii Sennovskii

Results 32 issues of Innokentii Sennovskii

While creating instance during IVC, if we compare the number of gates before and after finalization, we'll get the following: ![image](https://github.com/AztecProtocol/barretenberg/assets/4798775/8f335405-b613-4b32-9b4a-6fb2e6dfce02) So there's obviously some bug

bug

When I tried to do ivc.accumulate in parallel, pippenger encountered a race condition.

bug

If we change to logup for lookups, we can stop committing to values of the grand lookup polynomial that we don't need (suggestion by Zac)

optimization

Right now, if we have to add some gates at the beginning of ultra_circuit_constructor, ACIR will break, because it accesses variables directly, relying on very particular structure. This is very...

good first issue
invalid
acir

Commitment algorithms (IPA, KZG) have fixed labels for elements being added to the transcript. If 2 instances need to be used in the same transcript for whatever reason, we won't...

cleanup

Batch_affine_add_chunked and batch_affine_add_internal are used in batch_mul_with_endomorphism and batch_affine_add, is it worth trying to split them out into separate functions?

cleanup

Goblin Translator construction of concatenated polynomials right now uses at most 4 cores (1 concatenated polynomial per core). We can use more if we want to by splitting the polynomials...

optimization

Is there a better way to do combiner tests? Right now we have a templated SFINAE method that enables or disables optimisations

protogalaxy

# Description ## Problem\* Currently a developer can create a circuit that would use unconstrained values in such a way, that a part of the circuit becomes completely disconnected from...

compiler

The cost of biggroup is extremely high with our attempt to cover all cases

optimization