Skip to content

Commit 4bb2e52

Browse files
authored
doc: add missing ADR files (#976)
1 parent 02dff00 commit 4bb2e52

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 20. Harden closing of a DAO motion voting
2+
3+
Date: 2024-05-02
4+
5+
## Status
6+
7+
Accepted
8+
9+
## Context
10+
11+
See [here](https://github.com/threefoldtech/tfchain/issues/889) for more
12+
details.
13+
14+
## Decision
15+
16+
In `propose()` extrinsic, set a minimum threshold `MotionMinThreshold` of 5
17+
votes for a motion to be proposed and if threshold is lower then return error
18+
`TresholdTooLow`. Also in `propose()`extrinsic, add a minimum motion duration of
19+
1 day and return error `InvalidProposalDuration` if optional duration is not set
20+
in the 1 day - 30 days interval.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 21. Allow 'only hdd' nodes to register on chain
2+
3+
Date: 2024-05-22
4+
5+
## Status
6+
7+
Accepted
8+
9+
## Context
10+
11+
See [here](https://github.com/threefoldtech/tfchain/issues/967) for more
12+
details.
13+
14+
## Decision
15+
16+
Similar to what already exists for SSD, add a minimum HDD size requirement (also
17+
100 GB) on `resources.validate_hru()`. Then, on validating, make sure node has
18+
at least 1 minimum storage capacity available.

0 commit comments

Comments
 (0)