mirror of
https://github.com/logos-co/roadmap.git
synced 2025-02-23 21:28:30 +00:00
chore(vac/sc): update staking-contract-v1
milestone (#31)
This commit is contained in:
parent
d9a0d5b50f
commit
1a46ec38f5
36
content/vac/sc/g/status/staking-contract-v1.md
Normal file
36
content/vac/sc/g/status/staking-contract-v1.md
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:`
|
||||
|
Loading…
x
Reference in New Issue
Block a user