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

Redeem and burn coin movement logship #84

Closed leeduan closed 2 years ago

leeduan commented 2 years ago

Summary

With the decoupling of fiat deposit from redeem/burn process, need to add a new event type for actual redeem and burn.

Problem Definition

With v0.13.1 changes to call bank middleware of a fiat deposit without doing a burn, the current transfer coin movements labeled "burn" are really fiat deposits. A separate coin movement event should exist for redeem and burn.

Proposal

Event stream processor should consume redeem and burn events, and insert a redeem and burn coin movement for logship reporting.


For Admin Use

leeduan commented 2 years ago

https://github.com/provenance-io/digital-currency-consortium/pull/86