Closed miguelmota closed 3 years ago
I like it. Seems good from a gas perspective, as its on L2.
Only thought is that we should maybe make it a standalone event, WithdrawalBondedAndDistributed
. Any thoughts @cwhinfrey?
@miguelmota Would it be acceptable to have only transferId
and amount
as the WithdrawalBonded event params?
If recipient
, transferNonce
, or bonderFee
are being used, they'd have to be looked up elsewhere.
@cwhinfrey the other the parameters aren't used so that should be fine
@miguelmota pushed a commit to this branch. Feel free to merge if it looks good.
👍
The
WithdrawalBonded
event exists forbondWithdrawal
but not forbondWithdrawalAndDistribute
.