terra-money / warp-contracts

Other
15 stars 14 forks source link

Remove the need for Warp account in order to run keeper #41

Closed dev8723 closed 1 year ago

dev8723 commented 1 year ago

Keeper is anyone that executes or evicts pending jobs. Currently keepers need to create a Warp account as the first step, because when they call execute_job, they get the reward or eviction fee in their Warp account, and they need to withdraw those reward manually to their EOA account. I don't think we need people to create Warp account first to be the keeper, controller can just send the reward or execution fee directly to contract caller aka the keepers themselves.

dev8723 commented 1 year ago

done