This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
RPC: getConfirmedBlock doesn't include collected rent #10085
Labels
stale
[bot only] Added to stale content; results in auto-close after a week.
Milestone
Comments
This was referenced May 17, 2020
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
[bot only] Added to stale content; results in auto-close after a week.
label
Jun 2, 2021
This was referenced Oct 11, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
Rent collection happens when accounts are newly created as well as at epoch boundaries (through eager rent collection). Currently, the rent dues are not included in
getConfirmedBlock
and so clients have no idea that they were collected (unless they calculate them).Proposed Solution
Either add (account, rent) to the
rewards
object (treat as negative rewards) OR add a new object forrent
.The text was updated successfully, but these errors were encountered: