-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Submit xmc-tools-follow-up m1 (#1154)
Co-authored-by: Sebastian Müller <[email protected]>
- Loading branch information
1 parent
2a0ca55
commit b1039a6
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Milestone Delivery :mailbox: | ||
|
||
**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** | ||
|
||
* **Application Document:** [xcm-tools-follow-up](https://github.com/w3f/Grants-Program/blob/master/applications/xcm-tools-follow-up.md) | ||
* **Milestone Number:** 1 | ||
|
||
| Number | Deliverable | Link | Notes | | ||
|--------|---------------------------|-----------------------------------------------------------------------------|-------------------------| | ||
| 0a. | License | https://github.com/gmajor-encrypt/xcm-tools/blob/main/LICENSE | Apache 2.0 | | ||
| 0b. | Documentation | https://github.com/gmajor-encrypt/xcm-tools/blob/main/README.md | | | ||
| 0c. | Testing and Testing Guide | https://github.com/gmajor-encrypt/xcm-tools#test | | | ||
| 0d. | Docker | https://github.com/gmajor-encrypt/xcm-tools/blob/main/Dockerfile | | | ||
| 1. | Xcm V3 support | https://github.com/gmajor-encrypt/xcm-tools/blob/main/tx/VersionedXcm.go#L5 | Added additional XCM v4 | | ||
| 2. | Bridge Tracing support | https://github.com/gmajor-encrypt/xcm-tools/blob/main/tracker/ethereum.go | | | ||
| 3. | Send bridge message | https://github.com/gmajor-encrypt/xcm-tools/blob/main/tx/tx.go#L145 | | | ||
| 4. | Cli support | https://github.com/gmajor-encrypt/xcm-tools/blob/main/cmd/main.go | | |