-
Notifications
You must be signed in to change notification settings - Fork 82
Adjust startercode branch to be in line with master #79
base: startercode
Are you sure you want to change the base?
Conversation
This reverts commit 3a59a31.
…and-upgrade Upgrade to alpha.6
…owup Update version note in README
…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 <[email protected]>
* 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 <[email protected]> * Update runtime/src/utxo.rs Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: Alexander Popiak <[email protected]>
If you're bringing the video / workshop part of this up to speed, I highly recommend referencing a tag in the new videa rather than a branch like last time. The reason is that when this PR gets merged the old video will talk about a branch that no longer points where it pointed when the video was recorded. |
Well I was just trying to bring this branch to an equivalent state to master so that people would be able to compile it again and work from it. |
Any updates on adjusting the branch to be in line with the master branch? |
…code Update startercode branch to v2.0.0
Hello, thanks for creating this branch OS: mac Big Sur 11.2.3 when I run Checking primitive-types v0.7.2 error[E0282]: type annotations needed error[E0282]: type annotations needed error: aborting due to 3 previous errors For more information about this error, try To learn more, run the command again with --verbose. |
People were having trouble compiling the
startercode
branch of the utxo-workshop here: paritytech/substrate#7256Adjusted the branch to be in line with the master branch.