Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Dmitry Puzyrkov
celllframe-node
Commits
8af2d9d6
Commit
8af2d9d6
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Renames and fixes
[+] Added static genesis event for core-t zerochain
parent
9f85e30f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
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/etc/network/core-t/chain-0.cfg
+2
-3
2 additions, 3 deletions
dist/etc/network/core-t/chain-0.cfg
with
4 additions
and
5 deletions
CMakeLists.txt
+
1
−
1
View file @
8af2d9d6
...
@@ -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 2
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 2
)
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
@
70a5531d
Compare
4e4354bb
...
70a5531d
Subproject commit
4e4354bb59e26d63c9e417e42f8f115882268277
Subproject commit
70a5531d773f4ba0a3990f97b293c5839662ef7a
This diff is collapsed.
Click to expand it.
dist/etc/network/core-t/chain-0.cfg
+
2
−
3
View file @
8af2d9d6
...
@@ -17,9 +17,8 @@ is_add_directly=true
...
@@ -17,9 +17,8 @@ is_add_directly=true
datum_add_hashes_count=1
datum_add_hashes_count=1
# Switched
off to false because hash symbols below are not well recognized
# Switched
off to false because hash symbols below are not well recognized
is_static_genesis_event=true
is_static_genesis_event=false
static_genesis_event=0x5A75946DB3BAF9211D259C33309E80C1DA94B90F6834D7BC2F607030C5ECE911
static_genesis_event=0xEB2152E716245D067BEA80E8CB6D7C35859B2E0E91AF4201486BB443F6AEE7FF
[dag-poa]
[dag-poa]
auth_certs_prefix=core-t
auth_certs_prefix=core-t
...
...
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