From 3d600ab0fd9d728e86e19b1c3d099d82debd70c2 Mon Sep 17 00:00:00 2001 From: Yusrah Mohammed Date: Tue, 7 Apr 2026 10:14:32 +0100 Subject: [PATCH 1/2] feat: assignment --- .../assignments/Yusrah.md | 35 +++++++++++++++++++ .../assignments/myname.md | 1 - 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 sessions/upgradable contracts/assignments/Yusrah.md delete mode 100644 sessions/upgradable contracts/assignments/myname.md diff --git a/sessions/upgradable contracts/assignments/Yusrah.md b/sessions/upgradable contracts/assignments/Yusrah.md new file mode 100644 index 00000000..9b26a61d --- /dev/null +++ b/sessions/upgradable contracts/assignments/Yusrah.md @@ -0,0 +1,35 @@ +links to aricle, diamond and OZ github links + + +# 1. article + +# DIAMOND STANDARD +https://hackmd.io/@r_zzxzptRXSyjH2enDWEeQ/H1zzVGtsbx + +# UUPS STANDARD +https://hackmd.io/@r_zzxzptRXSyjH2enDWEeQ/BkL5th-2bx + + +# 2. Staking Diamond Contract +https://github.com/miss-yusrah/Upgradable-contract + + +# 3. UUPS Using Openzepellin + +# TODO CONTRACT +https://github.com/miss-yusrah/TODO + +# ESCROW CONTRACT +https://github.com/miss-yusrah/Escrow-Contract + +# ESCROW MILESTONE +https://github.com/miss-yusrah/Escrow-Milestone + +# TIMELOCK-VAULT +https://github.com/miss-yusrah/TimeLock-vault + +# CROWDFUNDING +https://github.com/miss-yusrah/Crowdfunding-Contract + +# AUCTION +https://github.com/miss-yusrah/Auction-Contract \ No newline at end of file diff --git a/sessions/upgradable contracts/assignments/myname.md b/sessions/upgradable contracts/assignments/myname.md deleted file mode 100644 index 14a6d75c..00000000 --- a/sessions/upgradable contracts/assignments/myname.md +++ /dev/null @@ -1 +0,0 @@ -links to aricle, diamond and OZ github links \ No newline at end of file From 113b2dabd65bf6ac7311d462971f30051488809a Mon Sep 17 00:00:00 2001 From: Yusrah Mohammed Date: Mon, 13 Apr 2026 13:09:37 +0100 Subject: [PATCH 2/2] class test --- 13-04-26-test/security | 1 + sessions/upgradable contracts/assignments/Yusrah.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 13-04-26-test/security diff --git a/13-04-26-test/security b/13-04-26-test/security new file mode 160000 index 00000000..7c0090a9 --- /dev/null +++ b/13-04-26-test/security @@ -0,0 +1 @@ +Subproject commit 7c0090a9df1a8e42067c1b556bbe05888d87ae94 diff --git a/sessions/upgradable contracts/assignments/Yusrah.md b/sessions/upgradable contracts/assignments/Yusrah.md index 9b26a61d..60d070a1 100644 --- a/sessions/upgradable contracts/assignments/Yusrah.md +++ b/sessions/upgradable contracts/assignments/Yusrah.md @@ -12,7 +12,7 @@ https://hackmd.io/@r_zzxzptRXSyjH2enDWEeQ/BkL5th-2bx # 2. Staking Diamond Contract https://github.com/miss-yusrah/Upgradable-contract - + 6 # 3. UUPS Using Openzepellin