Skip to content

Commit 795ad8e

Browse files
authored
feat: Add quorumType to space settings (#974)
* feat: Add quorumType to space settings * revert change
1 parent c508180 commit 795ad8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/schemas/space.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@
304304
"type": "number",
305305
"minimum": 0
306306
},
307+
"quorumType": {
308+
"type": "string",
309+
"enum": ["optimistic"]
310+
},
307311
"blind": {
308312
"type": "boolean"
309313
},

test/examples/space.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
},
3232
"voting":{
3333
"delay": 2592000,
34-
"period": 15552000
34+
"period": 15552000,
35+
"quorum": 100
3536
}
3637
}

0 commit comments

Comments
 (0)