Phread420
Phread420
This is a minor, but annoying issue: In the schema for the traces table, the traceid is the last column in the public data crypto-ethereum dataset, but is NOT the...
I'm creating queries that look at both ethereum mainnet and the polygon chain, and was surprised to get a mismatch in the 'traces' table between the crypto-polygon dataset you maintain...
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.