mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
* Add builder bid fraction to compare with local block value and use builder bid if (bid * fraction) > local block value * Prioritize local block construction over relay/builder block construction using a boost value for local block construction * Refactor builder and local block value calculation to use percentage comparison * Add a test for local with boost * Use uint64 * Fix log