From c7b73109ee9698985b29e372fa0cd138ef27040c Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 20 Apr 2025 22:45:16 +0300 Subject: [PATCH 1/2] Update artem-kolodko.md --- progress/artem-kolodko.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress/artem-kolodko.md b/progress/artem-kolodko.md index 253df876c..c8cdca56a 100644 --- a/progress/artem-kolodko.md +++ b/progress/artem-kolodko.md @@ -67,7 +67,7 @@ In Q1 2025, I focused on advancing DeFi analytics. I started portfolio performan 2025-03-23 Sun (3.0h): portfolio tracker: researched [Subgraph API](https://sonic.kingdomsubgraph.com/subgraphs/name/shadow-migration) and [implemented](https://github.com/harmony-one/shadow-scraper/commit/c832ff2b6d81ace84bba8a23221bfbd9b7f895fe) logic to get the full history of rewards claimed by a user. Continie working on the APY calculation for Shadow pools. -2025-03-21 Fri: [added](https://github.com/harmony-one/shadow-scraper/commit/5227a40f4f51cf12b37077dad6c3bef91f863e34) values and balances in USD in portfolio tracker for all coins available in Coingecko API. Started working on the APR calclation for pools. +2025-03-21 Fri: [added](https://github.com/harmony-one/shadow-scraper/commit/5227a40f4f51cf12b37077dad6c3bef91f863e34) values and balances in USD in portfolio tracker for all coins available in Coingecko API. Started working on the APR calculation for pools. 2025-03-20 Thu: portfolio tracker: [added](https://github.com/harmony-one/shadow-scraper/commit/3f080efddafa31e49738a30165a146e91ea88610) Shadow pool pending rewards with all 3 reward tokens: Shadow, XShadow and X33. [Added](https://github.com/harmony-one/shadow-scraper/commit/c34e3f42b1cb8bfe6a21408cb19bd8a54923602d) ERC20 tokens balance. [Improved](https://github.com/harmony-one/shadow-scraper/commit/dbfeae5902f5c2883b4e19ecadef113168863735) export to tsv format. From 4e621cebeeb1b4876ba0c5f1db469a0f255310a7 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 20 Apr 2025 22:45:59 +0300 Subject: [PATCH 2/2] Update sun-hyuk-ahn.md --- progress/sun-hyuk-ahn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress/sun-hyuk-ahn.md b/progress/sun-hyuk-ahn.md index 3b0b50a33..ee1863877 100644 --- a/progress/sun-hyuk-ahn.md +++ b/progress/sun-hyuk-ahn.md @@ -885,7 +885,7 @@ Note that these are brief layout of the specification after the initial research --- -2023-12-24 Sun: Testnet testing the bridge transacitons. Working as expected. +2023-12-24 Sun: Testnet testing the bridge transactions. Working as expected. 2023-12-23 Sat: Generalized bridge logic to be deployed on any chains. Generalized Bridge.sol now can deposit and withdraw tokens. In need of Harmony Testnet tokens in order to deploy and test out transactions.