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

Handle event stream errors #96

Closed leeduan closed 2 years ago

leeduan commented 2 years ago

Summary of Bug

Event stream can include events that are not successful. Need to check code id of each event before processing.

Version

Unsure

Steps to Reproduce

Broadcast a message with insufficient gas and it'll still be included in event stream


For Admin Use

leeduan commented 2 years ago

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