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

child trie issue #437

Closed
xlc opened this issue Oct 12, 2023 · 0 comments · Fixed by #438
Closed

child trie issue #437

xlc opened this issue Oct 12, 2023 · 0 comments · Fixed by #438
Assignees

Comments

@xlc
Copy link
Member

xlc commented Oct 12, 2023

refund a crowdloan will panic

panicked at 'assertion failed: in_parent_next_key > key', /Users/xiliangchen/projects/acala/chopsticks/vendor/smoldot/lib/src/executor/storage_diff.rs:207:13

Stack:

Error
    at module.exports.__wbg_new_abda76e883ba8a5f (/Users/xiliangchen/projects/acala/chopsticks/executor/node/chopsticks_executor.js:521:17)
    at wasm://wasm/00991a86:wasm-function[723]:0x12f942
    at wasm://wasm/00991a86:wasm-function[886]:0x1391f7
    at wasm://wasm/00991a86:wasm-function[869]:0x1355ba
    at wasm://wasm/00991a86:wasm-function[169]:0xe94b6
    at wasm://wasm/00991a86:wasm-function[96]:0xaa4cf
    at wasm://wasm/00991a86:wasm-function[354]:0x113a06
    at wasm://wasm/00991a86:wasm-function[941]:0x139b7f
    at __wbg_adapter_46 (/Users/xiliangchen/projects/acala/chopsticks/executor/node/chopsticks_executor.js:229:10)
    at real (/Users/xiliangchen/projects/acala/chopsticks/executor/node/chopsticks_executor.js:214:20)


/Users/xiliangchen/projects/acala/chopsticks/executor/node/chopsticks_executor.js:229
    wasm.wasm_bindgen__convert__closures__invoke1_mut__h4d6b9e2da92aa276(arg0, arg1, addHeapObject(arg2));
         ^
RuntimeError: unreachable
    at wasm://wasm/00991a86:wasm-function[723]:0x12fa6b
    at wasm://wasm/00991a86:wasm-function[886]:0x1391f7
    at wasm://wasm/00991a86:wasm-function[869]:0x1355ba
    at wasm://wasm/00991a86:wasm-function[169]:0xe94b6
    at wasm://wasm/00991a86:wasm-function[96]:0xaa4cf
    at wasm://wasm/00991a86:wasm-function[354]:0x113a06
    at wasm://wasm/00991a86:wasm-function[941]:0x139b7f
    at __wbg_adapter_46 (/Users/xiliangchen/projects/acala/chopsticks/executor/node/chopsticks_executor.js:229:10)
    at real (/Users/xiliangchen/projects/acala/chopsticks/executor/node/chopsticks_executor.js:214:20)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

use api.rpc('dev_newBlock', {unsafeBlockHeight: 17855999, count:3}) on Polkadot to have some crowdloan for refund

@ermalkaleci ermalkaleci linked a pull request Oct 12, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants