moonbeam-foundation / moonbeam

An Ethereum-compatible smart contract parachain on Polkadot
https://moonbeam.network
GNU General Public License v3.0
919 stars 328 forks source link

Moonbase runtime-2901 can't execute extrinsic #2801

Closed imstar15 closed 3 weeks ago

imstar15 commented 3 months ago

I am Charles from OAK network. I launch moonbase runtime-2901 with zombienet.

[settings]
provider = "native"
timeout = 1000

[relaychain]
default_command = "../polkadot-sdk/target/release/polkadot"
chain = "rococo-local"

    [[relaychain.nodes]]
    name = "alice"
    ws_port = 60613
    rpc_port = 8850

    [[relaychain.nodes]]
    name = "bob"
    ws_port = 60614
    rpc_port = 8851

[[parachains]]
id = 1000
cumulus_based = true
chain = "moonbase-local"

    [parachains.collator]
    name = "moonbase-local-col-1"
    command = "../moonbeam/target/release/moonbeam"
    args = ["-lxcm=trace --state-pruning archive"]
    ws_port = 9949
    rpc_port = 8868

When the node launched, I send a extrinsic, and the extrinsic is in invalid status. There's no error in log.

image
noandrea commented 3 months ago

hello Charles, it seems to be an issue with PolkadotJS, I get the same error as you do but when I check the block content I see that the extrinsic has been executed.

Versions:

noandrea commented 3 weeks ago

closing as stale