-
Notifications
You must be signed in to change notification settings - Fork 8
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
upgrade to polkadot v1.8.0 #361
Conversation
CI test bootstrap.. currently fails upon querying fee details: node:
client:
guess this is the first attempt to pay fees in CC |
Hmmm, this line panicks as it seems: https://github.com/encointer/pallets/blob/79c7f85e45d72a417918a7d5297db1cb0001dcbe/balances-tx-payment/rpc/src/lib.rs#L100 Not sure if it has to do something with the different runtime api versions define here, but the last update to this file is quite old, so I don't think it should matter: https://github.com/paritytech/polkadot-sdk/blob/329c07723614836a05b1d9158e1a8fdea6fb6508/substrate/frame/transaction-payment/rpc/runtime-api/src/lib.rs. |
hmm, this here works, so I doubt we have a general issue here: it's the whitelist argument which causes the trouble. This here reproduces the issue: ah, I messed up the whitelist argument and dropped the option wrapper |
stable
(fmt
still uses nightly, because stable sucks. fellows runtimes does the same)