Conversation
|
@notlesh xtokens tests are fixed, I also pointed at a new commit of frontier because the node wasnt building for me, I needed to pass the "with-codec" feature flag for the evm create in evm/primitives |
girazoki
left a comment
There was a problem hiding this comment.
For me as long as we have the CI ready this is an approval
tgmichel
left a comment
There was a problem hiding this comment.
lgtm, now that 0.35 is published did you try to remove the evm patch? Not necessary, but curious :)
| import_queue, | ||
| // TODO: plumb this through CLI properly | ||
| collator_options: CollatorOptions { | ||
| relay_chain_rpc_url: Default::default(), |
There was a problem hiding this comment.
@notlesh does this mean that we can't really test --relay-chain-rpc-url yet ? It matters, because @crystalin wanted us to start testing this feature.
There was a problem hiding this comment.
I'll follow up with a new PR. It shouldn't be difficult.
Haven't tried yet, but it would be great to move off of our custom branch. That could be a quick PR after this, though ;) |
What does it do?
Updates to Substrate v0.9.18.
Brief status update: I have the runtimes building with an override for
evmto point to the unreleasedv0.35.0version.moonbeams node needs some work.nimbusneeds some work around itsparachain-template, although that may not be necessary to make progress for now.