prysm-pulse/beacon-chain/node
terencechain 35e3eeddf9
Add flag to boost local block value (#12227)
* 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
2023-04-04 14:58:56 +00:00
..
registration Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Block rewards API endpoint (#12020) 2023-03-28 18:44:41 +02:00
config_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
config.go Add flag to boost local block value (#12227) 2023-04-04 14:58:56 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
node_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
node.go Enable Static Peer ID (#12220) 2023-04-01 00:00:11 +00:00
options.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
prometheus.go new prometheus metrics for client-stats metrics (#8834) 2021-04-30 13:37:38 -07:00