Looking at the Governor, I realize that ProposalCanceled
and ProposalQueued
doesn't emit the sender.
Using the ethers's transaction.from
in js gives the address that initiated the tx from the beginning - meaning that if we have A => B => Governor
, it won't give address of B which is what I need.
- May I know why and what made you decide this ? It could be pretty helpful to know who cancelled/queued the proposal.
- How can this be solved without using trace debug API which requires archival node and I don't have archival node.
Thank you.