-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Transfer Polkadot-native assets to Ethereum #5546
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
Merged
franciscoaguirre
merged 115 commits into
paritytech:master
from
Snowfork:polkadot-native-assets
Sep 13, 2024
Merged
Changes from all commits
Commits
Show all changes
115 commits
Select commit
Hold shift + click to select a range
a8ca172
Polkadot assets on ethereum (#128)
yrong a13e3f9
Fix breaking test
yrong 94f1d1b
Disable register PNA
yrong 664e3dc
Split half of the asset_hub_fee for delivery cost on AH
yrong 5ef32c8
Explicit to use XCM v4 as a storage key
yrong 37e28ed
Fix test
yrong e44ea71
Add prdoc
yrong 071ffbe
Fix fmt
yrong db71d27
Fix for compatibility
yrong 07f8e82
PNA system pallet cleanups (#173)
vgeddes 489624e
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong b09a176
Merge branch 'master' into polkadot-native-assets
yrong 7566c01
Fix building error
yrong ae0f674
Fix test
yrong 26263ac
Fix test
yrong 7ee4832
Fix doc
yrong 46cb352
SetAppendix with fee not trapped
yrong d96c452
semver fixes
claravanstaden f9fdb21
Merge branch 'master' into polkadot-native-assets
claravanstaden c80a5cb
EnsureRootOrSigned
yrong b394c4e
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong 9caa782
Update bridges/snowbridge/primitives/router/src/inbound/mod.rs
yrong 92df2b5
Update bridges/snowbridge/primitives/core/src/lib.rs
yrong c699503
Revert "EnsureRootOrSigned"
yrong 2feffd8
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong bce32ea
Update bridges/snowbridge/primitives/core/src/lib.rs
yrong e5cb159
Use reference instead
yrong 5b76dc7
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong ee7c1e3
Update bridges/snowbridge/pallets/system/src/lib.rs
yrong 51f38b3
Update bridges/snowbridge/pallets/system/src/lib.rs
yrong cfb9269
Update bridges/snowbridge/pallets/system/src/lib.rs
yrong 263b622
Update bridges/snowbridge/pallets/system/src/lib.rs
yrong 0306436
Update bridges/snowbridge/pallets/system/src/lib.rs
yrong f339995
Add comment for the xcm format
yrong 91707b7
Fix building
yrong 2bbee55
Fix format
yrong 4090be1
Support more foreign locations
yrong 2561fb6
Revert "Support more foreign locations"
alistair-singh 06bc7af
Use describe family and decribe Account terminals
alistair-singh 8092a1f
separate to new file
alistair-singh 0ae39b9
all cases added
alistair-singh 3da4cbb
Use full junction name
yrong 991de7c
Add SetFeesMode
yrong 77cca93
Reanchor test
yrong ff870fe
Update bridges/snowbridge/pallets/inbound-queue/src/lib.rs
yrong f3127cb
Change ParaId to 1002
yrong 6e0a769
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong 34c655b
Fix parent count allow 1 only
yrong a01e9fc
deprecate DescribeHere
alistair-singh d5b9b22
Improve comments
yrong 58dc7d2
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong 4351389
make register token relative
alistair-singh 8555304
Merge branch 'master' into polkadot-native-assets
yrong 3191ea9
Update bridges/snowbridge/primitives/core/src/location.rs
yrong 57b9171
Update bridges/snowbridge/pallets/system/src/lib.rs
yrong 0abc9ca
Tx fee waived for root
yrong f53f3e7
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong 41dc959
Fix benchmark
yrong b7cf507
Revamp test to use relative location
yrong 5fdc036
do not allow changes to token_id locations once set
alistair-singh b395eaf
fix syntax
alistair-singh c0ce942
Use Blake2_* hasher instead
yrong 441e2a2
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong afdb9e2
Merge branch 'master' into polkadot-native-assets
yrong c94da51
Fix to reanchor in context of Ethereum
yrong 547b071
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong 176c7af
Update bridges/snowbridge/pallets/system/src/tests.rs
yrong 0944d8a
Use Polkadot as RelayNetwork in tests
yrong c19acaa
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong 0fa95ac
Refactor relative locations tests
yrong df60eb8
More tests
yrong ad9ad23
Fix typo
yrong 388d1be
Update bridges/snowbridge/primitives/router/src/inbound/mod.rs
yrong 7f110c2
Rename var
yrong d0ac1bf
Update bridges/snowbridge/primitives/core/src/location.rs
yrong 9634c02
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong d657113
Make test asset non sufficient
yrong 5be8f82
Bump package as minor
yrong 8d1c9d7
Improve comments
yrong 9761118
Revert "Bump package as minor"
yrong 62f13bb
Merge branch 'master' into polkadot-native-assets
yrong 100c779
Revert "Revert "Bump package as minor""
yrong de6d3ee
Ignore validate check
yrong 116c421
Rename as EthereumUniversalLocation be more clear
yrong 5203dc0
Switch to using half the fee for local exec and half for transport
yrong 5c00652
Merge branch 'master' into polkadot-native-assets
yrong 2ca1f3a
Merge branch 'master' into polkadot-native-assets
yrong 3779af2
Update bridges/snowbridge/primitives/router/src/inbound/mod.rs
yrong 96c01dc
Update bridges/snowbridge/pallets/system/src/tests.rs
yrong 28a246d
Merge branch 'master' into polkadot-native-assets
yrong a802127
Use full location of Ethereum
yrong baf5b27
Fix test
yrong 330edf6
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong ed6fc8a
Fix fmt
yrong 5870827
Remove tests unused
yrong 7ca2baf
Merge branch 'master' into polkadot-native-assets
yrong 947201d
remove destination parachain transfer (#179)
alistair-singh 317762e
Merge branch 'master' into polkadot-native-assets
yrong 43e546b
Cleanup and fix CI
yrong 9f36c76
Fix clippy
yrong c3e8494
Fix fmt
yrong 516970e
Fix clippy
yrong 54f95b9
Update cumulus/parachains/runtimes/constants/src/rococo.rs
yrong 124ca47
Update cumulus/parachains/runtimes/constants/src/westend.rs
yrong 64cd74a
Merge branch 'master' into polkadot-native-assets
yrong d509969
Improve tests for snowbridge-pallet-ethereum-system
vgeddes 3c69443
Remove redundant code
vgeddes 315070f
Remove tests unused
yrong 37a28c4
Rename multi_assets
yrong 22f8dea
Cleanup
yrong f7a6e08
Merge branch 'master' into polkadot-native-assets
yrong 1a67710
More checks
yrong 5e16ab3
Merge branch 'polkadot-native-assets' of https://github.com/Snowfork/…
yrong 211b450
Rename GlobalAssetHub to AssetHubFromEthereum
yrong 7a37dd4
Fix clippy
yrong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.