Moonbase runtime-2901 can't execute extrinsic
Closed this issue · 2 comments
imstar15 commented
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.
noandrea commented
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
noandrea commented
closing as stale