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

Schedule sending of reward tokens to the node reward address #382

Closed
ghost opened this issue Jun 16, 2022 · 1 comment
Closed

Schedule sending of reward tokens to the node reward address #382

ghost opened this issue Jun 16, 2022 · 1 comment
Assignees
Labels
core team Assigned to the core team feature New feature request mining Involve transaction validation and mining

Comments

@ghost
Copy link

ghost commented Jun 16, 2022

Is your feature request related to a problem?

The self-repair is aggregating and minting the transaction fees into reward tokens and fill the reward pool.
However, the node are not rewarded yet.
Then we have to send them the reward in a regular basis.

Describe the solution you'd like

To manage the scheduling of the rewards from the chain of rewards, we can:

  1. Use smart contracts
    • Within the chain of the rewards
    • Leverage interval triggers
    • Update the list of recipients with set the list of new authorized nodes each time a new authorize node is added
  2. Manage it through Elixir
    • Schedule process using interval
    • Build transaction and apply more complex computations
    • Use the trigger detection algorithm to prevent failure

Additional context

Related #380 #379

@ghost ghost added feature New feature request mining Involve transaction validation and mining core team Assigned to the core team labels Jun 16, 2022
@internet-zero
Copy link
Member

Hey team! Please add your planning poker estimate with ZenHub @apoorv-2204 @imnik11 @Neylix @prix-uniris @samuel-uniris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core team Assigned to the core team feature New feature request mining Involve transaction validation and mining
Projects
None yet
Development

No branches or pull requests

2 participants