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
15
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
f72457e8
Commit
f72457e8
authored
4 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'support-3844' into 'master'
Support 3844 See merge request
!136
parents
ca45a8e3
91a499e6
No related branches found
No related tags found
1 merge request
!136
Support 3844
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
dist/etc/network/kelvin-testnet/chain-0.cfg
+3
-3
3 additions, 3 deletions
dist/etc/network/kelvin-testnet/chain-0.cfg
dist/etc/network/kelvin-testnet/chain-plasma.cfg
+2
-0
2 additions, 0 deletions
dist/etc/network/kelvin-testnet/chain-plasma.cfg
with
6 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
f72457e8
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 3
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
6
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
7
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
dist/etc/network/kelvin-testnet/chain-0.cfg
+
3
−
3
View file @
f72457e8
...
...
@@ -4,7 +4,7 @@ shard_id=0x0000000000000000
name=zerochain
load_priority=1
# Possible
values [token, emission, transaction]
datum_types=[token,emission,shard,ca]
datum_types=[token,emission,shard,ca
,transaction
]
mempool_auto_types=[emission]
consensus=dag_poa
...
...
@@ -19,8 +19,8 @@ datum_add_hashes_count=1
# Switched
off to false because hash symbols below are not well recognized
is_static_genesis_event=
false
static_genesis_event=0x
EB2152E716245D067BEA80E8CB6D7C35859B2E0E91AF4201486BB443F6AEE7FF
is_static_genesis_event=
true
static_genesis_event=0x
642DEBE847A73FA0505C6648C1086675B6B4ADDDC4A8D333DCCD4169228E1E97
[dag-poa]
auth_certs_prefix=kelvin.testnet.root
...
...
This diff is collapsed.
Click to expand it.
dist/etc/network/kelvin-testnet/chain-plasma.cfg
+
2
−
0
View file @
f72457e8
...
...
@@ -12,6 +12,8 @@ is_single_line=false
is_celled=true
is_add_directly=true
datum_add_hashes_count=3
is_static_genesis_event=true
static_genesis_event=0x8EA91DC2E2E9271ECC8F55EFF610ADA9ED21E4CA44108A67DA11FB93831CABD8
# Proof-of-State
consensus config
[dag-pos]
...
...
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