-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create codec mod #22
Create codec mod #22
Conversation
Now use eigenda-proxy:main that has fixed the bug @samlaf another fix is that we don't require the encoded data from the struct EigenDABlobData to be power of 2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after you fix the proxy version in the patch
op-devnet.docker-compose.yml.patch
Outdated
@@ -18,7 +18,7 @@ index adcaea8f4..5c5e2e8ee 100644 | |||
- --port=3100 | |||
- --log.level=debug | |||
- --generic-commitment="${ALTDA_GENERIC_DA}" | |||
+ image: ghcr.io/layr-labs/eigenda-proxy:v1.6.1 | |||
+ image: ghcr.io/layr-labs/eigenda-proxy:main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't use main. pin to specific version for better reproducibility. Can also add a TODO comment to change to 1.6.2 after we release it. And describe why we need this (for the fix: link to your PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added todo, will keep to main for the moment
This PR pull encode and decode into its own file
This PR depends on Layr-Labs/eigenda-proxy#223
The da-server image now depends on image: ghcr.io/layr-labs/eigenda-proxy:main