You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be changed to admit a vector of leaves. AztecProtocol/aztec3-circuits#203
When that is changed to a vector we should update our circuits.js implementation to also use vector:
Right now the circuits CPP expects the leaves to be a raw buffer:
https://github.com/AztecProtocol/aztec3-circuits/blob/fdd7a3577deb2bc6fd90bb68b16c654695331d08/cpp/src/aztec3/circuits/abis/c_bind.cpp#L252
https://github.com/AztecProtocol/aztec3-circuits/blob/fdd7a3577deb2bc6fd90bb68b16c654695331d08/cpp/src/aztec3/circuits/abis/c_bind.cpp#L265
This will be changed to admit a vector of leaves.
AztecProtocol/aztec3-circuits#203
When that is changed to a vector we should update our circuits.js implementation to also use vector:
https://github.com/AztecProtocol/aztec3-packages/blob/master/yarn-project/circuits.js/src/abis/abis.ts#L49
https://github.com/AztecProtocol/aztec3-packages/blob/master/yarn-project/circuits.js/src/kernel/kernel.ts#L24
The text was updated successfully, but these errors were encountered: