mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
f088e5f57b
* allow specifying get_proposer_reward block root at state.slot * Add consensus_block_value calculation. * Address review comments. * Post-rebase adjustments. * Use proper state to calculate consensus block value. * Revert "allow specifying get_proposer_reward block root at state.slot" This reverts commit 9fef9a8199f63056060527ac2531acc3b0ed8dcb. * Fix post-revert problems. Return back to Gwei. * Adding test which is not working. * Do not use test suite if it does not have post-state. * Add debug logging. * Increase logging to track sources of balance changes. * Fix sync committee rewards/penalties calculation. * Revert "Increase logging to track sources of balance changes." This reverts commit 32feb20f2fdb66521401710866cd59ecc9951ef8. * Adopt new vision to block rewards. * Add block produce logging to VC. * Remove rewards.nim. * Eliminate toWei changes. * Improve UInt256 shortLog. * Fix conversion procedure. * Address review comments. * Fix test. * Revert "Fix test." This reverts commit 4948b2c1ec83fbe93f265fd4dea8cc678d48534c. --------- Co-authored-by: tersec <tersec@users.noreply.github.com> Co-authored-by: Etan Kissling <etan@status.im>