Bootstrap V1

This commit is contained in:
Christien Rioux 2025-05-06 13:19:30 -04:00
parent 387e297a7b
commit dad05e672b
58 changed files with 2891 additions and 1048 deletions

View file

@ -71,6 +71,7 @@ class VeilidConfigRoutingTable(ConfigBase):
node_id: list[TypedKey]
node_id_secret: list[TypedSecret]
bootstrap: list[str]
bootstrap_keys: list[TypedKey]
limit_over_attached: int
limit_fully_attached: int
limit_attached_strong: int

View file

@ -4475,6 +4475,7 @@
"type": "object",
"required": [
"bootstrap",
"bootstrap_keys",
"limit_attached_good",
"limit_attached_strong",
"limit_attached_weak",
@ -4490,6 +4491,12 @@
"type": "string"
}
},
"bootstrap_keys": {
"type": "array",
"items": {
"type": "string"
}
},
"limit_attached_good": {
"type": "integer",
"format": "uint32",