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

Update servers config used in integration tests #19

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Jan 12, 2023

  1. Update electrum servers for tests

    We use public Keep Network's server for integration tests.
    nkuba committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ad73c42 View commit details
    Browse the repository at this point in the history
  2. Catch JSON parse error

    Catch JSON parsing error and log it.
    nkuba committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    220f188 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update config for test servers

    Added details of the ElectrumX server running for testnet by Keep.
    nkuba committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9882291 View commit details
    Browse the repository at this point in the history
  2. Don't catch connection error in test

    We want the test to fail, instead of catching the connection error.
    nkuba committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    165ad73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d05c3c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Update electrum host address in tests

    Address of electrum server for testnet maintained by Keep Network.
    nkuba committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    4158586 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Add more test servers

    Here we add more tests servers for integration tests.
    nkuba committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c3de62f View commit details
    Browse the repository at this point in the history