Monthly Contribution - September 2024
💡
Opened and merged 2 PRs to Prysm
Prysm
#1
Add Electra case for GetBeaconStateV2 by syjn99 · Pull Request #14466 · prysmaticlabs/prysm
What type of PR is this?
Bug fix
What does this PR do? Why is it needed?
This PR addresses an issue when trying /eth/v2/debug/beacon/states/{state_id}. Since version.Electra is not in the case, it…
- Added Electra support for this endpoint:
/eth/v2/debug/beacon/states/{state_id}
- Opened at September 20th, Merged at September 21st.
#2
Deprecate `pb.gw.go` files by syjn99 · Pull Request #14464 · prysmaticlabs/prysm
What type of PR is this?
Other
What does this PR do? Why is it needed?
Farewell to gateway files
#14089 deprecates *pb.gw.go files, but there are some dregs around *pb.gw.go file supports. This PR…
- Prysm chose gRPC for the communication at first, but they have been slowly deprecating its usage, and implementing RESTful HTTP API.
- #14089 removes gRPC gateway, but
hack/update-go-pbs.sh
file still updates and generates*pb.gw.go
files. - This PR says farewell to all gRPC gateway files.
- Opened at September 21st, Merged at September 21st.