Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moonbase runtime-2901 can't execute extrinsic #2801

Open
imstar15 opened this issue May 15, 2024 · 1 comment
Open

Moonbase runtime-2901 can't execute extrinsic #2801

imstar15 opened this issue May 15, 2024 · 1 comment

Comments

@imstar15
Copy link

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
Copy link
Collaborator

noandrea commented May 16, 2024

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:

  • moonbeam v0.37.3
  • polkadot v1.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants