Skip to content
Snippets Groups Projects
Commit 86dc7177 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Vers update

parent ea36896e
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
...@@ -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}")
......
Subproject commit f7c689254a5a56de32e1fbca44fe11f7a9991afc Subproject commit 700e639711e4889f3219bf3b39f5462793471523
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