Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
d51f7d47
Commit
d51f7d47
authored
4 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'features-4046' into 'master'
features-4046 See merge request
!152
parents
d6c96264
fd7995e8
No related branches found
No related tags found
1 merge request
!152
features-4046
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dist/share/configs/network/kelvin-testnet.cfg.tpl
+30
-22
30 additions, 22 deletions
dist/share/configs/network/kelvin-testnet.cfg.tpl
with
32 additions
and
24 deletions
CMakeLists.txt
+
1
−
1
View file @
d51f7d47
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 5
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 5
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
5
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
6
)
# init CellFrame SDK
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
67bb910d
Compare
4c8db168
...
67bb910d
Subproject commit
4c8db1685f34338090a24f5e97f1afd669ae83bd
Subproject commit
67bb910d82cb6366f0b1303f68a36d0e70163927
This diff is collapsed.
Click to expand it.
dist/share/configs/network/kelvin-testnet.cfg.tpl
+
30
−
22
View file @
d51f7d47
# Kelvin Testnet
# Kelvin Testnet
# General section
# General section
[general]
[general]
id=0x0000000000000001
id=0x0000000000000001
name=kelvin-testnet
name=kelvin-testnet
# Possible values: light, full, archive, master, root
# Possible values: light, full, archive, master, root
node-role=
{
NODE_TYPE
}
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_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_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_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]
seed_nodes_port=[8079,8079,8079,8079,8079]
#[role-master]
private=false
#proc_chains=[0x00000001]
[auth]
#[dag-poa]
type=ca
#events-sign-cert=mycert
acl_accept_ca_list=[]
acl_accept_ca_gdb=
#[dag-pos]
acl_accept_ca_chains=all
#events-sign-wallet=mywallet
#[role-master]
#proc_chains=[0x00000001]
#[dag-poa]
#events-sign-cert=mycert
#[dag-pos]
#events-sign-wallet=mywallet
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment