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

UMP not working on kusama #243

Closed
sander2 opened this issue Mar 10, 2023 · 3 comments
Closed

UMP not working on kusama #243

sander2 opened this issue Mar 10, 2023 · 3 comments

Comments

@sander2
Copy link
Contributor

sander2 commented Mar 10, 2023

#242 contains a fix for ump, but for me that's only working for older blocks. On the chain head (i.e. not providing a block number in the config), messages do not get delivered to the kusama chain.

There seems to be some randomness involved. On older blocks, it works.. sometimes. Once it works, it seems to keep working, but otherwise a chopsticks restart sometimes helps. One thing I noticed, is that sometimes, a block containing the xtokens.transfer call gets included on the parachain side, but on the relay chain side no block gets mined until an additional block on the parachain is mined.

@ermalkaleci
Copy link
Collaborator

For kusama it's best using import-storage with some clearPrefix (checkout configs/kusama.yml) otherwise it will keep pulling a lot of storage and never build any block

@ermalkaleci
Copy link
Collaborator

Also define a db for caching

@sander2
Copy link
Contributor Author

sander2 commented Mar 10, 2023

Thanks for the tip - turns out that it kept querying parasDisputes.disputes - probably due to this issue that's going on right now on kusama: https://twitter.com/dev0_sik/status/1634160837110661122?s=61&t=lrlpzqvaD2VRuynGgaR0aQ

Clearing that prefix fixed it

@sander2 sander2 closed this as completed Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants