prysm-pulse/api/gateway/apimiddleware
moshe-blox 21fc9853ee
Encode empty extra_data as "0x" and base_fee_per_gas as Uint256 i… (#10539)
* Encode empty `extra_data` as "0x" and `base_fee_per_gas` as Uint256 in the Beacon API

* Fixed parsing of Uint256 in the API

* Add missing tests for empty hex & Uint256 fields in `apimiddleware`

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2022-04-21 15:44:38 +00:00
..
api_middleware.go --api-timeout flag (#10260) 2022-02-24 18:01:37 +00:00
BUILD.bazel Restructure API Middleware (#9663) 2021-09-23 20:41:04 +00:00
log.go Restructure API Middleware (#9663) 2021-09-23 20:41:04 +00:00
param_handling_test.go Restructure API Middleware (#9663) 2021-09-23 20:41:04 +00:00
param_handling.go Restructure API Middleware (#9663) 2021-09-23 20:41:04 +00:00
process_field.go Encode empty extra_data as "0x" and base_fee_per_gas as Uint256 i… (#10539) 2022-04-21 15:44:38 +00:00
process_request_test.go Encode empty extra_data as "0x" and base_fee_per_gas as Uint256 i… (#10539) 2022-04-21 15:44:38 +00:00
process_request.go Encode empty extra_data as "0x" and base_fee_per_gas as Uint256 i… (#10539) 2022-04-21 15:44:38 +00:00
structs.go --api-timeout flag (#10260) 2022-02-24 18:01:37 +00:00