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

Move Scanners to bisq.wallets.regtest module #2816

Commits on Sep 11, 2024

  1. wallets: Remove dependency to Bisq 2 Hex Class

    We can't depend on Bisq 2's Hex class to be able to reuse the wallets library in Bisq 1.
    alvasw committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    65a3ea6 View commit details
    Browse the repository at this point in the history
  2. wallets: Remove dependency to Bisq 2 Threading Class

    We can't depend on Bisq 2's Threading class to be able to reuse the wallets library in Bisq 1.
    alvasw committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d221ad0 View commit details
    Browse the repository at this point in the history
  3. wallets: Remove dependency to Bisq 2 NetworkUtils Class

    We can't depend on Bisq 2's NetworkUtils class to be able to reuse the wallets library in Bisq 1.
    alvasw committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    26a677f View commit details
    Browse the repository at this point in the history
  4. wallets: Remove dependency to Bisq 2 StringUtils Class

    We can't depend on Bisq 2's StringUtils class to be able to reuse the wallets library in Bisq 1.
    alvasw committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ad23554 View commit details
    Browse the repository at this point in the history
  5. wallets: Remove dependency to Bisq 2 FileUtils Class

    We can't depend on Bisq 2's FileUtils class to be able to reuse the
    wallets library in Bisq 1.
    alvasw committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    115adc1 View commit details
    Browse the repository at this point in the history
  6. Move Scanners to bisq.wallets.regtest module

    We can't depend on Bisq 2's common module to be able to reuse the
    wallets library in Bisq 1.
    alvasw committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    19f38ee View commit details
    Browse the repository at this point in the history