AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
136 stars 81 forks source link

Chopstics cannot process transactions with `CheckMetadataHash` extension #779

Closed valentunn closed 4 months ago

valentunn commented 4 months ago

Steps to reproduce:

  1. Fork Kusama
  2. Apply 1.2.5 runtime upgrade https://github.com/polkadot-fellows/runtimes/releases/tag/v1.2.5
  3. Try to transfer from Alice account via Polkadot.js

The same can be observed with payment_queryFeeInfo rpc call but not when fetching fee information via state_call

Guessing the potential solution, bumbing polkadot-js/api should help since recent version includes support for CheckMetadataHash

image
qiweiii commented 4 months ago

I created a pr #781 that use latest polkadota/api, seems it works. Please check if it solves this issue

ermalkaleci commented 4 months ago

@qiweiii yes we just need to bump pjs/api. as long as tests pass it won't cause any harm to release a new version

qiweiii commented 4 months ago

Released 0.12.2