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 proposer in submit_proposal event #19831

Closed
dadamu opened this issue Mar 22, 2024 · 3 comments · Fixed by #19842
Closed

[Feature]: Emit proposer in submit_proposal event #19831

dadamu opened this issue Mar 22, 2024 · 3 comments · Fixed by #19842

Comments

@dadamu
Copy link
Contributor

dadamu commented Mar 22, 2024

Summary

Emit proposer in submit_proposal event

Problem Definition

No response

Proposed Feature

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

@akaladarshi
Copy link
Contributor

Hey @julienrbrt, can I work on this?

@akaladarshi
Copy link
Contributor

Hey @julienrbrt, does it require emitting proposer when the voting starts here?.

@julienrbrt
Copy link
Member

julienrbrt commented Mar 23, 2024

Hey @julienrbrt, does it require emitting proposer when the voting starts here?.

No, it should be in the event sent in the keeper (and not msg server)

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