-
Notifications
You must be signed in to change notification settings - Fork 41
Labels
bugSomething isn't workingSomething isn't working
Description
If we take latest substrate and generate genesis using commands:
./target/debug/substrate build-spec --chain=local > ~/localspec.json
./target/debug/substrate build-spec --chain ~/localspec.json --raw > ~/localchain.json
and then pass this genesis to the latest kagome:
cd node/
kagome_validating --genesis ~/localchain.json --keystore localkeystore.json -l sub_ldb1 --p2p_port 11122 --rpc_http_port 11133 --rpc_ws_port 11144 -f -v 0
Then we can see the error: message: panicked at 'Host to wasm values are encoded correctly; qed: Error' thrown when BabeApi_configuration is invoked
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working