AcalaNetwork / acala-types.js

Apache License 2.0
0 stars 0 forks source link

Karura failed to decode block 43244 and 43249 #59

Closed jiqiang90 closed 6 months ago

jiqiang90 commented 6 months ago

Hi team, after updated to polkadotjs 11, we had issue decode with these two blocks in Karura.

image

https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkarura.api.onfinality.io%2Fpublic-ws#/explorer/query/43244

I found those types are missing, but I'm not 100% sure with runtime versions. Could you please check and make an update? Thank you

      DispatchTime: {
          _enum: {
              At: 'BlockNumber',
              After: 'BlockNumber'
          }
      },
      CallOf: 'Call',
      AsOriginId: 'AuthoritysOriginId',
      AuthoritysOriginId: {
          _enum: [
              'Root',
              'EaveTreasury',
              'CdpTreasury',
              'ElpTreasury',
              'DSWF'
          ]
      },
      DispatchErrorModule: 'DispatchErrorModuleU8'
shunjizhan commented 6 months ago

fixed by #60