-
Notifications
You must be signed in to change notification settings - Fork 339
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.7 dependency updates #259
Conversation
Ethereum: v0.7 cumulus: 28d1d00747e1e60a3e26f0112b4580c805fa1557 polkadot: ce03f371598eed31465391b30f8fbc22470982dd substrate: ca63242fc848b9bff739c246e07310dd15ec25eb
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.
Looking great so far. CI indicates that you're still leaking std
into the build somewhere.
The CI probably complaints because the change allowing us to not import funty with std is not merged yet. We opened a PR to Wei:rust-ethereum/ethereum#9 |
Yes, I believe we will need bumps in both |
The failing unit test is related to this PR: paritytech/substrate#8090 |
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 overall. A couple minor things to clean. And the one about the transaction payment is needed for security.
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 after a spec_version bump
AUTHORSHIP NOTICE:
This PR was opened by @notlesh and he has done most of the work on it. However, I, @JoshOrndorff, am writing this PR description.
This PR updates Moonbeam's Substrate-ecosystem dependencies as follows:
Substrate:
rococo-v1#1404f2af4cbe90d35b4c8a1405a9452feb789adc
Polkadot:
rococo-v1#0c9d4c9289e017b7589cc5f761d38545b833e1df
Cumulus:
rococo-v1#10887b728c563329845192915069a094b3f06139
Frontier:
notlesh-moonbeam-v0.7#4f958255b40cf05b155bf0256ee2f033a6b3a383
v0.7-moonbeam
(Ideally with a history cleanup, maybe in a followup)As of 24 March, this PR is up to date with moonbeam master as well as frontier master. I'd like to get this in quickly, so from here on, no more target branch changes. To the extent possible, avoid merging other PRs into master before this to avoid more conflicts.