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

feat(da-indexer): update celestia integration #1132

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

AllFi
Copy link
Contributor

@AllFi AllFi commented Nov 27, 2024

This PR updates the integration with Celestia to accommodate changes in the Celestia API.

The PR includes three main modifications:

  • The implementation of share_get_eds has been replaced with a new version. Since celestia-rpc does not support the updated request format, the functionality was implemented directly within the indexer.
  • Most of the logic in the parser module has been replaced with the new Blob::reconstruct_all function.
  • The indexer now has the ability to wait until the light node synchronizes to a specified height defined in the configuration.

@AllFi AllFi changed the title feat: update celestia integration feat(da-indexer): update celestia integration Nov 28, 2024
@AllFi AllFi marked this pull request as ready for review November 28, 2024 14:43
@AllFi AllFi merged commit 8d701b7 into main Dec 3, 2024
4 checks passed
@AllFi AllFi deleted the allfi/update-celestia-integration branch December 3, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants