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

fix: added context parameter to functions to sync with updated generic retry function to make build successful #1256

Conversation

Yashk767
Copy link
Contributor

@Yashk767 Yashk767 commented Oct 9, 2024

Description

After merging #1235 to develop, the function signature for InvokeFunctionWithRetryAttempts was updated with addition of context as a parameter.

So the the changes in PR #1252 wasn't rebased to the updated changes and was merged to develop without rebasing.
So it cause the build to go fail, this PR adds context as a parameter to the functions needed and will make the compilation and build successful.
And fixes respective tests.

Fixes https://linear.app/interstellar-research/issue/RAZ-1060

This is the extended fix for issue https://linear.app/interstellar-research/issue/RAZ-1044

How Has This Been Tested?

Ran a node on local for few epochs and tested the changes reflected.

@Yashk767 Yashk767 changed the title fix: added context parameter to functions using updated generic retry function to make build successful fix: added context parameter to functions to sync with updated generic retry function to make build successful Oct 9, 2024
@Yashk767 Yashk767 merged commit 0df6525 into develop Oct 10, 2024
5 checks passed
@Yashk767 Yashk767 deleted the yash/raz-1060-build-is-failing-after-merging-replacing-custom-retry-with branch October 15, 2024 08:15
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.

3 participants