Skip to content
Snippets Groups Projects

Support new BMA optimizations (#201)

Merged Moul requested to merge 201_bma_optimizations into main
2 files
+ 26
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
1
@@ -30,8 +30,15 @@ SUMMARY_SCHEMA = {
"software": {"type": "string"},
"version": {"type": "string"},
"forkWindowSize": {"type": "number"},
"storage": {
"type": "object",
"properties": {
"transaction": {"type": "boolean"},
"wotwizard": {"type": "boolean"},
},
},
},
"required": ["software", "version"],
"required": ["software", "version", "forkWindowSize"],
}
},
"required": ["duniter"],
Loading