From d7b19f7580fc7185a1eb8ca9736e0fb03a3e00b4 Mon Sep 17 00:00:00 2001 From: Roman Khlopkov <roman.khlopkov@demlabs.net> Date: Fri, 3 Jul 2020 17:58:01 +0300 Subject: [PATCH] [+] New config sections --- cellframe-sdk | 2 +- .../configs/network/kelvin-testnet.cfg.tpl | 52 +++++++++++-------- python-cellframe | 2 +- 3 files changed, 32 insertions(+), 24 deletions(-) diff --git a/cellframe-sdk b/cellframe-sdk index b98b7070e..6f0169ecc 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit b98b7070e24b073ed99bf22ad2d1cb0829b40328 +Subproject commit 6f0169eccc084b98e1e127baf119f813c3a10b31 diff --git a/dist/share/configs/network/kelvin-testnet.cfg.tpl b/dist/share/configs/network/kelvin-testnet.cfg.tpl index aa25832b6..b8fdca6e0 100644 --- a/dist/share/configs/network/kelvin-testnet.cfg.tpl +++ b/dist/share/configs/network/kelvin-testnet.cfg.tpl @@ -1,22 +1,30 @@ -# Kelvin Testnet -# General section -[general] -id=0x0000000000000001 -name=kelvin-testnet -# Possible values: light, full, archive, master, root -node-role={NODE_TYPE} - -seed_nodes_hostnames=[0.root.testnet.klvn.io,1.root.testnet.klvn.io,2.root.testnet.klvn.io,3.root.testnet.klvn.io,4.root.testnet.klvn.io] -seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4] -seed_nodes_addrs=[ffff::0000::0000::0001,ffff::0000::0000::0002,ffff::0000::0000::0003,ffff::0000::0000::0004,ffff::0000::0000::0005] -seed_nodes_port=[8079,8079,8079,8079,8079] - -#[role-master] -#proc_chains=[0x00000001] - -#[dag-poa] -#events-sign-cert=mycert - -#[dag-pos] -#events-sign-wallet=mywallet - +# Kelvin Testnet +# General section +[general] +id=0x0000000000000001 +name=kelvin-testnet +# Possible values: light, full, archive, master, root +node-role={NODE_TYPE} + +seed_nodes_hostnames=[0.root.testnet.klvn.io,1.root.testnet.klvn.io,2.root.testnet.klvn.io,3.root.testnet.klvn.io,4.root.testnet.klvn.io] +seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4] +seed_nodes_addrs=[ffff::0000::0000::0001,ffff::0000::0000::0002,ffff::0000::0000::0003,ffff::0000::0000::0004,ffff::0000::0000::0005] +seed_nodes_port=[8079,8079,8079,8079,8079] + +private=false + +[auth] +type=ca +acl_accept_ca_list=[] +acl_accept_ca_gdb= +acl_accept_ca_chains=all + +#[role-master] +#proc_chains=[0x00000001] + +#[dag-poa] +#events-sign-cert=mycert + +#[dag-pos] +#events-sign-wallet=mywallet + diff --git a/python-cellframe b/python-cellframe index 25aadc5c6..c5fce4f8d 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit 25aadc5c656a3ab8d762f1989916e39ba9d2551b +Subproject commit c5fce4f8d55f9b956fcc1e9b05ccf2459f604c86 -- GitLab