-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status-go integration: workflow questions #1882
Comments
Since we are not very familiar with the integration, can you provide more detailed reproduction steps for the issues? |
I'm not very familiar with the integration either, but I'll try to answer your questions:
|
cc @etan-status for light client best practises |
There is research that suggests that weak subjectivity period for light client data can be be longer than for a full node: https://github.com/metacraft-labs/DendrETH/tree/main/docs/long-range-syncing In nimbus_light_client, the trusted block root is tracked across restarts. Same logic works well for https://eth-light.xyz to persist sync progress across restarts. The startup latency is expected while others beyond Nimbus and Lodestar are working on implementing light client data serving. Latency will improve once more peers have the data made available, no need to optimize this on our end. |
thanks for comments!
|
sorry, sure, a detailed list of required steps below:
|
While testing proxy integration via
make test-verif-proxy-wrapper
in this PR status-im/status-go#4254, i've encountered some hurdles that i think should be solved prior to providing this functionality in Status Desktoptrusted-block-root
. I saw in proxy README that it's possible to fetch those programmatically from a trusted beacon node. Can i predefine some node URL in status-go config?cc @Ivansete-status
The text was updated successfully, but these errors were encountered: