aztec-2-bug-bounty
aztec-2-bug-bounty copied to clipboard
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.