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
86dc7177
Commit
86dc7177
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Vers update
parent
ea36896e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+9
-0
9 additions, 0 deletions
.travis.yml
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
libdap-chain-net
+1
-1
1 addition, 1 deletion
libdap-chain-net
with
11 additions
and
2 deletions
.travis.yml
+
9
−
0
View file @
86dc7177
...
@@ -15,6 +15,15 @@ script:
...
@@ -15,6 +15,15 @@ script:
-
cmake -DBUILD_KELVIN_NODE_TESTS=ON ../
-
cmake -DBUILD_KELVIN_NODE_TESTS=ON ../
-
make
-
make
-
ctest --verbose
-
ctest --verbose
-
cpack
-
dpkg -i *.deb
-
/opt/kelvin-node/bin/kelvin-node-tool cert create cert0 sig_tesla
-
service kelvin-node start
-
systemctl is-runnig kelvin-node
-
/opt/kelvin-node/bin/kelvin-node-cli wallet new -w wallet0
-
/opt/kelvin-node/bin/kelvin-node-cli token_decl -net private -chain gdb token TOK1 total_supply 1000000000000000000000000 signs_total 1 signs_emission 1 certs cert0
-
/opt/kelvin-node/bin/kelvin-node-cli token_emit -net private -chain_emission gdb -chain_base_tx gdb -addr `/opt/kelvin-node/bin/kelvin-node-cli wallet list| grep addr | awk '{print $3}' |tr -d "\n"` -token TOK1 -certs cert0 -emission_value
123000000000000
-
/opt/kelvin-node/bin/kelvin-node-cli mempool_proc -net private -chain gdb
addons
:
addons
:
apt
:
apt
:
sources
:
sources
:
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
86dc7177
...
@@ -13,7 +13,7 @@ SET( CPACK_GENERATOR "DEB")
...
@@ -13,7 +13,7 @@ SET( CPACK_GENERATOR "DEB")
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 1
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 1
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 0
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
4
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
5
)
SET
(
CPACK_SYSTEM_NAME
"debian-9.7-amd64"
)
SET
(
CPACK_SYSTEM_NAME
"debian-9.7-amd64"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
...
...
This diff is collapsed.
Click to expand it.
libdap-chain-net
@
700e6397
Compare
f7c68925
...
700e6397
Subproject commit
f7c689254a5a56de32e1fbca44fe11f7a9991afc
Subproject commit
700e639711e4889f3219bf3b39f5462793471523
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