arkeonetwork / arkeo

Arkeo - Free Market Blockchain Data Infrastructure
Other
19 stars 20 forks source link

Typed events vs legacy events #155

Open 0xean opened 1 year ago

0xean commented 1 year ago

https://docs.cosmos.network/v0.46/core/events.html

We should move toward typed events

Acceptance Criteria

  1. Move all events emitted by the Arkeo module to types events
  2. Update sentinel and directory to handle type events in their listeners.
  3. make a call on wether we care enough about updating the Claim module to include typed events vs the time it would take to implement.
0xean commented 1 year ago

reopening since PR was just 1 part of the large modifications.