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

Refactor compute signature logic. #658

Merged
merged 6 commits into from
Sep 1, 2023
Merged

Refactor compute signature logic. #658

merged 6 commits into from
Sep 1, 2023

Conversation

mariacarmina
Copy link
Member

@mariacarmina mariacarmina commented Aug 16, 2023

Fixes #653 .

Changes proposed in this PR:

  • refactor logic in sign_for_compute
  • determine nonce format with conditional cast (either int, either float)

@mariacarmina
Copy link
Member Author

Needs separte testing on VMs & market.

@mariacarmina mariacarmina marked this pull request as ready for review August 18, 2023 14:27
@mariacarmina
Copy link
Member Author

After testing with @bogdanfazakas, confirmed that provider works fine with this type of nonce for compute and also consume is working with that check for nonce format at signature validation step. It is ready to be reviewed and DoNotMerge label will be removed.

@mariacarmina mariacarmina merged commit fd2c30c into main Sep 1, 2023
@mariacarmina mariacarmina deleted the refactor-c2d-nonce branch September 1, 2023 12:49
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.

Refactor provider to c2d nonce logic
2 participants