bro-n-bro / spacebox

MIT License
35 stars 4 forks source link

Add neutron cron module #89

Open bro-n-bro-0 opened 1 month ago

bro-n-bro-0 commented 1 month ago

https://docs.neutron.org/neutron/modules/cron/overview

the same like #88

iljagrabar14 commented 1 month ago

didn't find any matched info in our db

select *
from
(
    SELECT 
        *, 
        JSONExtractString(message, 'msg', 'propose', 'msg', 'propose', 'msgs') as propose,
        arrayJoin(JSONExtractArrayRaw(JSONExtractString(message, 'msg', 'propose', 'msg', 'propose', 'msgs'))) as s
    FROM spacebox.message
    WHERE `type` = '/cosmwasm.wasm.v1.MsgExecuteContract' and propose != '' and JSONExtractString(s, 'custom') != ''
)
iljagrabar14 commented 1 month ago

check in pion

iljagrabar14 commented 1 month ago

the same in pion: no schedule info

iljagrabar14 commented 4 weeks ago

recheck