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
We have intersecting set of methods in BlockTree and BlockHeaderRepository. It is proposed to make BlockTree a child class of BlockHeaderRepository
BlockTree
BlockHeaderRepository
Get rid of dublicate code and messy logic in some places, where we use both BlockTree and BlockHeaderRepository classes
No response
No
The text was updated successfully, but these errors were encountered:
ErakhtinB
No branches or pull requests
Description
We have intersecting set of methods in
BlockTree
andBlockHeaderRepository
. It is proposed to makeBlockTree
a child class ofBlockHeaderRepository
Motivation
Get rid of dublicate code and messy logic in some places, where we use both
BlockTree
andBlockHeaderRepository
classesAdditional context
No response
Are you planning to do it yourself in a pull request ?
No
The text was updated successfully, but these errors were encountered: