Skip to content
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

Update m2, remove xcmp and reduce the costs #1917

Merged
merged 2 commits into from
Aug 21, 2023
Merged
Changes from all commits
Commits
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
12 changes: 5 additions & 7 deletions applications/xcm-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ myself.
and [scale.go](https://github.com/itering/scale.go)

2. Send xcm messages between relay chain and parachain and between parachain and parachain, support VMP(UMP & DMP),
HRMP,XCMP(XCM V3) and supports the following methods
HRMP and supports the following methods

* `LimitedReserveTransferAssets`
* `LimitedTeleportAssets`
* `TeleportAssets`
* `ReserveWithdrawAssets`
* `LimitedReserveWithdrawAssets`
* `Execute`
* `ReserveTransferAssets`
* `Sent`

3. Get the execution result and the block_hash (block_num) of the execution after sending xcm
Expand Down Expand Up @@ -114,7 +112,7 @@ Not yet
### Overview

* **Total Estimated Duration:** 4.5 months
* **Total Costs:** 28500 USDC
* **Total Costs:** 25000 USDC

### Milestone 1

Expand All @@ -140,7 +138,7 @@ and [scale.go](https://github.com/itering/scale.go), support signed & send trans

* **Estimated duration:** 9 week
* **FTE:** 1
* **Costs:** 13500 USDC
* **Costs:** 10000 USDC

| Number | Deliverable | Specification |
|-------:|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand All @@ -151,7 +149,7 @@ and [scale.go](https://github.com/itering/scale.go), support signed & send trans
| 1. | Send UMP message | support [UMP](https://wiki.polkadot.network/docs/learn-xcm-transport#vmp-vertical-message-passing) message send |
| 2. | Send DMP message | support [DMP](https://wiki.polkadot.network/docs/learn-xcm-transport#vmp-vertical-message-passing) message send |
| 3. | Send HRMP message | support [HRMP](https://wiki.polkadot.network/docs/learn-xcm-transport#hrmp-xcmp-lite) message send |
| 4. | Send XCMP message(XCM V3) | support [XCMP](https://wiki.polkadot.network/docs/learn-xcm-transport#xcmp-cross-chain-message-passing) message send |


### Milestone 3

Expand Down