-
Notifications
You must be signed in to change notification settings - Fork 338
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
v0.9.18 deps update #1372
v0.9.18 deps update #1372
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 |
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.
For me as long as we have the CI ready this is an approval
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.
lgtm, now that 0.35 is published did you try to remove the evm patch? Not necessary, but curious :)
@@ -655,6 +662,10 @@ where | |||
relay_chain_interface, | |||
relay_chain_slot_duration, | |||
import_queue, | |||
// TODO: plumb this through CLI properly | |||
collator_options: CollatorOptions { | |||
relay_chain_rpc_url: Default::default(), |
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.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
evm
to point to the unreleasedv0.35.0
version.moonbeam
s node needs some work.nimbus
needs some work around itsparachain-template
, although that may not be necessary to make progress for now.