Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Let user upload chainSpec and wasm blob #766

Open
1 of 2 tasks
amaury1093 opened this issue Feb 5, 2020 · 1 comment
Open
1 of 2 tasks

Let user upload chainSpec and wasm blob #766

amaury1093 opened this issue Feb 5, 2020 · 1 comment

Comments

@amaury1093
Copy link
Contributor

amaury1093 commented Feb 5, 2020

By default, we'll bundle the Kusama wasm blob inside the extension.

  • Step 1. Users should be able to upload their own chainSpec via the UI.

start_client takes a chain_spec arg, we should make that arg take a JSON chainSpec. We'll just run in this case the kusama wasm blob with the inputted chainSpec.

  • Step 2. Users should be able to upload their own wasm blob via the UI.

Sometimes the chainSpec is not enough (e.g. when the custom chain implements custom BlockNumber type, Header etc, which happens at compile time), so the user needs to have a possibility to upload a wasm blob too, and let the extension run that custom wasm blob.

reported by @expenses

@expenses
Copy link

expenses commented Feb 5, 2020

Step 1 has just been done ;^)

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

No branches or pull requests

2 participants