From e0327e2dc3d25826b4f6612a869dcf96dedfc419 Mon Sep 17 00:00:00 2001 From: Chidasan <129845692+Chidasan@users.noreply.github.com> Date: Thu, 25 May 2023 05:09:05 +0900 Subject: [PATCH 1/6] Create starlay_finance-milestone_1.md --- deliveries/starlay_finance-milestone_1.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 deliveries/starlay_finance-milestone_1.md diff --git a/deliveries/starlay_finance-milestone_1.md b/deliveries/starlay_finance-milestone_1.md new file mode 100644 index 0000000..77efda3 --- /dev/null +++ b/deliveries/starlay_finance-milestone_1.md @@ -0,0 +1,20 @@ +# 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/main/LICENSE.md) |  | +| 0b. | Documentation | [Documentation](https://docs.starlay.finance) |  | +| 1. | Deposit function | [Deposit function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L308) | | +| 2. | Borrow function | [Borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L339) | | +| 3. | Redeem function | [Redeem function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L322) | | +| 4. | Repay_borrow function| [Repay_borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L35) + +**Additional Information** + +The mint function, initially stated in our application's milestone, has been removed as it was found to be redundant with the deposit function. Also please be aware that the links provided are currently private, as we have not yet conducted the audit. After the audit is completed, we will make the code public. From fc2358b7c7d20bf0bdc7b70012708c81feb02f6e Mon Sep 17 00:00:00 2001 From: Chidasan <129845692+Chidasan@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:52:57 +0900 Subject: [PATCH 2/6] Update starlay_finance-milestone_1.md --- deliveries/starlay_finance-milestone_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/starlay_finance-milestone_1.md b/deliveries/starlay_finance-milestone_1.md index 77efda3..7bb8be3 100644 --- a/deliveries/starlay_finance-milestone_1.md +++ b/deliveries/starlay_finance-milestone_1.md @@ -17,4 +17,4 @@ **Additional Information** -The mint function, initially stated in our application's milestone, has been removed as it was found to be redundant with the deposit function. Also please be aware that the links provided are currently private, as we have not yet conducted the audit. After the audit is completed, we will make the code public. +The mint function, initially stated in our application's milestone, has been removed as it was found to be redundant with the deposit function. From ef057451e520c8c899979ca2fa22cf20598172b3 Mon Sep 17 00:00:00 2001 From: Chidasan <129845692+Chidasan@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:29:45 +0900 Subject: [PATCH 3/6] Create starlay_finance-milestone_1-2.md --- deliveries/starlay_finance-milestone_1-2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 deliveries/starlay_finance-milestone_1-2.md diff --git a/deliveries/starlay_finance-milestone_1-2.md b/deliveries/starlay_finance-milestone_1-2.md new file mode 100644 index 0000000..2e2dda6 --- /dev/null +++ b/deliveries/starlay_finance-milestone_1-2.md @@ -0,0 +1,19 @@ +# 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/main/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/main/logics/impls/pool/mod.rs#L401) | **Test link:** [Liquidate_Borrow](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/tests/Pool.spec.ts#L679) **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/main/contracts/manager/lib.rs#L98) | **Test link:** [List Tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/tests/Manager.spec.ts#L58) **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/) | The link provided allows you to test the capability of our platform to switch between EVM and Polkadot. | + +**Additional Information** + +``` From 9219b0250a3cacc09db7f2d02657ba59d4914746 Mon Sep 17 00:00:00 2001 From: Chidasan <129845692+Chidasan@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:46:36 +0900 Subject: [PATCH 4/6] Delete starlay_finance-milestone_1-2.md --- deliveries/starlay_finance-milestone_1-2.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 deliveries/starlay_finance-milestone_1-2.md diff --git a/deliveries/starlay_finance-milestone_1-2.md b/deliveries/starlay_finance-milestone_1-2.md deleted file mode 100644 index 2e2dda6..0000000 --- a/deliveries/starlay_finance-milestone_1-2.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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/main/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/main/logics/impls/pool/mod.rs#L401) | **Test link:** [Liquidate_Borrow](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/tests/Pool.spec.ts#L679) **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/main/contracts/manager/lib.rs#L98) | **Test link:** [List Tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/tests/Manager.spec.ts#L58) **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/) | The link provided allows you to test the capability of our platform to switch between EVM and Polkadot. | - -**Additional Information** - -``` From 4fc173ffe169d8e47b52a85fd4d798596f22986f Mon Sep 17 00:00:00 2001 From: Chidasan <129845692+Chidasan@users.noreply.github.com> Date: Fri, 23 Jun 2023 17:05:11 +0900 Subject: [PATCH 5/6] Update starlay_finance-milestone_1.md Update to Github permalinks --- deliveries/starlay_finance-milestone_1.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/deliveries/starlay_finance-milestone_1.md b/deliveries/starlay_finance-milestone_1.md index 7bb8be3..3909568 100644 --- a/deliveries/starlay_finance-milestone_1.md +++ b/deliveries/starlay_finance-milestone_1.md @@ -8,13 +8,12 @@ | Number | Deliverable | Link | Notes | | ------------- | ------------- | ------------- |------------- | -| 0a. | License | [License](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/LICENSE.md) |  | +| 0a. | License | [License](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/LICENSE.md) |  | | 0b. | Documentation | [Documentation](https://docs.starlay.finance) |  | -| 1. | Deposit function | [Deposit function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L308) | | -| 2. | Borrow function | [Borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L339) | | -| 3. | Redeem function | [Redeem function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L322) | | -| 4. | Repay_borrow function| [Repay_borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/main/logics/impls/pool/mod.rs#L35) +| 1. | Liquidate_borrow function | [Liquidate_borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L401) | **Test link:** [Liquidate_Borrow](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/tests/Pool.spec.ts#L679) **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/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/contracts/manager/lib.rs#L98) | **Test link:** [List Tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/tests/Manager.spec.ts#L58) **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/) | The link provided allows you to test the capability of our platform to switch between EVM and Polkadot. | **Additional Information** -The mint function, initially stated in our application's milestone, has been removed as it was found to be redundant with the deposit function. +``` From c818133d6997466e1a93b566bb7c21f0cab965a7 Mon Sep 17 00:00:00 2001 From: Chidasan <129845692+Chidasan@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:24:04 +0900 Subject: [PATCH 6/6] Update starlay_finance-milestone_1.md Made a mistake and committed milestone 1-2 here, re-committed the corrected milestone 1-1 --- deliveries/starlay_finance-milestone_1.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/deliveries/starlay_finance-milestone_1.md b/deliveries/starlay_finance-milestone_1.md index 3909568..ec38e14 100644 --- a/deliveries/starlay_finance-milestone_1.md +++ b/deliveries/starlay_finance-milestone_1.md @@ -10,10 +10,7 @@ | ------------- | ------------- | ------------- |------------- | | 0a. | License | [License](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/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/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L401) | **Test link:** [Liquidate_Borrow](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/tests/Pool.spec.ts#L679) **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/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/contracts/manager/lib.rs#L98) | **Test link:** [List Tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/tests/Manager.spec.ts#L58) **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/) | The link provided allows you to test the capability of our platform to switch between EVM and Polkadot. | - -**Additional Information** - -``` +| 1. | Deposit function | [Deposit function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L337) | | +| 2. | Borrow function | [Borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L368) | | +| 3. | Redeem function | [Redeem function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L351) | | +| 4. | Repay_borrow function| [Repay_borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L389)