lindy-labs / opus_contracts

Opus Source Code
https://opus.money
Other
0 stars 0 forks source link

feat: improve trove events for yin #574

Closed tserg closed 7 months ago

tserg commented 7 months ago

This PR replaces the TroveUpdated event with Forge(trove_id, amount), Melt(trove_id, amount) and Charge(trove_id, amount) to enable a trove's transaction history to be easily constructed from events.