Closed tserg closed 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.
TroveUpdated
Forge(trove_id, amount)
Melt(trove_id, amount)
Charge(trove_id, amount)
This PR replaces the
TroveUpdated
event withForge(trove_id, amount)
,Melt(trove_id, amount)
andCharge(trove_id, amount)
to enable a trove's transaction history to be easily constructed from events.