From 1a46ec38f500264214a7aef645aeecdcecd1f386 Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:34:50 +0100 Subject: [PATCH] chore(vac/sc): update `staking-contract-v1` milestone (#31) --- .../vac/sc/g/status/staking-contract-v1.md | 36 ++++++++++++ content/vac/sc/g/status/staking-contract.md | 55 ------------------- content/vac/sc/index.md | 2 +- 3 files changed, 37 insertions(+), 56 deletions(-) create mode 100644 content/vac/sc/g/status/staking-contract-v1.md delete mode 100644 content/vac/sc/g/status/staking-contract.md diff --git a/content/vac/sc/g/status/staking-contract-v1.md b/content/vac/sc/g/status/staking-contract-v1.md new file mode 100644 index 000000000..f84ae8b00 --- /dev/null +++ b/content/vac/sc/g/status/staking-contract-v1.md @@ -0,0 +1,36 @@ +--- +title: "Status Staking Contract V1" +--- +## `vac:sc::status:staking-contract-v1` + + +- status: 0% +- CC: Ricardo + +### Description + +**This milestone is updated on weekly basis. For a more up-to-date status head over to the [milestone on GitHub](https://github.com/logos-co/staking/milestone/1). + +This milestone focusses on the core functionality of the staking protocol. +Meaning, any protocol characteristics and features that are needed for the protocol to function need to be properly implemented and tested. + +This includes: + +- Staking SNT and generating multiplier points +- Collecting and claiming rewards +- Unstaking funds +- Migration / upgrade to newer stake vaults + +The milestone is considered done when the above is implemented, tested, documented and formally verified. + +### Justification + + +### Deliverables + +- Smart contracts implementation +- Migration strategy of vaults and stake managers +- Tests +- Documentation +- Formal verification + diff --git a/content/vac/sc/g/status/staking-contract.md b/content/vac/sc/g/status/staking-contract.md deleted file mode 100644 index cafaa991f..000000000 --- a/content/vac/sc/g/status/staking-contract.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: "Status Staking Contract" ---- -## `vac:sc::status:staking-contract` -G -```mermaid -%%{ - init: { - 'theme': 'base', - 'themeVariables': { - 'primaryColor': '#BB2528', - 'primaryTextColor': '#fff', - 'primaryBorderColor': '#7C0000', - 'lineColor': '#F8B229', - 'secondaryColor': '#006100', - 'tertiaryColor': '#fff' - } - } -}%% -gantt - tickInterval 1month - dateFormat YYYY-MM-DD - section Status - Status Staking Contract: 2023-09-01, 2023-10-31 -``` - -- status: 10% -- CC: Ricardo - -### Description - -This milestone comprises a set of improvements on and extensions to the current state of the staking contract [[staking-contract| staking-contract]]. - -Details can be found here: https://www.notion.so/Implementing-SNT-Staking-Contract-Issues-Differences-2de74e7c19124e78b1c9490300a84422 -This document is the basis for the following issues: - -* https://github.com/logos-co/staking/issues/9 -* https://github.com/logos-co/staking/issues/10 -* https://github.com/logos-co/staking/issues/11 -* https://github.com/logos-co/staking/issues/12 -* https://github.com/logos-co/staking/issues/13 -* https://github.com/logos-co/staking/issues/14 -* https://github.com/logos-co/staking/issues/15 -* https://github.com/logos-co/staking/issues/16 -* https://github.com/logos-co/staking/issues/17 -* https://github.com/logos-co/staking/issues/18 - -The milestone is achieved when these issues have been resolved. - -### Justification - - -### Deliverables - - diff --git a/content/vac/sc/index.md b/content/vac/sc/index.md index 450db650e..9b9c0feb1 100644 --- a/content/vac/sc/index.md +++ b/content/vac/sc/index.md @@ -24,7 +24,7 @@ lastmod: 2023-09-21 * [[ vac/sc/g/status/mimime-token-maintenance | mimime-token-maintenance ]] * [[ vac/sc/g/status/governance-contract-mvp | governance-contract-mvp ]] * [x] [[ vac/sc/g/status/staking-contract-mvp | staking-contract-mvp ]] -* [[ vac/sc/g/status/staking-contract | staking-contract ]] +* [[ vac/sc/g/status/staking-contract-v1 | staking-contract-v1 ]] * [[ vac/sc/g/status/staking-contract-maintenance | staking-contract-maintenance ]] ### `codex:`