Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Device does not have a matching signing key (Trezor) #1977

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    2ccc726 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    44e06d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    2bb4462 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    dd90d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc8be2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    ba8ce79 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    e2e6d18 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    2b9eca1 View commit details
    Browse the repository at this point in the history
  2. Bugfix: mitigating taproot hotwallet issue 2078 (cryptoadvance#2083)

    * Some smaller improvements and fixes
    
    * mitigating 2078
    
    * removed Microsoft link tracking
    
    * wrap up a failed update properly
    
    * better decode and better error_handling
    k9ert authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    55d157b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Chore: Remove default node (cryptoadvance#2072)

    * change passwordaspin auth implementation
    
    * env-var for RASPIBLITZ_SPECTER_RPC_LOGIN_BITCOIN_CONF_LOCATION
    
    * remove default
    
    * fix tests
    
    * fix the tests part2
    
    * fix cypress tests
    
    * docstrings and other default removals
    
    * improve error_handling
    
    * do not raise exception
    k9ert authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    40a6a2e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Feature: Notification system (cryptoadvance#1766)

    * added websocket reconnect javascript
    
    * timeout fix
    
    * FIXED server timout issue
    
    * working port config
    
    * added websockets
    
    * fixed cypress test
    
    * graceful exit, but client is slow
    
    * fast shutdown
    
    * Switch to other port, if this one is blocked
    
    * better error handling
    
    * undid the port retrying
    
    * trying CI with different port for websockets
    
    * added getting port from ENV
    
    * test CI with longer wait time for cypress
    
    * reset wait time to 1000
    
    * test fix
    
    * doc
    
    * Bugfix: Flash cannot be called without a context.
    
    If a WebAPI (initiated from a different thread) fails, and flash is acalled as a backup the flash is without context.
    
    Now I simply added a attribute that flash cannot be called from any thread.  It now skips it during the "Trying to rebroadcast"
    
    * restore feature that the WebAPI permission is updated
    
    * js formatting
    
    * doc and reshuffling methods
    
    * localhost fix for cypress
    
    * fixed bug that i introduced recently.
    
    * doc
    
    * refactoring
    
    * refactoring
    
    * fix bug and refactoring
    
    * removed use_reloader=false
    
    * made the CreateNotification more robust
    
    * better log
    
    * bug fix
    
    * pytest fix
    
    * bug fix
    
    * pytest works... but ugly
    
    * do not start the websockets server in the tests
    
    * Introducing SPECTER_WEBSOCKET_ACTIVE
    
    * fix for incomplete SPECTER_WEBSOCKET_ACTIVE
    
    * fix for incomplete SPECTER_WEBSOCKET_ACTIVE
    
    * working websockets server shutdown when main thread dies
    
    * doc
    
    * camelCase  for js
    
    also changed WebAPI --> webapi
    
    * better naming
    
    * ssl working for python client and server, but not javascript
    
    * minimal working example for self-signed ssl
    
    * working minimal echo server in specter
    
    works with self signed cert
    
    * working user recognition
    
    * working websocket server.  The client shows an ssl error
    
    * added ssl_context, but doesn't work yet
    
    * no error... not tested yet
    
    * working
    
    * working, but not in js yet
    
    * almost working!!!
    
    * client is not working
    
    * still cannot get a 1 server to many clients working
    
    * minimal client example
    
    * working minimal exaple to send to all connected clients
    
    * working (at first, but then disconnecting)
    
    * working. but cient needs some simplifications
    
    * working great!!!
    
    * fix closing connection handling
    
    * also for non ssl working
    
    * doc and requirements
    
    * better config
    
    * fix for multiple connections of 1 user
    
    * imports
    
    * doc
    
    * better logging
    
    * added endpoint to test
    
    * cleanup
    
    * added a possibility to quit websocket connections via a special command.
    
    * fix error message
    
    * doc
    
    * refactoring
    
    * remove old code
    
    * undo
    
    * Docs: Add mobile access question to the FAQ (cryptoadvance#1829)
    
    * starting pytest
    
    pytest mocking doesn't work yet
    
    working pytest
    
    * better descriptions
    
    * more notification arguments
    
    * added pytest
    
    * move notifications.js such that it is always available
    
    * fix css issue
    
    * A test-page in the devhelper extension
    
    * defaults that shows a message without changing values
    
    * doc and rename: clarifying point about the flask flash
    
    * improved logging formatting
    
    * js_message_box  reflects noy the notification_type
    
    * doc
    
    addressing cryptoadvance#1766 (comment)
    
    * doc
    
    addressing cryptoadvance#1766 (comment)
    
    * fix pytest
    
    * doc and use get instead of []
    
    * redirect flash call
    
    * feature now complete
    
    * documentation
    
    * rename callback
    
    * Adding add_wallettab
    
    * moving to server_endpoints
    
    * proper removal
    
    * refactor robust_json_dumps import
    
    * forgot one reference of robust_json_dumps
    
    * remove unintended changes
    
    * import fixes and polishing
    
    * docs revised
    
    * working notifications
    
    * working
    
    almost completely moved
    
    * not working yet.... somehow sending to the server doesn't work.
    
    * working
    
    * added TODO
    
    * redirect flash
    
    * fix for flash
    
    * implemented callbacks
    
    Can test with js code
    a = await pythonCommand("app.specter.service_manager.execute_ext_callbacks(        'create_and_show_notification', 'title', target_uis='js_message_box', timeout=3000)")
    
    * invisible in sidebar and enabled by default
    
    * added logo
    
    * adding wallet_alias and docs
    
    * pictures for the docs
    
    * added import
    
    * forgotten change
    
    * pytest fix
    
    * forgotten part 2
    
    * add HOST to config and fix pytest
    
    * examples in settings and wallet menu
    
    * app is not required in callback_after_serverpy_init_app
    
    * better error logging
    
    * fix: better error logging
    
    * fix: include
    
    * Removing Werkzeug Request logs for Cypress
    
    * selectWallet twice to fix weird issues
    
    * explicitly returing None if no user found
    
    * better structuring in server function
    
    * reset lots of flash changes
    
    * add timeout for websocket server connections
    
    * reset helpers.py
    
    * added connection_report
    
    - also changed the registering logic slightly,  to now have an easy overview of the open connections
    - also added constants INTERNAL_NOTIFICATION_TITLES
    
    * better default services in user.py
    
    * tiny cleanup
    
    * avoid slow_request_detection_stop
    
    * move css
    
    cryptoadvance#1766 (comment)
    
    * typo
    
    cryptoadvance#1766 (comment)
    
    * callback_cleanup_on_exit
    
    cryptoadvance#1766 (comment)
    
    * move also css colors to service
    
    * upgrade simple_websocket got rid of ssl error on close connection
    
    * fix tests
    
    * better default loading of notifications
    
    * fix bug
    
    see cryptoadvance#1766 (comment)
    
    * better callback_cleanup_on_exit
    
    * deleted files
    
    * fix 1 pytest
    
    * removed example code
    
    cryptoadvance#1766 (comment)
    
    * cleaned up js logic for the initial connection
    
    * moved  sendRequest
    
    * doc
    
    * doc
    
    * increase ping/timeout interval, because the websocket connection closure works well now
    
    * increase migration count
    
    * renaming
    
    * changed order of notifications cypress test
    
    * disable the websockets during all pytest
    
    * reenable websockets for cypress
    
    * fix bug
    
    * pytest debugging  ONLY. Have to rollback
    
    * Revert "pytest debugging  ONLY. Have to rollback"
    
    This reverts commit ccee38f.
    
    * info output for pytest debugging
    
    * pytest experiment...  Can be rolled back.
    
    * Revert "info output for pytest debugging"
    
    This reverts commit 07f3aaa.
    
    * fix
    
    see cryptoadvance#1907 (comment)
    
    * added view_functions comment
    
    * trying to fix flaky cpyress
    
    * fix for hardcoded url
    
    * added auto-reconnection on request failiure
    
    * remove user_secret_decrypted_required
    
    * remove user_secret_decrypted_required
    
    * Removed verbose logging unless logging level < 10
    
    * remove verbose_debug from notification.id
    
    * fix
    
    * fix pytest
    
    * fix non-working migration
    
    * set devstatus_alpha and opt-in
    
    * delete cypress test and remove migration from pytest
    
    * len(classlist) seems to differ in CI and locally
    
    * remove useless code
    
    * done cryptoadvance#1766 (comment)
    
    - removed duplicate sendRequest
    
    * moved service_manager_cleanup_on_exit
    
    see cryptoadvance#1766 (comment)
    
    * added comment
    
    see cryptoadvance#1766 (comment)
    
    * attempt to fix cryptoadvance#1766 (comment)
    
    * pytest works. Was a variation in requirements.txt
    
    ---------
    
    Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com>
    Co-authored-by: Kim Neunert <k9ert@gmx.de>
    Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
    4 people authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8eef5c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Feature: Adding QR message signing and address verification for Jade (c…

    …ryptoadvance#2109)
    
    * added support for qr message signing for jade
    
    * remove taproot support for jade
    
    ---------
    
    Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com>
    Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
    3 people authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    be8e1a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dadec2 View commit details
    Browse the repository at this point in the history
  3. bump hwi version

    moneymanolis committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a325141 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Bugfix: black_version_pin (cryptoadvance#2121) (cryptoadvance#2160)

    * ping black version
    
    * change to version 22.3.0 as in pre-commit
    
    * proper version
    
    * kick
    k9ert authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    701f7a8 View commit details
    Browse the repository at this point in the history
  2. Chore: Bump http-cache-semantics in /pyinstaller/electron (cryptoadva…

    …nce#2162)
    
    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f19bcd1 View commit details
    Browse the repository at this point in the history
  3. Chore: Thread safety for TxList and Cypress test fix (cryptoadvance#2148

    ) (cryptoadvance#2161)
    
    * fixes psbt key error
    * use lock to avoid concurrent access
    k9ert authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4c12246 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Chore: Bump @sideway/formula from 3.0.0 to 3.0.1 (cryptoadvance#2188)

    Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/sideway/formula/releases)
    - [Commits](hapijs/formula@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@sideway/formula"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a00c736 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    55a446d View commit details
    Browse the repository at this point in the history