This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Conversation
coriolinus
commented
Oct 2, 2020
ordian
approved these changes
Oct 5, 2020
ordian
left a comment
There was a problem hiding this comment.
There is also docker-compose, but I guess the difference is that this one builds on HEAD instead of the latest released version?
I'm not well versed in bash enough in order tell you if there are better ways of doing this (maybe @s3krit is?), but it seems to work locally, which is what matters the most.
Contributor
Author
|
bot merge |
|
Waiting for commit status. |
Member
|
We already have something more advanced: https://github.com/shawntabrizi/polkadot-launch |
Contributor
Author
|
That's interesting, and definitely more advanced, but in this case I think simplicity is a virtue. The point here is to be able to take any given state of the codebase and quickly and accurately answer the question: "Can it still produce blocks?" |
ordian
added a commit
that referenced
this pull request
Oct 6, 2020
* master: Make collation an optional return (#1787) XCM: Land xcm-handler and xcm-executor (#1771) v0.8.25 (#1785) add two node local net script (#1781) Adjust max nominators down to 128 (from 256) (#1782) Companion for substrate/pull/7215 (#1768) Remove Stale Upgrades (#1780) Update Polkadot Weights for Substrate 2.0 (#1761) Parachains v1 registrar module. (#1559) Derive `From` for `AllMessages` and simplify `send_msg` (#1774) implement remaining subsystem metrics (#1770) Companion for paritytech/substrate#7236 (#1773) WIP: remove deprecated only/except clauses, build is now manual on PRs (#1769) Increase Westend `spec_version` (#1766) move Metrics to utils (#1765)
ordian
added a commit
that referenced
this pull request
Oct 6, 2020
* master: NetworkBridge: validator (authorities) discovery api (#1699) Registrar v1 follow-ups (#1786) Make collation an optional return (#1787) XCM: Land xcm-handler and xcm-executor (#1771) v0.8.25 (#1785) add two node local net script (#1781) Adjust max nominators down to 128 (from 256) (#1782) Companion for substrate/pull/7215 (#1768) Remove Stale Upgrades (#1780) Update Polkadot Weights for Substrate 2.0 (#1761)
This pull request was closed.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's non-trivial to run a multi-node local net. This PR adds a script which makes it a pushbutton operation.