Commit f66b80f
authored
Arlai/inflow skip adapter (#361)
* Adding Inflow Mars Adapter + ability for Inflow to work with adapters for immediate deposit+withdraw
* make clippy 0.1.91 happy for gatekeeper
* Fix Mars message types and events
* Make Adapter interface more generic, no mention of Inflow anymore
* Deposit and Withdraw now check depositor is enabled + Added AllPositions query implementation
* Adding permissioned "Deposit to Adapter" feature
* Adding extensibility of adapters from interface + IBC adapter
* Use Custom/Standard and Action/Query for proper TS types
* Update the message structure for adapters in vault contract
* Automate deployment of vault and Mars adapter
* Rename interfaces to inflow_vault and inflow_adapter
* Prepare for new types of adapters (outside / within deployed amount calculation)
* Adding DeploymentTracking enum to adapters in Vault
* Adding IBC Adapter instantiation and initial configuration
* Adding Skip swap adapter (no review yet)
* Implementing DeploymentDirection and DepositFromDeployment as per Copilot suggestion
* Clean up
* Add MoveAdapterFunds message
* Clean some old schema up
* Implementing AvailableForDeposit/Withdraw queries + TimeToWithdraw
* Improved the instantiate message for Mars & IBC adapters
* Add changelog entry
* Add max_slippage feature using Slinky oracle
* Osmosis capabilities on skip adapter, using ibc adapter
* Allow IBC memo capability + simplify Skip swap adapter
* fix error: wasm32 compiler didn't recognize Binary was used
* Ability to set memo is an Executor capability, not Depositor
* Backport ibc-adapter changes from skip adapter branch (set memo capability)
* Added forward path for Osmosis swaps
* More generic - local vs cross chain swaps
* Fixed the PFM forward memo + Made Skip adapter more generic for cross chain
* Fixed timeout as integer and not stirng
* Funds should always start from the Skip swap adapter
* Fixing clippy warning in 0.1.92
* Addressing Philip's comments
* Add changelog + small comment fix
* Address Dusan's comments1 parent d70a9c9 commit f66b80f
28 files changed
Lines changed: 5734 additions & 2 deletions
File tree
- .changelog/unreleased/features
- artifacts
- contracts/inflow/skip-adapter
- schema
- raw
- src
- bin
- scripts/skip-adapter
- ts_types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments