Open bro-n-bro-0 opened 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') != ''
)
check in pion
the same in pion: no schedule info
recheck
https://docs.neutron.org/neutron/modules/cron/overview
the same like #88