Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Transact from eth to sub #114

Open
wants to merge 50 commits into
base: bridge-next-gen
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 49 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d68c3d6
Fix for unit test
yrong Feb 14, 2024
307ecd6
Update for transact
yrong Feb 14, 2024
7c493bd
Penpal config for transact
yrong Feb 13, 2024
e55cfd1
Fix import
yrong Feb 14, 2024
45c3372
Fix taplo
yrong Feb 14, 2024
26df807
Fix for breaking emulated tests
yrong Feb 14, 2024
c4fe031
Remove unused
yrong Feb 14, 2024
51b76fe
Tranfer fees to BH for transact
yrong Feb 14, 2024
3ed7260
Remove the teleport config
yrong Feb 15, 2024
772fa46
Enable create agent/channel by xcm
yrong Feb 15, 2024
540a791
Refund surplus
yrong Feb 16, 2024
051b3b6
Fix format
yrong Feb 16, 2024
e523185
Replace hardcode value
yrong Feb 16, 2024
a8b8435
Leave to user to prefund sovereign account on the destination chain t…
yrong Feb 19, 2024
b10d19e
Update import path
yrong Feb 19, 2024
cbd2e19
Merge branch 'snowbridge' into transact-from-eth-to-sub
yrong Feb 20, 2024
e363918
Unit test for transact
yrong Feb 20, 2024
13217f1
DescendOrigin to inbound-queue first
yrong Feb 22, 2024
257e75d
Fix breaking test
yrong Feb 22, 2024
e03942a
First match RegisterToken or SendToken
yrong Feb 22, 2024
698a9e9
Remove deprecated
yrong Feb 22, 2024
9968a37
Use SetAppendix and refund surplus when transact fail
yrong Feb 22, 2024
40ea01a
Ignore parents which is meaningless for GlobalConsensus locations
yrong Feb 22, 2024
004afd2
Reuse weight type
yrong Feb 23, 2024
85d2c03
Update sender consistent with smoke test
yrong Feb 23, 2024
626ec76
Update Cargo.toml
yrong Feb 26, 2024
0686fcd
Fix breaking test
yrong Feb 26, 2024
7cc0d59
Improve tests
yrong Feb 26, 2024
050585c
Merge branch 'snowbridge' into transact-from-eth-to-sub
yrong Feb 28, 2024
ece8a96
Merge branch 'snowbridge' into transact-from-eth-to-sub
yrong Mar 6, 2024
7b916e5
Add TransactFeeMode
yrong Mar 6, 2024
15759a4
Improve convert logic
yrong Mar 6, 2024
04a339e
Fix UniversalLocation
yrong Mar 7, 2024
c18f771
AllowUnpaidExecutionFromSnowBridgeWithFeeChecked
yrong Mar 7, 2024
e49f077
Merge branch 'snowbridge' into transact-from-eth-to-sub
yrong Mar 19, 2024
362e414
Remove feeMode and fully charge all cost on Ethereum
yrong Mar 19, 2024
6fb78fe
Merge branch 'snowbridge' into transact-from-eth-to-sub
yrong Apr 11, 2024
9d0af91
Fix build error
yrong Apr 11, 2024
68abf04
Make network specific types as storage which can be changed
yrong Apr 11, 2024
76b01b2
Remove the fund steps unnecessary
yrong Apr 11, 2024
87ed097
Move Transact after Origin operations
yrong Apr 11, 2024
0ea24a4
Fix breaking test
yrong Apr 11, 2024
b85e362
Merge branch 'bridge-next-gen' into transact-from-eth-to-sub
yrong Apr 16, 2024
cd7a64a
Fix compile error
yrong Apr 16, 2024
966abdf
Use native token of destination chain to pay fee from a pre-funded so…
yrong Apr 17, 2024
1cab94c
Use native token or DOT based on whether its a system parachain or not
yrong Apr 22, 2024
5a22972
Make fee asset as configuration parameter of the Channel
yrong Apr 26, 2024
9829de7
Zero fee for transact
yrong Apr 28, 2024
2f30d46
Remove unused
yrong Apr 29, 2024
ee6bdc5
Deposit any left over fees back into the pre-funded account
yrong May 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading