Skip to content
New issue

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

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

Already on GitHub? # to your account

tedermint token initialization via TaskManager #2340

Open
mariocynicys opened this issue Feb 5, 2025 · 0 comments
Open

tedermint token initialization via TaskManager #2340

mariocynicys opened this issue Feb 5, 2025 · 0 comments
Labels
improvement: API priority: medium Moderately important tasks that should be completed but are not urgent.

Comments

@mariocynicys
Copy link
Collaborator

mariocynicys commented Feb 5, 2025

Tendermint tokens currently can't be enabled asynchronously via the task manager interface. We should have support for that:

// // TODO: tendermint tokens
// "enable_tendermint_token::cancel" => handle_mmrpc(ctx, request, cancel_init_token::<TendermintToken>).await,
// "enable_tendermint_token::init" => handle_mmrpc(ctx, request, init_token::<TendermintToken>).await,
// "enable_tendermint_token::status" => handle_mmrpc(ctx, request, init_token_status::<TendermintToken>).await,
// "enable_tendermint_token::user_action" => {
// handle_mmrpc(ctx, request, init_token_user_action::<TendermintToken>).await
// },

@shamardy shamardy added priority: medium Moderately important tasks that should be completed but are not urgent. improvement: API labels Feb 13, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
improvement: API priority: medium Moderately important tasks that should be completed but are not urgent.
Projects
None yet
Development

No branches or pull requests

2 participants