-
Notifications
You must be signed in to change notification settings - Fork 159
Support PNA #1419
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
Closed
Closed
Support PNA #1419
Changes from 68 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
7f52115
Format codes
yrong 49ce6e7
Support PNA
yrong 47522a2
Transfer relay token to ethereum
yrong e94274b
Send relay token back
yrong ddf47c3
Index PNA with foreign id
yrong 6aa2cee
Polish
yrong 73a4293
Update packages with dry_run support
yrong a3410f1
Merge branch 'main' into ron/support-pna
yrong ffde26b
Merge branch 'main' into ron/format
yrong 9c0ae0b
Merge branch 'ron/format' into ron/support-pna
yrong 1ae6c37
Merge branch 'main' into ron/support-pna
yrong 4e1543b
Build XCM for PNA
yrong 6b6f2e1
Build xcm for dry run
yrong bdab98a
Test with local e2e
yrong 8685125
Find contract address
yrong adf7c66
Update script
yrong b6c3fe7
Cleanup
yrong e8991a5
Transfer PAL to Ethereum
yrong 744b8d4
Fix transfer from Penpal
yrong fbd3359
Update demo script to use V2 api
yrong 013a826
Update script
yrong bcaf3cf
Do not check for ED if dry run was successful (#1415)
alistair-singh 1bc34a3
Add PNA relay token to daily transfer
yrong db968e4
Merge branch 'main' into ron/support-pna
yrong 610795f
Update packages for testing
yrong b2ca787
Clean contracts cache
yrong c4be0bf
Transfer native Ether
yrong 1cc5417
Ignore registry.json
yrong a977872
Rename the script
yrong 1d5ad4c
Remove unused
yrong 645caf9
Transfer Ether
yrong 176cd84
Refactor test scripts
yrong 2f2256f
Use string for asset_id
yrong 6056d6f
Merge branch 'ron/support-pna' of https://github.com/Snowfork/snowbri…
yrong e25ef34
Use assetId directly for query account balance on Moonbeam
yrong e4c108e
Update web/packages/api/src/assets_v2.ts
yrong e88c941
Use WSS endpoint from dwellir
yrong f5c84fd
Update web/packages/operations/src/registry.ts
yrong 9e8a169
Decouple Asset type from XcmBuilder
yrong d46b66e
Remove logging
yrong 8b70d62
Build ExportMessage to estimate delivery fee with it
yrong 6734c44
Merge branch 'snowbridge-v1' into ron/support-pna
yrong 3849e91
Update packges for integration with UI
yrong 87fb685
Overrides DOT on AH
yrong 5ccef13
Update pre-release packages
yrong e30174c
For compatiblity with dryRun
yrong 092f842
Update packages
yrong 04e50cd
Add other PNAs
yrong be5fccd
Update packages
yrong 750e370
Update token addresses in V1 local setup
yrong 7f7dd8e
Fix potential bug multi-hop ENA to destination chain
yrong b90393d
Cleanup
yrong 145d042
Fix local setup
yrong 684de99
Merge branch 'ron/support-pna' of https://github.com/Snowfork/snowbri…
yrong 3b48261
More comments
yrong fff0319
Regression tests
yrong 643ce46
Remove initial scripts
yrong a3a3d34
Initialize scripts
yrong 37d4e9d
Fix KSM location
yrong cfad3d1
Update packages
yrong a33d58a
Fix transfer KSM from AHP
yrong 77fb1c7
Update packages for test
yrong b8d379a
Fix tranfer local asset on AH
yrong 9ee3780
Update packages
yrong aee725d
Fix getTokenBalance for PNA transfer
yrong 09c57d4
Update packages
yrong d902b69
Update script path
yrong ec779df
Release packages
yrong cf0e3a5
For tests
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
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.
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.
This clashes with my PR #1450. May need to sync here.