-
Notifications
You must be signed in to change notification settings - Fork 13
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
port encointer client for parachain #3
Comments
Summary of some research:
Implication for encointer-client
|
chain specific trait does not help because we're still hard-coding the runtime into the binary. My goal would've been to share the same binary for different chains. What we could do:
thoughts? |
I need to think about the 2. and 3. |
Regarding chain specific trait. I did understand you correctly. We can pass the concrete But I mentioned in this case the wrong signature above. It would be: |
If you think this is going happen, we should add the subcommand |
Conclusively, my suggestion would be:
|
Why does it matter whether Gesell contains the substratee-pallet? |
I just realized, there is no need for this if we update the parachain... |
as the parachain now works with encointer-client-notee, shall we close this issue and postpone moving it to its own crate? |
I agree to closing and postponing |
Because the parachain template still doesn't use MultiAddress, we need to adapt substrate-api-client as well as encointer-client to work with the encointer-collator
The strategy:
Address
type)The text was updated successfully, but these errors were encountered: