Currently, we have resource allocation options for 3 types of chains:
- large (1/1)
- medium (1/8)
- small (1/128)
We need to update the resource allocation file to add support for the additional type: 1/64 (
The file that has to be updated in skale-node: schain_allocation.yml (generated using helper-scripts/generate_schain_allocation.py
We need to:
Currently, we have resource allocation options for 3 types of chains:
We need to update the resource allocation file to add support for the additional type: 1/64 (
The file that has to be updated in skale-node:
schain_allocation.yml(generated usinghelper-scripts/generate_schain_allocation.pyWe need to:
generate_schain_allocation.pyinskale-admin/tools(new types:light64, divider = 64;light32, divider = 32)schain_allocation.ymlin skale-nodeSchainTypeenum in skale-admin[2, 4]- light65 and[4, 4]- light32 (usingskale.schains_internal.add_schain_type(part_of_node, number_of_nodes))light64type)skale_ima.linker.connect_schain)