Skip to content
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

Deploy scraper with Sealevel chains like Solana / Eclipse #4274

Closed
Tracked by #4271
tkporter opened this issue Aug 7, 2024 · 0 comments · Fixed by #4984
Closed
Tracked by #4271

Deploy scraper with Sealevel chains like Solana / Eclipse #4274

tkporter opened this issue Aug 7, 2024 · 0 comments · Fixed by #4984
Assignees
Labels
agent alt-VM non-EVM alternative execution environment cosmos solana move cardano polkadot scraper solana

Comments

@tkporter
Copy link
Collaborator

tkporter commented Aug 7, 2024

blocked by: #4273

  • At this point we expect e2e coverage on Sealevel scraping
  • Now let's actually run it in the wild

Rolling this out probably should involves similar steps as what's described here when rolling out Cosmos: #3356. maybe even at the same time?

We'll want to be cautious about this breaking prod services that depend on the scraper, e.g. the explorer UI, because this involves a DB schema change (e.g. #3331). Instead of rolling this out straight to prod on the existing scraper, I think it may be better to deploy this new scraper alongside the old one, with the intent of eventually shutting down the old scraper and moving over to this new one. This way we'll continue to have the explorer UI work well & give Rossy / others the opportunity to move over to this new DB. If we've already spun up a new scraper that works with Cosmos chains that isn't yet consumed by any services, we can just ship to that one, being cautious of any DB incompatibilities. Imo it's easier to avoid a data migration and just sync from scratch, but defer to whoever does this

@tkporter tkporter added agent alt-VM non-EVM alternative execution environment cosmos solana move cardano polkadot solana scraper labels Aug 7, 2024
@tkporter tkporter moved this to Backlog in Hyperlane Tasks Aug 7, 2024
@ameten ameten self-assigned this Oct 14, 2024
github-merge-queue bot pushed a commit that referenced this issue Dec 11, 2024
### Description

Enable Solana and Eclipse in Scraper.

We don't relay messages in Solana and Eclipse testnets, so, we don't
enable these testnets in Scraper.

### Related issues

- Fixes #4274

### Backward compatibility

Yes

### Testing

E2E Ethereum and Sealevel test

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this from In Progress to Done in Hyperlane Tasks Dec 11, 2024
github-merge-queue bot pushed a commit that referenced this issue Dec 11, 2024
…4986)

### Description

Disable Eclipse in Scraper until we get archival RPC endpoint

### Related issues

- Contributes into
#4274

### Backward compatibility

Yes

### Testing

No testing since it is a config change

---------

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this issue Jan 11, 2025
### Description

Enable Solana and Eclipse in Scraper.

We don't relay messages in Solana and Eclipse testnets, so, we don't
enable these testnets in Scraper.

### Related issues

- Fixes hyperlane-xyz#4274

### Backward compatibility

Yes

### Testing

E2E Ethereum and Sealevel test

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this issue Jan 11, 2025
…yperlane-xyz#4986)

### Description

Disable Eclipse in Scraper until we get archival RPC endpoint

### Related issues

- Contributes into
hyperlane-xyz#4274

### Backward compatibility

Yes

### Testing

No testing since it is a config change

---------

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this issue Jan 11, 2025
### Description

Enable Solana and Eclipse in Scraper.

We don't relay messages in Solana and Eclipse testnets, so, we don't
enable these testnets in Scraper.

### Related issues

- Fixes hyperlane-xyz#4274

### Backward compatibility

Yes

### Testing

E2E Ethereum and Sealevel test

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this issue Jan 11, 2025
…yperlane-xyz#4986)

### Description

Disable Eclipse in Scraper until we get archival RPC endpoint

### Related issues

- Contributes into
hyperlane-xyz#4274

### Backward compatibility

Yes

### Testing

No testing since it is a config change

---------

Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent alt-VM non-EVM alternative execution environment cosmos solana move cardano polkadot scraper solana
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants