-
Notifications
You must be signed in to change notification settings - Fork 27
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
fix: hrmp #278
fix: hrmp #278
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #278 +/- ##
==========================================
+ Coverage 75.10% 75.11% +0.01%
==========================================
Files 61 62 +1
Lines 13701 13869 +168
Branches 13701 13869 +168
==========================================
+ Hits 10290 10418 +128
- Misses 2056 2094 +38
- Partials 1355 1357 +2
|
729b5b6
to
6beb4ba
Compare
1df2ea6
to
063b598
Compare
063b598
to
3bc1881
Compare
3bc1881
to
deffdbd
Compare
Rebased. |
I noticed that when I build the chain-spec-generator and used it to spin up a local network the parachains were not producing blocks. Used the release binary and it worked. Not 100% sure I did something wrong or it is the chain spec generator. Just put it here so that we are aware. |
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.
Looks good to me from a high-level perspective. Makes sense to replace https://github.com/r0gue-io/paseo-runtimes with https://github.com/r0gue-io/paseo-network-runtimes and begin maintaining it.
Need to coordinate with Ale in terms of whether this could be upstreamed to Paseo repo, even if with some feature flag. |
I was reviewing the changes we made. I can confirm that now everything on Paseo' side is using I can take care of doing so 🤝 |
Should just be whatever is applicable at paseo-network/runtimes@main...r0gue-io:paseo-network-runtimes:pop. It would be great to get this into the next pop release, but that would require a Paseo release with the updated CSG. |
@evilrobot-01 v1.3.3 and v1.3.4 should present no blockers now. |
e50e3ce
to
85acda6
Compare
Rebased |
* dispatch kill tx * paseo-local metadata * chore: address hrmp channels at creation * clean unnecessary deps * fix: don't wait for finalisation * Provide documentation
Co-authored-by: Peter White <[email protected]>
Co-authored-by: Peter White <[email protected]>
Co-authored-by: Peter White <[email protected]>
23ec1a6
to
863ab92
Compare
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.
Looks great to me, and I see you’ve addressed all of Peter’s comments.
Thank you for the hard work you’ve put into this!
Assume they will need resolving before merging. Figure its best to have whomever is merging to resolve to ensure they are happy, rather than me resolving and things get hidden. |
Ensures hrmp channels work seamlessly via
pop-cli
.Requires v1.3.3+ of the Paseo chain spec generator.
Test using:
cargo run -- up parachain -f ./tests/networks/pop.toml --verbose