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

add validate function signature changes, missing update docs and others #1914

Merged
merged 25 commits into from
Mar 5, 2025

Conversation

paulo-ocean
Copy link
Contributor

@paulo-ocean paulo-ocean commented Feb 19, 2025

Fixes #1913

Changes proposed in this PR:

  • updates Aquarius "validate" function (for validateDDO).. Ocean node needs 'nonce', 'signature' and 'publisherAddress' to validate ... signer and provider uri as extra params
  • still use legacy validate (no signatures), as backup/retry mechanism just in case provider does not support the newest changes (ex: old provider)
  • refactor legacy helpers/createAsset function name to helpers/createAssetHelper (to avoid confusion with newer fn utils/createAsset)

@paulo-ocean paulo-ocean self-assigned this Feb 19, 2025
Copy link
Member

@jamiehewitt15 jamiehewitt15 left a comment

Choose a reason for hiding this comment

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

Looks good to me

@alexcos20 alexcos20 changed the base branch from main to release_4.0 March 4, 2025 09:29
@alexcos20
Copy link
Member

I've changed the base of this PR to be release_4_0, so watch out for changes.
Especially everything DDO related, which must use ddo.js

@paulo-ocean paulo-ocean merged commit 6199be8 into release_4.0 Mar 5, 2025
11 checks passed
@paulo-ocean paulo-ocean deleted the issue-1913-validateddo-params branch March 5, 2025 10:34
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.

Update Aquarius validate DDO call (missing some optional parameters)
3 participants