Skip to content

Conversation

@vgeddes
Copy link
Collaborator

@vgeddes vgeddes commented Jan 7, 2021

This is a follow-up to my previous draft Rococo PRs (#132 and #152) , and represents the final code required to integrate with the Rococo V1 network that is set to go live soon.

Parachains V1 has bleeding-edge dependencies, so we now depend on the master branches of Polkadot, Substrate, and Cumulus. As a side-effect such we've had to update or change quite a few things.

Changes:

  • Upgrade to Substrate/Cumulus/Polkadot master
  • Support for updated XCM apis in Polkadot/Cumulus master
  • Renamed Trait to Config across all pallets (Upstream change in Substrate)
  • Support for MultiAddress (More Extensible Multiaddress Format paritytech/substrate#7380) - In future this would allow us to map an ethereum address to an AccountId which is useful for a bunch of things.

@vgeddes vgeddes changed the title Support for Parachains V1 Support for Parachains V1 + XCMP Jan 7, 2021

fn support_url() -> String {
"http://www.snowfork.com/".into()
"http://www.snowfork.com".into()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snowbridge.snowfork.com

This was referenced Jan 9, 2021
@vgeddes vgeddes merged commit 5c0059c into main Jan 12, 2021
@vgeddes vgeddes deleted the vincent/parachains-v1 branch January 12, 2021 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants