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

refactor: use wallet connectivity in wallet services #3391

Commits on Sep 28, 2021

  1. refactor: reintroduce generic substream in client rpc

    Generic substream was removed in order to more closely test RPC/yamux
    interaction but that was incorrect. The tests should have just been
    updated without removing the generic. This PR reintroduces them so that
    an RPC client mock can more easily be created.
    sdbondi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    125b0ac View commit details
    Browse the repository at this point in the history
  2. refactor: use wallet connectivity in wallet services

    - use wallet connectivity in broadcast protocol
    - remove base node update code in multiple services
    - use wallet connectivity in transaction validation protocol
    - use wallet connectivity in TXO validation task
    - update/fix tests
    sdbondi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    aeb1dcb View commit details
    Browse the repository at this point in the history