forked from open-web3-stack/parachain-launch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from peaqnetwork/feat/1205546177761294_moonbea…
…n_node_v0.0.15 Feat/1205546177761294 moonbean node v0.0.15
- Loading branch information
Showing
7 changed files
with
178 additions
and
31 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
# Relaychain Configuration | ||
relaychain: | ||
image: parity/polkadot:v1.0.0 # the docker image to use | ||
chain: rococo-local # the chain to use | ||
runtimeGenesisConfig: # additonal genesis override | ||
configuration: | ||
config: | ||
validation_upgrade_cooldown: 10 | ||
validation_upgrade_delay: 10 | ||
hrmp: | ||
preopenHrmpChannels: | ||
- sender: 3000 | ||
recipient: 3338 | ||
maxCapacity: 8 | ||
maxMessageSize: 102400 | ||
- sender: 3338 | ||
recipient: 3000 | ||
maxCapacity: 8 | ||
maxMessageSize: 102400 | ||
env: # environment variables for all relaychain nodes | ||
RUST_LOG: parachain::candidate-backing=trace,xcm=trace | ||
flags: # additional CLI flags for all relaychain nodes | ||
- --rpc-methods=unsafe | ||
nodes: # nodes config | ||
- name: alice # the node name and session key, this imply `--alice` | ||
wsPort: 9944 # default ws port number is `9944 + global_node_index` | ||
rpcPort: 9933 # default rpc port number is `9933 + global_node_index` | ||
port: 30333 # default libp2p port number is `30333 + global_node_index` | ||
flags: # additional CLI flags for this node | ||
- --force-authoring | ||
- name: bob | ||
- name: charlie | ||
|
||
# Parachain Configuration | ||
parachains: | ||
# Config for first parachain | ||
- image: peaq/parachain:peaq-v0.0.2 | ||
chain: # this could be a string like `dev` or a config object | ||
base: peaq-local # the chain to use | ||
chainType: Development | ||
collators: # override collators | ||
# - alice | ||
# - bob | ||
- ferdie | ||
# - eve | ||
sudo: alice # override sudo key to //Alice | ||
runtimeGenesisConfig: # additonal genesis override | ||
balances: | ||
balances: | ||
- [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY, 1000000000000000000000] | ||
- [5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty, 1000000000000000000000] | ||
- [5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y, 1000000000000000000000] | ||
- [5DAAnrj7VHTznn2AWBemMuyBwZWs6FNFjdyVXUeYum3PTXFy, 1000000000000000000000] | ||
- [5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw, 1000000000000000000000] | ||
- [5CiPPseXPECbkjWCa6MnjNokrgYjMqmKndv2rSnekmSK2DjL, 1000000000000000000000] | ||
id: 3338 # override parachain id | ||
parachain: true # this is parachain, not parathread | ||
flags: # CLI flags for this parachain nodes | ||
- --rpc-methods=unsafe | ||
# - --force-authoring | ||
- --execution=wasm | ||
- --state-pruning=archive | ||
relaychainFlags: # CLI flags for the relaychain port | ||
- --execution=wasm | ||
env: # environment variables for this parachain nodes | ||
RUST_LOG: sc_basic_authorship=trace,xcm=trace | ||
volumePath: /chain-data # The path to mount volume and base path, default to /data | ||
nodes: # nodes config | ||
- name: ferdie | ||
wsPort: 10044 | ||
rpcPort: 10033 | ||
port: 30433 | ||
flags: # additional CLI flags for this node | ||
- --ferdie | ||
relaychainFlags: # additional CLI flags for relaychain part | ||
- --name=relaychain-ferdie | ||
# - name: eve | ||
# wsPort: 10045 | ||
# rpcPort: 10034 | ||
# port: 40337 | ||
# flags: # additional CLI flags for this node | ||
# - --eve | ||
# relaychainFlags: # additional CLI flags for relaychain part | ||
# - --name=relaychain-eve | ||
|
||
- image: acala/acala-node:2.21.0 | ||
chain: | ||
base: acala-local | ||
collators: | ||
- bob | ||
sudo: alice | ||
runtimeGenesisConfig: # additonal genesis override | ||
balances: | ||
balances: | ||
- [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY, 1000000000000000000000] | ||
- [5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty, 1000000000000000000000] | ||
- [5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y, 1000000000000000000000] | ||
- [5DAAnrj7VHTznn2AWBemMuyBwZWs6FNFjdyVXUeYum3PTXFy, 1000000000000000000000] | ||
- [5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw, 1000000000000000000000] | ||
- [5CiPPseXPECbkjWCa6MnjNokrgYjMqmKndv2rSnekmSK2DjL, 1000000000000000000000] | ||
id: 3000 | ||
parachain: true | ||
flags: | ||
- --rpc-methods=unsafe | ||
- --force-authoring | ||
- --wasm-execution=compiled | ||
- --execution=wasm | ||
relaychainFlags: | ||
- --wasm-execution=compiled | ||
- --execution=wasm | ||
env: | ||
RUST_LOG: sc_basic_authorship=trace,cumulus-consensus=trace,cumulus-collator=trace,collator_protocol=trace,collation_generation=trace,aura=debug,xcm=trace | ||
# Acala's path should be under the acala/data | ||
volumePath: /acala/data | ||
nodes: # nodes config | ||
- name: bob # the node name and session key, this imply `--alice` | ||
wsPort: 10144 # default ws port number is `9944 + global_node_index` | ||
rpcPort: 10133 # default rpc port number is `9933 + global_node_index` | ||
port: 30533 # default libp2p port number is `30333 + global_node_index` | ||
flags: | ||
- --bob | ||
relaychainFlags: # additional CLI flags for relaychain part |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FORKED_CONFIG_FILE="scripts/config.parachain.peaq-dev.forked.moonbeam.v0.0.13.yml" \ | ||
FORKED_CONFIG_FILE="scripts/config.parachain.peaq-dev.forked.moonbeam.v0.0.14.yml" \ | ||
RPC_ENDPOINT="https://moonbeam.peaq.network" \ | ||
DOCKER_COMPOSE_FOLDER="yoyo" \ | ||
FORK_FOLDER="/home/jaypan/Work/peaq/fork-test/fork-binary/peaq-dev-moonbeam-v0.0.13" \ | ||
FORK_FOLDER="/home/jaypan/Work/peaq/fork-test/fork-binary/peaq-dev-v0.0.14.moonbeam" \ | ||
KEEP_COLLATOR="false" \ | ||
KEEP_PARACHAIN="false" \ | ||
sh -e -x forked.generated.sh |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FORKED_CONFIG_FILE="scripts/config.parachain.peaq.forked.v0.0.1.yml" \ | ||
FORKED_CONFIG_FILE="scripts/config.parachain.peaq.forked.v0.0.2.yml" \ | ||
RPC_ENDPOINT="https://erpc-mpfn1.peaq.network" \ | ||
DOCKER_COMPOSE_FOLDER="yoyo" \ | ||
FORK_FOLDER="/home/jaypan/Work/peaq/fork-test/fork-binary/peaq-v0.0.1" \ | ||
FORK_FOLDER="/home/jaypan/Work/peaq/fork-test/fork-binary/peaq-v0.0.2" \ | ||
KEEP_COLLATOR="false" \ | ||
KEEP_PARACHAIN="true" \ | ||
KEEP_PARACHAIN="false" \ | ||
sh -e -x forked.generated.sh |
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