Commit graph

6 commits

Author SHA1 Message Date
Kim Neunert
4748df61fe
Feature: Better Error-management, logging for the APP and Macos builds improvements (#1405)
* tiny changes

* more documentation

* added upload-instructions

* better traceability of startup

* logs for signing results

* bugfix for sign_results

* winston logging

* error-management and check for specterd-exit

* adding locale

* distinguish logging properly

* don't throw that error unfortunately

* fix accidental change

* increase memory + cpu for cirrus

* increase to 8CPUs but only for cirrus

* decrease resources again
2021-09-27 14:09:43 +02:00
Kim Neunert
75a9d367c0
refactoring to persistence.py #255 (#403)
* refactoring to persistence.py #255

* refactoringos-level-stuff

* fixing logging, again

* finalizing callback logic

* Update src/cryptoadvance/specter/helpers.py

* Update src/cryptoadvance/specter/controller.py

* better logging

* blackify persistence

* make parameters possible

* beautify

* docs: update TOC

* tests for persistence part 1

* refactoring shell-tests

* (almost) completed tests for persistence

* including code-coverage on tests

* test for the bug

* improve test

* Fix test

* make black happy

* fix the bloody tests

* blackify
2020-10-17 15:08:45 +02:00
Stepan Snigirev
5702559317
blacklify everything (#464) 2020-09-30 11:42:30 +02:00
Stepan Snigirev
9bfe2c7284
set logger to info by default (#368) 2020-09-08 16:02:00 +02:00
Kim Neunert
9282dd58ac
fix logging avoiding dictConfig (#348)
* fix logging avoiding dictConfig

* fix version_upgrade warning

* fix logging also in pyinstaller/specterd.py

* docs: update TOC
2020-09-03 14:17:02 +02:00
Stepan Snigirev
2575aed4ad
Pyinstaller builds (#258)
* pyinstaller specs

* add udev rules

* remove ecdsa dep

* udev rules, pyinstaller spec update

* update udev readme

* Fix issue with Tor service creation

* remove pyinstaller artifacts for bip32

* main -> cli

* remove daemon and debug modes from binaries

* add aarch64 (ARM) build

* fix when no tor

* fix flake8

Co-authored-by: benk10 <ben.kaufman10@gmail.com>
2020-07-26 11:20:13 +02:00