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

Update EigenDA proxy to match OP v1.7.6 client expectation #31

Merged
merged 4 commits into from
Jun 7, 2024

Conversation

teddyknox
Copy link
Contributor

@teddyknox teddyknox commented Jun 7, 2024

  • moves LoadServer() and server.go into a new server package so that LoadServer() can be used in e2e_test.go (avoiding duplication of DI efforts)
  • Removes GenericCommitmentByte from the returned commitment, since it is prepended by the OP client on the clients side..?
  • Enable WithLogging() middleware
  • Expand WithLogging() to support error logging, update handler signatures and implementations to tie into this
  • Update path patterns to match the usage by the OP plasma client

@teddyknox teddyknox requested a review from EthenNotEthan June 7, 2024 15:44
@teddyknox teddyknox requested a review from afkbyte June 7, 2024 15:49
@teddyknox teddyknox changed the title Update EigenDA proxy to match OP v1.7.6 client behaviors Update EigenDA proxy to match OP v1.7.6 client expectation Jun 7, 2024
eigenda/commitment.go Show resolved Hide resolved
test/e2e_test.go Show resolved Hide resolved
Copy link
Collaborator

@EthenNotEthan EthenNotEthan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@teddyknox teddyknox merged commit f270ca1 into main Jun 7, 2024
4 checks passed
@teddyknox teddyknox deleted the e2e-test-update branch June 7, 2024 23:36
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