Skip to content

Failing genesis #514

@kamilsa

Description

@kamilsa

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions