• Rafael Matias's avatar
    fix: prysm gRPC removal - use http server instead for keymanager (#761) · ba911745
    Rafael Matias authored
    Related to the deprecation of the gRPC gateway:
    https://github.com/prysmaticlabs/prysm/pull/14089
    
    Currently the `mix-with-tools.yaml` test was failing due to the
    keymanager being enabled:
    
    ```
      == FINISHED SERVICE 'vc-2-nethermind-prysm' LOGS ===================================
      Caused by: An error occurred while waiting for all TCP and UDP ports to be open
      Caused by: Unsuccessful ports check for IP '172.16.0.34' and port spec '{privatePortSpec:0xc00091a0c0}', even after '240' retries with '500' milliseconds in between retries. Timeout '2m0s' has been reached
      Caused by: An error occurred while calling network address '172.16.0.34:5056' with port protocol 'TCP' and using time out '200ms'
      Caused by: dial tcp 172.16.0.34:5056: connect: connection refused
    
    Error encountered running Starlark code.
    ```
    ba911745
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
static_files Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
kurtosis-package-icon.png Loading commit data...
kurtosis.yml Loading commit data...
main.star Loading commit data...
network_params.yaml Loading commit data...
rename.sh Loading commit data...
run.gif Loading commit data...
version.txt Loading commit data...