Skip to content
Snippets Groups Projects
Commit cc13abf8 authored by Michał Kudela's avatar Michał Kudela
Browse files

Add colony plugin options to node config

parent 5e233fe2
No related branches found
No related tags found
1 merge request!238Adjust test_tools to working with a `queen` plugin.
Pipeline #109822 passed
...@@ -125,6 +125,8 @@ class NodeConfig(BaseModel, validate_assignment=True): ...@@ -125,6 +125,8 @@ class NodeConfig(BaseModel, validate_assignment=True):
pacemaker_source: str | None = None pacemaker_source: str | None = None
pacemaker_min_offset: int | None = None pacemaker_min_offset: int | None = None
pacemaker_max_offset: int | None = None pacemaker_max_offset: int | None = None
queen_block_size: int | None = None
queen_tx_count: int | None = None
@validator("witness", "private_key", "p2p_seed_node", pre=True, always=True) @validator("witness", "private_key", "p2p_seed_node", pre=True, always=True)
@classmethod @classmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment