lot of work on OnionrCrypto

updated logo
fixed broken peerinfo functions in core
removed gnupg from travis installation
This commit is contained in:
Kevin Froman 2018-04-01 19:33:09 -05:00
parent e3ebe5c2e4
commit 8022781a8f
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
6 changed files with 108 additions and 21 deletions

View file

@ -18,7 +18,7 @@ uninstall:
test:
@rm -rf onionr/data-backup
@mv onionr/data onionr/data-backup | true > /dev/null 2>&1
-@cd onionr; ./tests.py
-@cd onionr; ./tests.py; ./cryptotests.py;
@rm -rf onionr/data
@mv onionr/data-backup onionr/data | true > /dev/null 2>&1