-
Notifications
You must be signed in to change notification settings - Fork 97
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
Asset Hubs: allow Polkadot, Kusama and Ethereum assets across P<>K bridge #421
Merged
fellowship-merge-bot
merged 20 commits into
polkadot-fellows:main
from
acatangiu:any-asset-over-bridge
Oct 2, 2024
Merged
Asset Hubs: allow Polkadot, Kusama and Ethereum assets across P<>K bridge #421
fellowship-merge-bot
merged 20 commits into
polkadot-fellows:main
from
acatangiu:any-asset-over-bridge
Oct 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kusama does not have Ethereum Snowbridge deployed. This commit removes all that unused code. If we decide to deploy Kusama<>Ethereum bridge, we can bring it back. Signed-off-by: Adrian Catangiu <[email protected]>
…idge On Kusama Asset Hub, we allow Polkadot Asset Hub to act as reserve for any asset native to the Polkadot or Ethereum ecosystems (practically providing Kusama access to Ethereum assets through double bridging: K<>P<>Eth). On Polkadot Asset Hub, we allow Kusama Asset Hub to act as reserve for any asset native to the Kusama ecosystem. Signed-off-by: Adrian Catangiu <[email protected]>
acatangiu
force-pushed
the
any-asset-over-bridge
branch
from
August 5, 2024 14:58
cc1b52b
to
0609fc6
Compare
…asset-over-bridge
…asset-over-bridge
franciscoaguirre
approved these changes
Sep 20, 2024
Merged
bkchr
approved these changes
Oct 1, 2024
system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
Outdated
Show resolved
Hide resolved
pandres95
approved these changes
Oct 2, 2024
system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
Outdated
Show resolved
Hide resolved
system-parachains/asset-hubs/asset-hub-kusama/src/xcm_config.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: Pablo Andrés Dorado Suárez <[email protected]>
…asset-over-bridge
Co-authored-by: Bastian Köcher <[email protected]>
ggwpez
approved these changes
Oct 2, 2024
kianenigma
approved these changes
Oct 2, 2024
/merge |
fellowship-merge-bot
bot
merged commit Oct 2, 2024
a1c5878
into
polkadot-fellows:main
50 of 51 checks passed
Enabled Available commands
For more information see the documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On Kusama Asset Hub, we allow Polkadot Asset Hub to act as reserve for any asset native to the Polkadot or Ethereum ecosystems (practically providing Kusama access to Ethereum assets through double bridging: K<>P<>Eth).
On Polkadot Asset Hub, we allow Kusama Asset Hub to act as reserve for any asset native to the Kusama ecosystem.
TODO: