timewave-computer / covenants

Apache License 2.0
17 stars 4 forks source link

add event notification to covenant contracts #131

Open bekauz opened 8 months ago

bekauz commented 8 months ago

Currently it's a little tedious to track the state machine progress of all covenants.

Lets try to introduce an event notification system that would help deal with this:

Logic for this is generic enough to sit in covenant_utils.

Things to consider:

uditvira commented 8 months ago

I really like this. However, I'd like to prioritize getting the two-party functionality and Osmosis integration complete before we work on quality of life improvements for users