You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using eth-docker to do interop testing between Lodestar and other clients. For that I am using the vc only files which works great and makes interop testing really smooth but I noticed the prysm-vc-only.yml always has builder enabled and there is no option to enable the REST API which is required to work with other clients.
Wondering if it makes sense to support a interop mode for prysm, although I can't tell if anyone besides me would actually use that. If not I think this issue can be closed by just removing the builder flag as it is already set in the entrypoint script
Beacon REST API is still experimental for the VC, is it not? I am keen to switch Prysm to work with other CLs, but until that's the recommended way to run it, I'd rather not.
--enable-beacon-rest-api Experimental enable of the beacon REST API when querying a beacon node (default: false)
For now, you can make changes and git commit those for your testing runs, or create your own yml file and commit that.
Beacon REST API is still experimental for the VC, is it not?
Yes, in fact, only their latest release works with Lodestar as there were some issues previously. Don't know about other clients. But I also don't think this can be a recommended mode right now for a wider audience. Attestations work quite well, haven't tested block production / sync committee yet.
For now, you can make changes and git commit those for your testing runs, or create your own yml file and commit that.
Sounds good, although I don't mind having local diff
I am using eth-docker to do interop testing between Lodestar and other clients. For that I am using the vc only files which works great and makes interop testing really smooth but I noticed the
prysm-vc-only.yml
always has builder enabled and there is no option to enable the REST API which is required to work with other clients.eth-docker/prysm-vc-only.yml
Line 71 in 38982d6
Wondering if it makes sense to support a interop mode for prysm, although I can't tell if anyone besides me would actually use that. If not I think this issue can be closed by just removing the builder flag as it is already set in the entrypoint script
eth-docker/prysm/docker-entrypoint-vc.sh
Lines 33 to 35 in 38982d6
Just dropping my git diff here to make it work
The text was updated successfully, but these errors were encountered: