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
14
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
Merge requests
!135
feature-autoproc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feature-autoproc
feature-autoproc
into
master
Overview
0
Commits
2
Pipelines
0
Changes
6
Merged
Roman Khlopkov
requested to merge
feature-autoproc
into
master
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
6
Expand
[+] Mempool autoprocessing configs
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f3241002
2 commits,
4 years ago
6 files
+
118
−
114
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
dist/etc/network/core-t/chain-0.cfg
+
28
−
27
Options
[chain]
id=0x0000000000000000
shard_id=0x0000000000000000
name=zerochain
load_priority=1
# Possible
values [token, emission, transaction]
datum_types=[token,emission,shard,ca,transaction]
consensus=dag_poa
[files]
storage_dir=/opt/cellframe-node/var/lib/network/core-t/zerochain/
[dag]
is_single_line=true
is_celled=false
is_add_directly=true
datum_add_hashes_count=1
is_static_genesis_event=true
static_genesis_event=0x65D9E91CD08DBDEFAAF30AEC316DC87F8BEE482843B3EA128FF2566B53E5AFA8
[dag-poa]
auth_certs_prefix=core-t
auth_certs_number=3
auth_certs_number_verify=1
#4
auth_certs_dir=/opt/cellframe-node/share/ca
[chain]
id=0x0000000000000000
shard_id=0x0000000000000000
name=zerochain
load_priority=1
# Possible
values [token, emission, transaction]
datum_types=[token,emission,shard,ca,transaction]
mempool_auto_types=[emission,transaction]
consensus=dag_poa
[files]
storage_dir=/opt/cellframe-node/var/lib/network/core-t/zerochain/
[dag]
is_single_line=true
is_celled=false
is_add_directly=true
datum_add_hashes_count=1
is_static_genesis_event=true
static_genesis_event=0x65D9E91CD08DBDEFAAF30AEC316DC87F8BEE482843B3EA128FF2566B53E5AFA8
[dag-poa]
auth_certs_prefix=core-t
auth_certs_number=3
auth_certs_number_verify=1
#4
auth_certs_dir=/opt/cellframe-node/share/ca
Loading