warden-protocol / wardenprotocol

Monorepo for the Warden Protocol.
https://wardenprotocol.org
Apache License 2.0
1.09k stars 96 forks source link

Add MsgCheckAction #466

Open Pitasi opened 4 days ago

Pitasi commented 4 days ago

Add a new msg type MsgCheckAction to manually re-check the Rule for a pending Action, and potentially execute it.

Right now the Actions are only rechecked on new approvals, but since the Rules can depend on other values than just approvals, the least we can do is having a manual retrigger.