-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pangolin ahUSDT #1236
Merged
Merged
Pangolin ahUSDT #1236
Conversation
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
Who should be the foreign_asset owner? AssetManager or root? |
Both options are acceptable. |
parachain-launch config # Relaychain Configuration
relaychain:
image: parity/polkadot:v0.9.42 # 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
overrides: # additonal runtime override
session_length_in_blocks: 100
env: # environment variables for all relaychain nodes
RUST_LOG: parachain::candidate-backing=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: 1144 # default ws port number is `9944 + global_node_index`
rpcPort: 1133 # 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
env:
#RUST_LOG: babe=debug # environment varitables for this node
RUST_LOG: xcm=trace
- name: bob
- name: charlie
# Parachain Configuration
parachains:
# Config for first parachain
- image: ghcr.io/darwinia-network/darwinia:pango-6310-1
chain: # this could be a string like `dev` or a config object
base: pangolin-local # the chain to use
id: 2105 # override parachain id
parachain: true # this is parachain, not parathread
flags: # CLI flags for this parachain nodes
- --rpc-methods=unsafe
- --force-authoring
- --execution=wasm
relaychainFlags: # CLI flags for the relaychain port
- --execution=wasm
env: # environment variables for this parachain nodes
RUST_LOG: xcm=trace
nodes: # nodes config
- wsPort: 9944
rpcPort: 9933
port: 31333
flags: # additional CLI flags for this node
- --alice
relaychainFlags: # additional CLI flags for relaychain part
- --name=relaychain-alice
env:
RUST_LOG: xcm=trace # environment varitables for this node
- flags:
- --bob
- flags:
- --charlie
# Config for second parachain
- image: parity/polkadot-parachain:0.9.420
chain: # this could be a string like `dev` or a config object
base: statemine-local # the chain to use
sudo: alice # override sudo key to //Alice
id: 1000 # override parachain id
parachain: true # this is parachain, not parathread
flags: # CLI flags for this parachain nodes
- --rpc-methods=unsafe
- --force-authoring
- --execution=wasm
relaychainFlags: # CLI flags for the relaychain port
- --execution=wasm
env: # environment variables for this parachain nodes
RUST_LOG: xcm=trace
nodes: # nodes config
- wsPort: 2244
rpcPort: 2233
port: 22333
flags: # additional CLI flags for this node
- --alice
relaychainFlags: # additional CLI flags for relaychain part
- --name=relaychain-alice
env:
RUST_LOG: xcm=trace # environment varitables for this node
- flags:
- --bob
- flags:
- --charlie |
aurexav
reviewed
Aug 22, 2023
aurexav
reviewed
Aug 22, 2023
jiguantong
commented
Aug 22, 2023
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
boundless-forest
previously approved these changes
Aug 24, 2023
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.
I am not the expert of XCM staff, others LGTM
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Check d7620c0
|
Closed
This was referenced Nov 15, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#1234
https://assethub-polkadot.subscan.io/extrinsic/1225717-2?event=1225717-4
Rococo Test USDT