-
Notifications
You must be signed in to change notification settings - Fork 16
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 head data to be optional #898
base: main
Are you sure you want to change the base?
Conversation
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.
Look at TestGetLatestValue
in pkg/loop/internal/relayer/pluginprovider/contractreader/contract_reader_test.go
, this method should have similar tests
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.
there is a test failure
c198e34
to
71eeb05
Compare
71eeb05
to
d9445ab
Compare
d9445ab
to
6effcf1
Compare
The underlying head tracker returns a pointer to head data, this updates the GetLatestValueWithHeadData to do the same. Also, implements the loop logic for the GetLatestValueWithHeadData API method.