mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
Return payload value in Wei from /eth/v3/validator/blocks (#13497)
* Add value in Wei to execution payload * simplify how payload is returned * test fix * fix issues * review * fix block handlers
This commit is contained in:
@@ -11,6 +11,7 @@ go_library(
|
||||
deps = [
|
||||
"//config/fieldparams:go_default_library",
|
||||
"//consensus-types/primitives:go_default_library",
|
||||
"//math:go_default_library",
|
||||
"//proto/engine/v1:go_default_library",
|
||||
"//proto/prysm/v1alpha1:go_default_library",
|
||||
"//proto/prysm/v1alpha1/validator-client:go_default_library",
|
||||
|
||||
Reference in New Issue
Block a user