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

Wallet websocket covenant events #195

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

Commits on Jun 22, 2019

  1. test: wallet auction sockets

    Add tests for socket events based on
    auction based transactions being indexed
    in the wallet txdb.
    Mark Tyneway committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    e47bd6c View commit details
    Browse the repository at this point in the history
  2. wallet: emit covenant related events

    Add a new method `emitCovenants` that emits
    an event for each auction related output in
    a transaction that is indexed in the walletdb.
    Mark Tyneway committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    9722b5c View commit details
    Browse the repository at this point in the history
  3. http: websocket events for auctions

    Emit events over websocket for auction
    related events that are emitted by the
    walletdb.
    Mark Tyneway committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    e007f14 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. txdb: remove redundant code

    Mark Tyneway committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    b80bbc5 View commit details
    Browse the repository at this point in the history