Skip to content

Refactor Signature Message Construction #1201

@bogdanfazakas

Description

@bogdanfazakas

the message used for signature validation is constructed by concatenating consumerAddress, datasets[0].documentId, and nonce.
we have use cases when documentId is undefined and that is ok.

create a new signature structure

message = 'consumerAddress'+'nonce'+'cmd'
the signature flow stays the same we only update the message structure!

breaking change: Node, ocean.js, ocean-orchestrator, ocean-cli(just check) , motoring, dashboard

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions