diff --git a/ansible/app_options_files/public_testnet b/ansible/app_options_files/public_testnet index 7f8dabc43..23c0d6d61 100644 --- a/ansible/app_options_files/public_testnet +++ b/ansible/app_options_files/public_testnet @@ -47,11 +47,7 @@ }, { "name": "adrian", - "address": "98F28277FA8C512968BBDE443F5DB27AC743F814", - "pub_key": { - "type": "ed25519", - "data": "2E7EAB9E4C93D3657A63E063D6ABB851596BA97ED9F4EB9A2FC714043DC9685D" - }, + "address": "0FA1DB09E8B174E81E94280C047C158D4271457B", "coins": [ { "denom": "axi", diff --git a/ansible/roles/config/tasks/main.yml b/ansible/roles/config/tasks/main.yml index 730bf3abb..bb2c0d0a4 100644 --- a/ansible/roles/config/tasks/main.yml +++ b/ansible/roles/config/tasks/main.yml @@ -23,6 +23,7 @@ group: "{{service}}" - name: copy generated service genesis.json - genesis_time will be updated + tags: reconfig-appgenesis when: (validators == true or validators == 'true') and (service_genesis_file is not defined) and (service != 'ethermint') template: src: genesis-service.json.j2 diff --git a/build/spectemplates/basecoin.spec b/build/spectemplates/basecoin.spec index 9553962bf..01321b767 100644 --- a/build/spectemplates/basecoin.spec +++ b/build/spectemplates/basecoin.spec @@ -10,15 +10,17 @@ Summary: basecoin is a Proof-of-Stake cryptocurrency and framework License: Apache 2.0 URL: https://tendermint.com/ Packager: Greg Szabo -Requires: tendermint >= 0.10.0 +Requires: tendermint >= 0.11.0 Provides: basecli -#Requires(pre): useradd %description Basecoin is an ABCI application designed to be used with the Tendermint consensus engine to form a Proof-of-Stake cryptocurrency. It also provides a general purpose framework for extending the feature-set of the cryptocurrency by implementing plugins. %pre if ! %{__grep} -q '^%{name}:' /etc/passwd ; then + echo "`date`: useradd -k /dev/null -r -m -b %{_sysconfdir} %{name}" >> /tmp/rpmdebug + set >> /tmp/rpmdebug + echo "---" >> /tmp/rpmdebug useradd -k /dev/null -r -m -b %{_sysconfdir} %{name} chmod 755 %{_sysconfdir}/%{name} fi