AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

Unable to map [u8; 32] to a lookup index #550

Closed xlc closed 10 months ago

xlc commented 10 months ago

got this log with dev_runBlock, most likely due to

https://github.com/AcalaNetwork/chopsticks/blob/eb369abdf12c3e4254157934b2314b27ecf578fa/packages/core/src/utils/well-known-keys.ts#L32

need to check why it is logging this, what's the impact, and see if we can workaround it

ermalkaleci commented 10 months ago

has to nothing to do with chopsticks. this happens after you upgrade polkadot/api to 10.11.1 which adds this type https://github.com/polkadot-js/api/commit/d9d0d7b0c8f15495362c82d1023dbf7c8d686864

xlc commented 10 months ago

oh interesting. still need to figure out if that log means something is broken or not

Tbaut commented 10 months ago

edit: my bad, I see the config has changed a lot, will update.

xlc commented 10 months ago

appears to be harmless