archway-network / archway

Archway Network
https://archway.io
Other
72 stars 99 forks source link

feat(x/callback): Implement callback execution #486

Closed spoo-bar closed 9 months ago

spoo-bar commented 10 months ago

Loop through all the registered callbacks at given height. Execute them one by one. Ensuring the maxgaslimit param. Post execution, delete that callback from the module

spoo-bar commented 9 months ago

Implemented with https://github.com/archway-network/archway/pull/508