mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 03:51:29 +00:00
c66d9e9a11
* builder api client * unexport error * thanks, DeepSource! * replace hexSlice w/ hexutil.Bytes * use uint256 for BaseFeePerGas * more confidence in correct endianness * comment fix per Terence * fix proto conversion for uint256 * couple more value checks in the http client tests * TestMarshalBlindedBeaconBlockBodyBellatrix * appease deepsource * middleware to log requests * big int round trip test * very superficial test to make deepsource happy * round trip test between proto payloads * round trip starting from marshaled struct * deepsource... for you, the moon * remove unused receiver * gofmt * remove test destroying line added while debugging * handle nil body in logging middleware Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com> Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
engine/v1 | ||
eth | ||
migration | ||
prysm | ||
testing | ||
BUILD.bazel | ||
README.md | ||
ssz_proto_library.bzl |
Prysm Protocol Buffers
This package defines common protobuf messages and services used by Prysm. For now, we are checking in all generated code to support native go dependency management.