skalenetwork/skale-manager

Handle additional parameters for sChain creation

sync-by-unito opened this issue · 6 comments

We need to pass and save additional options for sChain on skale-manager side. Options should be passed as byte string during its creation.

┆Issue is synchronized with this Jira Task

➤ Automation for Jira commented:

Corresponding Pull Request #753

➤ Automation for Jira commented:

Corresponding Pull Request #754

Issue and Pull Request was reviewed and merged

➤ Oleksandr Sydorenko commented:

Verified on Regression network
new options were added:
multitransaction_mode - supported with skaled 3.14.2-beta.2
threshold_encryption - not supported with skaled 3.14.2-beta.2
In a case with invalid additional parameters - skale admin should ignore them and create default schain

schain config with enabled multi transaction mode:

 "multiTransactionMode": true,
        "nodes": [
            {      schain with type on additional param

        "multiTransactionMode": false,
        "nodes": [

➤ Oleksandr Sydorenko commented:

Need to retest with trash hold encription

➤ Oleksandr Sydorenko commented:

Threshold encryption will not be included in Release 2.0
closed this one