Skip to content
Snippets Groups Projects
Commit f72457e8 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

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!136Support 3844
......@@ -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}\"")
......
......@@ -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=0xEB2152E716245D067BEA80E8CB6D7C35859B2E0E91AF4201486BB443F6AEE7FF
is_static_genesis_event=true
static_genesis_event=0x642DEBE847A73FA0505C6648C1086675B6B4ADDDC4A8D333DCCD4169228E1E97
[dag-poa]
auth_certs_prefix=kelvin.testnet.root
......
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment