-
Notifications
You must be signed in to change notification settings - Fork 51
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
Parachain compatibility broken: UnusedProofEntry on token transfer #416
Comments
I will check it out 👍 For what it's worth, a similar issue was found two months ago (#154) and fixed by paritytech/substrate#13284 If you don't have paritytech/substrate#13284 in, then unfortunately that'd be the cause. |
Thanks @tomaka so that may be it, Astar is not yet uplifted to polkadot-v0.9.39 including this fix. |
For what it's worth, this was a bug in Substrate that happens when you transition the chain to |
@tomaka I'm closing the issue, para compatibility is back after upgrade to polkadot-v0.9.39, thanks |
During latest tests, we realized smoldot can't make transfer on parachain anymore with the following message:
[tx-service-shibuya] Failed to validate transaction 0xb4f0…bff4: Error in call proof: UnusedProofEntry
The connection is well established with relay (tokyo) and para (shibuya).
Transfers work for any relay chain.
Transfer don't work with parachain.
How to reproduce
Shibuya tokens can be obtained just requesting the faucet here: https://portal.astar.network/shibuya-testnet/assets
The text was updated successfully, but these errors were encountered: