-
Notifications
You must be signed in to change notification settings - Fork 16
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
Move to height->header
index
#220
Comments
One thing I recalled is that this might change with backward sync. We may want to request a range of headers with |
@Wondertan I'm assuming the |
That's true, statelessness can be achieved solely with interfaces. The hash then doesn't even need to be part of the protocol, as it is right now. |
One more thing to consider. We kept hash addressability in Shwap's storage. @adlerjohn , @walldiss and I couldnt find a compelling usecase for it but still decided to keep around as more like a standard to expose that. I would remove it everywhere after we know for sure its useless, assuming it brings unnoticeable maintanance overhead. |
In most cases we don't need an index
hash->header
but ratherheight->header
.The text was updated successfully, but these errors were encountered: