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

Hotkey draining issues #855

Open
gztensor opened this issue Oct 11, 2024 · 2 comments · Fixed by #950
Open

Hotkey draining issues #855

gztensor opened this issue Oct 11, 2024 · 2 comments · Fixed by #950
Assignees

Comments

@gztensor
Copy link
Contributor

gztensor commented Oct 11, 2024

  1. Childkey take gets added to PendingdHotkeyEmission in accumulate_hotkey_emission and then is distributed among nominators in drain_hotkey_emission.
  2. Miner emission is also subject to distribution to nominators in drain_hotkey_emission because it is added to PendingdHotkeyEmission.
  3. When childkey take is calculated in accumulate_hotkey_emission, it is calculated off the total childkey pending emission, even if some portion of it comes not from parent, but from nominators.
@gztensor gztensor self-assigned this Oct 11, 2024
@gztensor
Copy link
Contributor Author

Branch: hotfix/childkey-emission-distibution

@gztensor gztensor changed the title Childkey issues Hotkey draining issues Oct 14, 2024
@gztensor gztensor mentioned this issue Oct 14, 2024
@gztensor
Copy link
Contributor Author

gztensor commented Nov 6, 2024

PR: #858

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 a pull request may close this issue.

1 participant