Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add neutron cron module #89

Open
Tracked by #78
bro-n-bro-0 opened this issue Sep 30, 2024 · 4 comments
Open
Tracked by #78

Add neutron cron module #89

bro-n-bro-0 opened this issue Sep 30, 2024 · 4 comments
Assignees

Comments

@bro-n-bro-0
Copy link
Contributor

bro-n-bro-0 commented Sep 30, 2024

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

the same like #88

@bro-n-bro-0 bro-n-bro-0 mentioned this issue Sep 30, 2024
20 tasks
@bro-n-bro-0 bro-n-bro-0 changed the title neutron cron Add neutron cron module Sep 30, 2024
@iljagrabar14
Copy link
Contributor

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
Copy link
Contributor

check in pion

@iljagrabar14
Copy link
Contributor

the same in pion: no schedule info

@iljagrabar14
Copy link
Contributor

recheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants