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

Is it possible to get the block proposer of current block even while handling a message ? #3105

Open
kikakkz opened this issue Jan 9, 2025 · 2 comments

Comments

@kikakkz
Copy link

kikakkz commented Jan 9, 2025

Motivation
If application can get block proposer of current block while handling a message, then we can design some reward mechanism to block proposer in application.

@ma2bd
Copy link
Contributor

ma2bd commented Jan 9, 2025

I would use "mandatory operations" for this use case.

In other cases, message senders can also tip the chain (in the same message bundle).

@kikakkz
Copy link
Author

kikakkz commented Jan 9, 2025

I would use "mandatory operations" for this use case.

In other cases, message senders can also tip the chain (in the same message bundle).

For native token, yes. I'm not very clear that for application token if we can do that like native token.

I may need to do more survey, 😄

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

No branches or pull requests

2 participants