-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine standalone and parachain node (#204)
* basic idea * prune stray commetn * prune stadalone node * Restructure directories * missed a few * cargo fmt * Update node/src/dev_service.rs Co-authored-by: nanocryk <6422796+nanocryk@users.noreply.github.com> * Reduce CI * fix broken links * Sketch ideas for mocking the validation data inherent * move file to right place * getting closer * trie root * persisted vd * transient vd * mock inherent makes it to the runtime but isn't valid. * Make it work!! (lots of hack'n'slash to be cleaned up still) * Move rpc module back into node directory * prune standalone dockerfile * Remove standalone feature from runtime. There is truly only one runtime now. * cargo fmt * unit struct * inherents.rs file * cleanup mock timestamp provider * line length * properly import sproof builder * cargo fmt * proper development config * spec function docs * update README * default author in --dev mode * Update node/src/command.rs Co-authored-by: Stephen Shelton <steve@brewcraft.org> * wire tests back together * Update node/src/inherents.rs Co-authored-by: Amar Singh <asinghchrony@protonmail.com> * Update node/src/inherents.rs Co-authored-by: Amar Singh <asinghchrony@protonmail.com> * Fixes test for unified binaries * Update node/src/inherents.rs * single `mock` parameter * ughh cargo fmt * runtime version to match master * line length and less focused test * prettier Co-authored-by: nanocryk <6422796+nanocryk@users.noreply.github.com> Co-authored-by: Stephen Shelton <steve@brewcraft.org> Co-authored-by: Amar Singh <asinghchrony@protonmail.com> Co-authored-by: Crystalin <alan@purestake.com>
- Loading branch information
1 parent
7ffc7f3
commit 1a8a62b
Showing
33 changed files
with
588 additions
and
10,784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.