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

Dev/ecip tabs #4

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Dev/ecip tabs #4

wants to merge 19 commits into from

Conversation

meowsbits
Copy link
Owner

@meowsbits meowsbits commented May 19, 2022

whilei added 2 commits May 9, 2022 11:12
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
tab += state.balance(tx.sender, block.parentHash)
}
}
return tab

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is the miner balance?

Copy link
Owner Author

@meowsbits meowsbits May 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Miner balance is gone. It was a "convenient shortcut" idea for miners originally, but I've removed it entirely now. The aggregated balance (TABS) must represent guaranteed, "proven" balance. Tallying the balance of a block's coinbase does not represent a proven, active balance.

For example, an attacker could, by modifying the coinbase of blocks they produce, cite a greater balance than actually available to them.

Instead, miners need to include valid transactions representing their own balance, if they want.

Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
Signed-off-by: ia <isaac.ardis@gmail.com>
gitr0n1n and others added 3 commits July 13, 2022 09:45
+ Assign Number
+ Add Discussion Thread
Date was stale
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 this pull request may close these issues.

4 participants