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: accept account argument for all covenant makers and verify account ownership during coin selection #233

Merged
merged 6 commits into from
Mar 26, 2020

Commits on Mar 20, 2020

  1. wallet: check account ownership of bid TX when making reveal TX

    Adds new method hasCoinByAccount(acct, hash, index) to txdb which
    returns true if the coin (hash, index) is owned by account (number).
    Adds this check to wallet.makeReveal() to prevent BIDs from other
    wallet accounts being included as inputs to a new REVEAL TX from a
    specific account.
    pinheadmz committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    7d8edf6 View commit details
    Browse the repository at this point in the history
  2. wallet: check account ownership of name before making update TX

    also: make renew and make redeem
    pinheadmz committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    a4755e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e326f94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8204e66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2db37fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fc2345 View commit details
    Browse the repository at this point in the history