aztec-2-bug-bounty icon indicating copy to clipboard operation
aztec-2-bug-bounty copied to clipboard

Results 3 aztec-2-bug-bounty issues
Sort by recently updated
recently updated
newest added

There are some problems with building a library Barretenberg. I run the "./bootstrap.sh" as described in the build instruction and received several CMake's build problems. Full log are here -...

Looking at the code, Withdraw and WithdrawError events are declared in RollupProcessor.sol. But they are never emitted. It would be helpful to tools analyzing Aztec usage if they were.

RollupProcessor's depositPendingFunds method generates Deposit events for token deposits, but no events for ETH deposits. I think it should generate Deposit events for both (my preference) or neither.