hyperledger-firefly / hyperledger-firefly/samples
Change Deprecated Broadcast API
Open
good first issue
- Dominant language
- TypeScript
- Stars
- 25
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
From the current sample apps private-data-transfer-cli and private-data-transfer-ui, when broadcasting a message, it uses the old endpoint /namespaces/{ns}/broadcast/message. Although not changing it currently does not break anything, the endpoint can be updated to use the new broadcast endpoint.
The following is the new endpoint for broadcasting messages: /namespace/{ns}/messages/broadcast
Contributor guide
Assessment
This issue has not been assessed yet.