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

Proposal Execute Callback Messages #879

Closed

Conversation

ismellike
Copy link
Contributor

@ismellike ismellike commented Sep 6, 2024

This PR adds support for sending binary data through a proposal execute to improve message composability.

I was working on the arena-token-gateway and thought the data was currently being passed up, but it is only done during pre-propose module instantiation.

Use case:
DAO Executes Proposal -> Contract Generates Callback Messages -> DAO Receives Binary Data -> DAO Executes Callback Messages

In my case, I want the DAO to create a vesting contract on its cw-payroll-contract whenever the DAO accepts a token grant application.

@ismellike
Copy link
Contributor Author

This can actually be implemented better with authz.

@ismellike ismellike closed this Sep 22, 2024
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

Successfully merging this pull request may close these issues.

1 participant