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

Add more waitForTxImmutability #2708

Closed
wants to merge 5 commits into from

Commits on Jun 11, 2021

  1. Replace more eventually with waitForTxImmutability

    Looking at recent HWWallet failures, they seem to come from just
    a few locations. So we can easily switch them out to use the more
    rollback-resistent waitForTxImmutability.
    
    ```
    $ ./scripts/bors-stats.rb list 2428 --search "Wallets"  --count 300 --details true | grep "Wallets.hs:"
    Ê | src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:153:26:
    Ê | cardano-wallet             >   src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:152:26:
    src/Test/Integration/Scenario/API/Byron/Wallets.hs:187:59:
    Ê | cardano-wallet             >   src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:152:26:
    Ê | cardano-wallet             >   src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:152:26:
    cardano-wallet                 >   src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:152:26:
    cardano-wallet             >   src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:152:26:
    cardano-wallet             >   src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:152:26:
      src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:129:18:
    cardano-wallet                 >   src/Test/Integration/Scenario/CLI/Shelley/HWWallets.hs:152:26:
    ```
    Anviking committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9e16517 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    e211d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21fcb69 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    2d56ecc View commit details
    Browse the repository at this point in the history
  2. Regenerate nix

    rvl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    8f8dbc8 View commit details
    Browse the repository at this point in the history