Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Emit depositor in proposal_deposit event #19849

Closed
dadamu opened this issue Mar 25, 2024 · 2 comments · Fixed by #19853
Closed

[Feature]: Emit depositor in proposal_deposit event #19849

dadamu opened this issue Mar 25, 2024 · 2 comments · Fixed by #19853

Comments

@dadamu
Copy link
Contributor

dadamu commented Mar 25, 2024

Summary

Emit depositor in proposal_deposit event

Problem Definition

No response

Proposed Feature

It allows users to track proposal deposit transactions or blocks by event proposal_deposit.depositor= "<depositor-address>", and it also allows applications get depositor from transaction event without parsing message or authz message with codec.

@julienrbrt
Copy link
Member

julienrbrt commented Mar 25, 2024

Let's watch out to not inadvertently end up with the whole proposal in an event 😅.
Now we have the proposer, msgs, ID, so I think we should only add depositor as suggested here and proposal type and stop there. :D

@devbull25
Copy link
Contributor

hi, can i work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants