Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Update workshop branch to v2.0.0 - #82

Closed
danforbes wants to merge 77 commits into
workshopfrom
df/update/workshop
Closed

Update workshop branch to v2.0.0#82
danforbes wants to merge 77 commits into
workshopfrom
df/update/workshop

Conversation

@danforbes

Copy link
Copy Markdown

Relates to #79 #80 and #81

cc @JoshOrndorff

JoshOrndorff and others added 22 commits April 17, 2020 11:17
…on-keys

Remove session keys from runtimes
* Sketch initial testing

* sketch some integration testing

* fix indetn

* Fix more indent

* strip overly-entheusiastic attempt at Full UX test
* Bump dependencies

* runtime compiles

* runtime tests pass

* Node compiles

* Remove no-longer-correct weight type
* runtime compiles

* Sha3 mining algo compiles

* fix chain spec

* clean command

* Try to figure out concrete type of `PowBlockImport`.

* Update README.md

text minor reworks

* Compiles

* prune commented code

* Prune init script and improve readme

* prune unused MinimalSha3Algorithm

* Fix tests

Co-authored-by: Addie Wagenknecht <addie@nortd.com>
* add test that seems to spend non-existing tokens

* add pub key workaround

* tests should fail when bad things happen

* Another test that should be failing.

* fix the bug

* Update runtime/src/utxo.rs

Co-authored-by: Alexander Popiak <alexander.popiak@gmail.com>

* Update runtime/src/utxo.rs

Co-authored-by: Alexander Popiak <alexander.popiak@gmail.com>

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
Co-authored-by: Alexander Popiak <alexander.popiak@gmail.com>
@danforbes
danforbes marked this pull request as draft January 2, 2021 18:02
Comment thread README.md
3. In the console note the helper printouts. In particular, notice the default account `Alice` already has `100 UTXO` within the genesis block.

4. Open [Polkadot JS](https://polkadot.js.org/apps/#/settings), making sure the client is connected to your local node by going to Settings > General, and selecting `Local Node` in the `remote node` dropdown.
4. Open [Polkadot JS](https://polkadot.js.org/apps/#/settings) making sure the client is connected to your local node by going to Settings > General and selecting `Local Node` in the `remote node` dropdown.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Open [Polkadot JS](https://polkadot.js.org/apps/#/settings) making sure the client is connected to your local node by going to Settings > General and selecting `Local Node` in the `remote node` dropdown.
4. Open [Polkadot JS](https://polkadot.js.org/apps/#/settings) making sure the client is connected to your local node by going to `Settings > General` and selecting `Local Node` in the `remote node` dropdown.

Comment thread README.md
4. Open [Polkadot JS](https://polkadot.js.org/apps/#/settings) making sure the client is connected to your local node by going to Settings > General and selecting `Local Node` in the `remote node` dropdown.

5. **Declare the custom datatypes in PolkadotJS**, since the JS client cannot authomatically infer this from the UTXO module. Go to Settings > Developer tab and paste in the following JSON:
5. **Declare custom datatypes in PolkadotJS** as the frontend cannot automatically detect this information. To do this, go to Settings > Developer tab and paste in the following JSON:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
5. **Declare custom datatypes in PolkadotJS** as the frontend cannot automatically detect this information. To do this, go to Settings > Developer tab and paste in the following JSON:
5. **Declare custom datatypes in PolkadotJS** as the frontend cannot automatically detect this information. To do this, go to `Settings > Developer` tab and paste in the following JSON:

@jimmychu0807

Copy link
Copy Markdown

Closing it as it has been a while.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants