Change to Event Emitted in Escrow.sol #230
arthurgousset
started this conversation in
News (Updates)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Change to Event Emitted in Escrow.sol
Hi all 👋
@eelanagaraj and team are working on updates in Escrow.sol to:
Withdrawal
event 👈 Topic of this threadUpdate in emitted
Withdrawal
eventThe
Withdrawal
event has the following fields:and is emitted when the function
withdraw()
is called:Notice that the
to
field is set to thepayment.sender
instead of themsg.sender
who will actually receive the withdrawal.We would like to update the data emitted in this event to be
msg.sender.
:What does this mean?
This change would be a PATCH upgrade, according to our Core Contracts versioning process, because it is:
to
field would reflectmsg.sender
instead ofpayment.sender
.🙌 Call to action👇
Please comment below if you are indexing Escrow.sol events and might be affected by this change.
We would like to share this update ahead of time so (d)apps that use the contract or index its events can prepare accordingly.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions