We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The subject of the triage:
The text was updated successfully, but these errors were encountered:
It seems that it is not applied as of v0.38.0. I think it is better to send the PR upstream to prevent security degradation due to cross-checking with the light client's primary. https://github.com/cometbft/cometbft/blob/v0.38.0/statesync/stateprovider.go#L48-L86
Sorry, something went wrong.
Additional discussion is required.
servers is given by config.StateSync.RPCServers. https://github.com/cometbft/cometbft/blob/v0.38.0/node/node.go#L204
servers
config.StateSync.RPCServers
If you check the value passed during test, RPCAddress will be entered in RPCServers. https://github.com/cometbft/cometbft/blob/v0.38.0/test/e2e/runner/setup.go#L229 https://github.com/cometbft/cometbft/blob/main/test/e2e/pkg/testnet.go#L552
RPCAddress
RPCServers
This duplication therefore helps create clients and providers to the same address.
Mdaiki0730
No branches or pull requests
The subject of the triage:
The text was updated successfully, but these errors were encountered: