From 969e76da040c95cb1d8c45e4c2d917a0500a8303 Mon Sep 17 00:00:00 2001 From: Chibey-max Date: Fri, 3 Apr 2026 13:07:01 +0100 Subject: [PATCH 1/2] chore:adding assignment readme.md --- .../upgradable contracts/assignments/Dave.md | 20 +++++++++++++++++++ .../assignments/myname.md | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 sessions/upgradable contracts/assignments/Dave.md delete mode 100644 sessions/upgradable contracts/assignments/myname.md diff --git a/sessions/upgradable contracts/assignments/Dave.md b/sessions/upgradable contracts/assignments/Dave.md new file mode 100644 index 00000000..38353d04 --- /dev/null +++ b/sessions/upgradable contracts/assignments/Dave.md @@ -0,0 +1,20 @@ +## My Work + +### Upgradeable Staking Contract +[View Repository](https://github.com/Chibey-max/Upgradeable-Staking-Contract) + +Upgradeable staking contract built using the UUPS proxy pattern, featuring reward minting and reentrancy protection. + +--- + +### Upgradeable Contracts Monorepo +[View Repository](https://github.com/Chibey-max/Upgradeable-Contracts/) + +Collection of upgradeable smart contracts including Escrow, Todo, Timelock, Milestone, and Crowdfunding implementations. + +--- + +### EIP-2535 Diamond Documentation +[Read Documentation](YOUR_DOC_LINK_HERE) + +Comprehensive documentation explaining the Diamond Standard (EIP-2535), its architecture, and implementation details. \ 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 daf37c6141eeaee3de533643792302a45c1156e1 Mon Sep 17 00:00:00 2001 From: Chibey-max Date: Wed, 8 Apr 2026 10:33:56 +0100 Subject: [PATCH 2/2] feat:adding my EIP-2535 diamond documentation --- sessions/upgradable contracts/assignments/Dave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sessions/upgradable contracts/assignments/Dave.md b/sessions/upgradable contracts/assignments/Dave.md index 38353d04..c8866126 100644 --- a/sessions/upgradable contracts/assignments/Dave.md +++ b/sessions/upgradable contracts/assignments/Dave.md @@ -15,6 +15,6 @@ Collection of upgradeable smart contracts including Escrow, Todo, Timelock, Mile --- ### EIP-2535 Diamond Documentation -[Read Documentation](YOUR_DOC_LINK_HERE) +[Read Documentation](https://hackmd.io/@5V8YretiQ7GIXYsAK1IZ2g/rkcepgYiWx) Comprehensive documentation explaining the Diamond Standard (EIP-2535), its architecture, and implementation details. \ No newline at end of file