prysm-pulse/beacon-chain/rpc/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
..
BUILD.bazel Checkpoint Sync 2/5 - API support for retrieving weak subjectivity data (#10384) 2022-03-23 22:54:07 +00:00
custom_handlers_test.go Add execution_optimistic field to API responses (#10389) 2022-03-25 16:31:50 +00:00
custom_handlers.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
custom_hooks_test.go API middleware support for bellatrix in produceBlockV2 (#10374) 2022-03-16 21:44:15 +00:00
custom_hooks.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
endpoint_factory.go Implement getDebugChainHeadsV2 API endpoint (#10419) 2022-03-24 13:08:40 +00:00
structs_marshalling_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
structs_marshalling.go Correctly display epoch participation in GetStateV2 (#9598) 2021-09-16 02:51:51 +00:00
structs.go Encode empty extra_data as "0x" and base_fee_per_gas as Uint256 i… (#10539) 2022-04-21 15:44:38 +00:00