-
Notifications
You must be signed in to change notification settings - Fork 426
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
Epic: Add scraper support for Cosmos #3329
Comments
A "scratch pad" for my thoughts as a dove in:
Changes to schema required:
Maybe this isn't so bad? But this feels awkward - would probably be easier to keep everything as 32 bytes. Worth considering the explorer situation. We use This is used:
We don't need |
The scraper makes a few EVM-centric assumptions, but nothing excessive. You can think of the work as roughly: "change the scraper to not be EVM-centric, implement some Cosmos-specific code, make sure we can test this, and deploy"
In chronological order & each containing day estimates:
Note: sequencing-wise, it may make sense to coordinate with #4271 for many things including shipping this
Cosmos scraping
HyperlaneProvider
forCosmosProvider
#3332based on research completed in https://github.com/hyperlane-xyz/issues/issues/903
Related: hyperlane-xyz/hyperlane-explorer#165
The text was updated successfully, but these errors were encountered: