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

Bitcoind: ZeroMQ Support + Auto-Update Balance in DesktopApp #206

Merged
merged 8 commits into from
Apr 7, 2022

Commits on Apr 7, 2022

  1. Wallet: Persist receive addresses

    To be able to detect incoming transactions, we need to know which
    addresses are ours.
    alvasw committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    7687ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be17f98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a70140c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    300895b View commit details
    Browse the repository at this point in the history
  5. Add Bitcoind ZeroMQ Support

    alvasw committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    8c847b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    162d28b View commit details
    Browse the repository at this point in the history
  7. Desktop: Update balance automatically (ZeroMQ)

    Update balance when:
    - a new block gets mined
    - a UTXO is spent
    - a receive address received money
    alvasw committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    898d835 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c07fe77 View commit details
    Browse the repository at this point in the history