Henry

Results 16 comments of Henry

The problem is on Moonbase Alpha: https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fwss.api.moonbase.moonbeam.network#/explorer/query/6601 I've edited the title and description.

OK I see. Where does Polkadot JS apps get Moonbeam types from currently?

Hey @jacogr , we think the problem is within the PR you linked, at this part: https://github.com/polkadot-js/api/blob/dff0fc1c7d8c28820fafedb361970a9d7d8d5a93/packages/types/src/interfaces/eth/definitions.ts#L298 this part should be something like: EthTransaction: { TransactionV2 } where TransactionV2 is...

Hey @jacogr We found a fix for the eth transaction type (as seen in block 6601) and will update the moonbeam types bundle for that, but the system event decoding...

I see, thanks @jacogr . What would the recommended fix be then assuming it's the DispatchError type mismatch? Do we need to define the old type in the Moonbeam types...

I have updated the Moonbeam types bundle with the misssing types and have created a PR (https://github.com/polkadot-js/apps/pull/8008)for Polkadot JS apps-config to bump the version, so this can be closed now....

Based on the error message, might be related to a missing library: try: `brew install libpq` `brew link --force libpq`

Try here: https://mystenlabs.github.io/sui/sui_types/utils/fn.sign_zklogin_tx_with_default_proof.html

@SpekalsG3 are you using the Mysten Move VS Code extension?