Closed Szegoo closed 7 months ago
Yeah, will need that as well. While at it, I also added the runtime-api as well
completely stumped as to how to allow workflows run on a fork
Weird :/ Some of the CI checks managed to run. I formatted the code, not sure if that could've been causing issues.
Weird :/ Some of the CI checks managed to run. I formatted the code, not sure if that could've been causing issues.
Has to do with GitHub secrets sharing with forks. I've found a few solutions. Will try them out tomorrow
I've merged #135 which should allow CI run on contributor PRs. Not sure if you need to rebase, but if everything fails try to rebase
Alright just going to merge this for now, any other improvements can be done in a follow up PR
I was trying to test reading from other parachains locally when I realized that I couldn't access the
ismp-parachain
crate. I would assume it was left out by accident in theCargo.toml
file.Also, there is another unrelated modification in this PR. It was for some reason failing to compile since it couldn't find the
parachain-system
package, even though in theCargo.toml
it was explicitly noted that it should look forcumulus-pallet-parachain-system
.