Skip to content

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>
whilei added 7 commits May 20, 2022 11:24
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>
whilei added 4 commits May 31, 2022 09:07
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>
whilei added 2 commits June 1, 2022 09:21
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.

5 participants