-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add configurable finalization #51
Conversation
Will move out of draft when this code merges: Layr-Labs/eigenda#620 |
d342174
to
53d95c3
Compare
53d95c3
to
7a7356b
Compare
defer cancel() | ||
|
||
done := false | ||
for !done { |
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.
Waiting here
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.
just one knit - otherwise LGTM
ethConfirmationDepth uint64 | ||
manager *binding.ContractEigenDAServiceManagerCaller | ||
finalizedBlockClient *FinalizedBlockClient | ||
ethClient *ethclient.Client |
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.
Is this client used anywhere in this struct?
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.
On line 119 yeah
blockHeader, err := cv.ethClient.BlockByNumber(context.Background(), nil)
No description provided.