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

BsqWalletV2Test: Add invalid and dust send tests #7295

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

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    4d50b0f View commit details
    Browse the repository at this point in the history
  2. core: Implement sendBsqTest

    First, the sendBsq test creates one BTC and two BSQ wallets. Afterward,
    it funds the BTC and one BSQ wallet with 1 BTC. Next, the funded BSQ
    wallet sends 100 BSQ to the second BSQ wallet.
    alvasw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    569636c View commit details
    Browse the repository at this point in the history
  3. sendBsq: Throw InsufficientMoneyException when BSQ balance too low

    We should throw an InsufficientMoneyException when the CoinSelection
    gathered amount is lower than the amount the user wants to send.
    alvasw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5125ed9 View commit details
    Browse the repository at this point in the history
  4. BsqWalletV2Test: Add invalid and dust send tests

    The tests try to send 0 BSQ and the current dust amount in BSQ.
    alvasw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f230c57 View commit details
    Browse the repository at this point in the history