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

Create starlay_finance_milestone_1-2.md #3

Merged
merged 4 commits into from
Oct 30, 2023
Merged
Changes from 3 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
21 changes: 21 additions & 0 deletions deliveries/starlay_finance_milestone_1-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Milestone Delivery :mailbox:

**The invoice has been send out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/smart-contract-bounty/Support-Docs/blob/master/milestone-deliverables-guidelines.md).**

* **Application Document:** [Starlay Finance](https://github.com/Chidasan/Ecosystem-Grants/blob/master/applications/starlay_finance.md).

**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | [License](https://github.com/starlay-finance/starlay-protocol-wasm/blob/b7b59137dee756c9ff61f198f6b391a096346807/LICENSE.md) |  |
| 0b. | Documentation | [Documentation](https://docs.starlay.finance) |  |
| 1. | Liquidate_borrow function | [Liquidate_borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/b7b59137dee756c9ff61f198f6b391a096346807/logics/impls/pool/mod.rs#L422) | **Test link:** [Liquidate_Borrow](https://github.com/starlay-finance/starlay-protocol-wasm/blob/b7b59137dee756c9ff61f198f6b391a096346807/tests/Pool.spec.ts#L705) **Test Method:** 1. Run swanky-node on localhost 2. yarn compile 3. yarn test:single tests/Pool.spec.ts |
| 2. | List tokens (by the owner) | [List tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/b7b59137dee756c9ff61f198f6b391a096346807/contracts/manager/lib.rs#L111) | **Test link:** [List Tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/b7b59137dee756c9ff61f198f6b391a096346807/tests/Manager.spec.ts#L82) **Test Method:** 1. Run swanky-node on localhost 2. yarn compile 3. yarn test:single tests/Manager.spec.ts |
| 3. | Switch between EVM and Polkadot | [Switch between EVM and Polkadot](https://testnet-wasm.starlay.finance/app/wasm) | The link provided allows you to test the capability of our platform to switch between EVM and Polkadot. |

**Additional Information**

* OpenBrush's ZERO_ADDRESS: We've taken this into account and have now removed all instances of OpenBrush's ZERO_ADDRESS.

* E2E Test: We've successfully passed all the tests. We've conducted an E2E test of the pool and all functionality works independently of the TS tests as advised. Here is the link: https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/tests/Pool.spec.ts