FigureTechnologies / digital-currency-consortium

Digital Currency Consortium middleware - interface between banks and digital currency smart contracts.
Apache License 2.0
12 stars 3 forks source link

Add sale id to the event metadata from the sale asset sc #126

Closed ranadewall closed 1 year ago

ranadewall commented 1 year ago

Summary

Add the id of the sale to the events produced for the create/cancel/complete sale actions in the asset sale smart contract

Problem Definition

It would be helpful to tie the events to sale data persisted off chain.

Proposal

Add an additional attribute for the id of the sale to the metadata of the events.


For Admin Use

ranadewall commented 1 year ago

Fixed with https://github.com/FigureTechnologies/digital-currency-consortium/pull/128