-
Notifications
You must be signed in to change notification settings - Fork 0
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
update tasks funding mechanism #1018
update tasks funding mechanism #1018
Conversation
//!- **Description**: Fund the `recv_msg` operation from the caller account. | ||
//!- **Specification**: Ensure that the cost for the `recv_msg` operation is covered by the caller, similar to `register_gateway` and `submit_result`. The caller is the root and shard member in the cases of `register_gateway` and `submit_result`, respectively. | ||
//! | ||
//!## Not Feature: Estimations of Required Funds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks like it should be an issue, not organized in the crate-level docs IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We plan to include a section for planned features in docs and after that, these can be picked to create issues based on development priority.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these should start as issues and be turned into docs only after the implementation
@@ -39,6 +39,59 @@ | |||
//! number of tasks to be reset is reached. | |||
#![doc = simple_mermaid::mermaid!("../docs/reset_tasks.mmd")] | |||
|
|||
//!## Future Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't these all be issues? I don't see the value of adding planned features with planned specs to the crate-level docs?
agree with amar. think this would be better as github issues. |
Closing this and opening issues with the content as commented on above. After we implement it & merge the implementation, @taniasaleem can add crate-level docs describing it as it is implemented |
Description
This provides the updates that need to be done in the tasks pallet regarding the task funding.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Code review prechecks: