Closed TobiWo closed 1 month ago
Lets wait for this PR to be merged once this is in stable prysm image.
Changing the default prysm img to point at latest stable instead of latest develop: https://github.com/ethpandaops/ethereum-package/pull/793
Actually, it looks like prysm stable branch is still using grpc-gateway, and latest develop uses http.
You might have had some older version of the prysm image locally.
is this pr still needed? Prysm made a new stable release that does http instead of grocery.
Please keep it open for now. I just need it as reference because I think there is still a bug in the prysm config (not related to grpc). I will test in the next days and will close it once I did all testing.
Summary
This PR fixes the keymanager api feature for prysm which was not working. In detail it:
http
flags and replaces them with thegrpc-gateway
flags since all REST APIs are exposed as gateway to the general grpc protocol