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
In #1569, we refactor the HTTP API. To avoid more refactoring in the VC, we "shim" the new types into the old ones:
https://github.com/sigp/lighthouse/blob/754396836ea1892b0b3ee9558d0beb70742e793c/validator_client/src/validator_duty.rs
We should remove this shim and make the VC pass around types that are more suited to the new HTTP API.
The text was updated successfully, but these errors were encountered:
Resolved by #2243
Sorry, something went wrong.
No branches or pull requests
Description
In #1569, we refactor the HTTP API. To avoid more refactoring in the VC, we "shim" the new types into the old ones:
https://github.com/sigp/lighthouse/blob/754396836ea1892b0b3ee9558d0beb70742e793c/validator_client/src/validator_duty.rs
We should remove this shim and make the VC pass around types that are more suited to the new HTTP API.
Notes
The text was updated successfully, but these errors were encountered: