Skip to content

Remove 0x prefix from agreementId on computeStatus query string #1892

@paulo-ocean

Description

@paulo-ocean

See related issue on node:
oceanprotocol/ocean-node#776
for reference and details
We should not remove the 0x prefix from the agreementId on V4
This was done because of an issue that existed on provider

let url = `?consumerAddress=${consumerAddress}`
    url += (agreementId && `&agreementId=${this.noZeroX(agreementId)}`) || ''
    url += (jobId && `&jobId=${jobId}`) || ''

the noZeroX will not be needed on release V4

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions