-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
bot merge |
Waiting for commit status. |
We already have something more advanced: https://github.com/shawntabrizi/polkadot-launch |
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?" |
* 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)
* 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)
It's non-trivial to run a multi-node local net. This PR adds a script which makes it a pushbutton operation.