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

Shared wallets testing #2619

Merged
merged 10 commits into from
Apr 23, 2021
Merged

Shared wallets testing #2619

merged 10 commits into from
Apr 23, 2021

Commits on Apr 23, 2021

  1. additional e2e tests for shared wallets

    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    b1446a6 View commit details
    Browse the repository at this point in the history
  2. fix cardano_addresses cmd on win

    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    47ea685 View commit details
    Browse the repository at this point in the history
  3. mark shared wallet endpoints as experimental in swagger

    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    d46bcd3 View commit details
    Browse the repository at this point in the history
  4. swagger: Shared wallets status: under development

    rvl authored and Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    7ec4600 View commit details
    Browse the repository at this point in the history
  5. Add $TESTS_E2E_BINDIR to $PATH

    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    6c89643 View commit details
    Browse the repository at this point in the history
  6. remove 'installation' parmeter from rake tasks and use only $TESTS_E2…

    …E_BINDIR to point to executables to test
    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    20e5178 View commit details
    Browse the repository at this point in the history
  7. pessimistic versioning for cardano_wallet gem

    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    67b9633 View commit details
    Browse the repository at this point in the history
  8. fix bin path when starting node and wallet. We're now adding BINS to …

    …the PATH but absolute path is still needed when starting node and wallet as services on Win.
    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    9e3ce5e View commit details
    Browse the repository at this point in the history
  9. Use ruby dict as script templates in tests instead of parsing from st…

    …rings
    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    7bde969 View commit details
    Browse the repository at this point in the history
  10. Clear node cache in e2e jobs. After upgrade to 1.26.2 node is replayi…

    …ng all the blocks for several minutes so wallet is not able to connect within 180s timeout. The only way to clear GH cache is to change key.
    Piotr Stachyra committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    b958f40 View commit details
    Browse the repository at this point in the history