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

Bump version numbers for release of v2022-08-16 #3437

Merged
merged 2 commits into from
Aug 17, 2022

Conversation

HeinrichApfelmus
Copy link
Contributor

@HeinrichApfelmus HeinrichApfelmus commented Aug 14, 2022

  • Bump dependencies to match cardano-node 1.35.3
  • Bump dependency on cardano-addresses.
  • Bump cardano-wallet version number to 2022.8.16.

Comments

In preparation for a release, this pull request bumps dependencies and the package version number.

Issue Number

ADP-1999

@HeinrichApfelmus
Copy link
Contributor Author

bors try

iohk-bors bot added a commit that referenced this pull request Aug 14, 2022
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 14, 2022

try

Build failed:

Copy link
Member

@jonathanknowles jonathanknowles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@HeinrichApfelmus
Copy link
Contributor Author

bors merge

iohk-bors bot added a commit that referenced this pull request Aug 15, 2022
3437: Bump version numbers for release of v2022-08-16 r=HeinrichApfelmus a=HeinrichApfelmus

- [x] Bump dependencies to match `cardano-node` 1.35.3
- [x] Bump dependency on `cardano-addresses`.
- [x] Bump `cardano-wallet` version number to `2022.8.16`.

### Comments

In preparation for a release, this pull request bumps dependencies and the package  version number.

### Issue Number

ADP-1999

Co-authored-by: Heinrich Apfelmus <[email protected]>
@HeinrichApfelmus HeinrichApfelmus self-assigned this Aug 15, 2022
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 15, 2022

Build failed:

#expected

timeout from bad io-sim rev

@HeinrichApfelmus HeinrichApfelmus force-pushed the HeinrichApfelmus/v2022-08-16/bump-release branch from 0fcf2d9 to c725987 Compare August 15, 2022 18:01
@HeinrichApfelmus
Copy link
Contributor Author

bors merge

iohk-bors bot added a commit that referenced this pull request Aug 15, 2022
3437: Bump version numbers for release of v2022-08-16 r=HeinrichApfelmus a=HeinrichApfelmus

- [x] Bump dependencies to match `cardano-node` 1.35.3
- [x] Bump dependency on `cardano-addresses`.
- [x] Bump `cardano-wallet` version number to `2022.8.16`.

### Comments

In preparation for a release, this pull request bumps dependencies and the package  version number.

### Issue Number

ADP-1999

Co-authored-by: Heinrich Apfelmus <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 15, 2022

Build failed:

Original failure seems to have been lost from retrying.

@jonathanknowles
Copy link
Member

bors r+

iohk-bors bot added a commit that referenced this pull request Aug 16, 2022
3437: Bump version numbers for release of v2022-08-16 r=jonathanknowles a=HeinrichApfelmus

- [x] Bump dependencies to match `cardano-node` 1.35.3
- [x] Bump dependency on `cardano-addresses`.
- [x] Bump `cardano-wallet` version number to `2022.8.16`.

### Comments

In preparation for a release, this pull request bumps dependencies and the package  version number.

### Issue Number

ADP-1999

Co-authored-by: Heinrich Apfelmus <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 16, 2022

Build failed:

Log extract (from linux.musl.checks.cardano-wallet.integration):

Failures:

  src/Test/Integration/Scenario/API/Shelley/TransactionsNew.hs:2213:65: 
  1) API Specifications, NEW_SHELLEY_TRANSACTIONS, Plutus scenarios, withdrawal
       uncaught exception: ProcessHasExited
       ProcessHasExited "cardano-cli failed: Command failed: transaction submit  Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [DelegsFailure (DelplFailure (DelegFailure (StakeKeyAlreadyRegisteredDELEG (ScriptHashObj (ScriptHash \"1b8374d0b294a4a3399ff25f06a0707b16214f1e9b67cf89ba2454a6\"))))),DelegsFailure (DelplFailure (DelegFailure (MIRCertificateTooLateinEpochDELEG (SlotNo 3359) (SlotNo 3330))))])\n" (ExitFailure 1)

  To rerun use: --match "/API Specifications/NEW_SHELLEY_TRANSACTIONS/Plutus scenarios/withdrawal/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:479:31: 
  2) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_03 - Cannot join a pool that has retired
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right ...
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_03 - Cannot join a pool that has retired/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:695:35: 
  3) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_01, Can join a pool that's not retiring
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right ...
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_01/Can join a pool that's not retiring/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:737:35: 
  4) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_02, Can join a pool that's retiring
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right ...
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_02/Can join a pool that's retiring/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:771:39: 
  5) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_03, Cannot join a pool that's retired
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right ...
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_03/Cannot join a pool that's retired/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1011:23: 
  6) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, has non-zero saturation & stake
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right ...
         )
       
       Waited longer than 90s to resolve action: "list pools returns non-empty list".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/has non-zero saturation & stake/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1042:17: 
  7) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, pools have the correct retirement information
       Waited longer than 90s to resolve action: "pools have the correct retirement information".
       expected: fromList [Nothing,Just (EpochNo {unEpochNo = 100000}),Just (EpochNo {unEpochNo = 1000000})]
        but got: fromList [Nothing]

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/pools have the correct retirement information/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1083:23: 
  8) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, contains pool metadata
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right ...
         )
       
       Waited longer than 90s to resolve action: "metadata is fetched".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/contains pool metadata/"

  src/Test/Integration/Framework/DSL.hs:1206:21: 
  9) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, contains and is sorted by non-myopic-rewards
       Waited longer than 90s to resolve action: "eventually shows non-zero rewards". Error condition: Just user error (Pattern match failure in do expression at src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1095:17-49)

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/contains and is sorted by non-myopic-rewards/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1190:22: 
  10) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_GARBAGE_COLLECTION_01 - retired pools are garbage collected on schedule and not before
       predicate failed on: []

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_GARBAGE_COLLECTION_01 - retired pools are garbage collected on schedule and not before/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1218:23: 
  11) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_SMASH_01 - fetching metadata from SMASH works with delisted pools
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right ...
         )
       
       Waited longer than 300s to resolve action: "metadata is fetched".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_SMASH_01 - fetching metadata from SMASH works with delisted pools/"

Probably the pool-dereg cert failed to be submitted / was rolled back... Perhaps we should submit it via the wallet with local submission pool...? Or a relay... /@Anviking

#3440

@HeinrichApfelmus
Copy link
Contributor Author

bors retry

iohk-bors bot added a commit that referenced this pull request Aug 16, 2022
3437: Bump version numbers for release of v2022-08-16 r=jonathanknowles a=HeinrichApfelmus

- [x] Bump dependencies to match `cardano-node` 1.35.3
- [x] Bump dependency on `cardano-addresses`.
- [x] Bump `cardano-wallet` version number to `2022.8.16`.

### Comments

In preparation for a release, this pull request bumps dependencies and the package  version number.

### Issue Number

ADP-1999

Co-authored-by: Heinrich Apfelmus <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 16, 2022

Build failed:

Failures:

  src/Test/Integration/Framework/DSL.hs:1206:21: 
  1) API Specifications, SHELLEY_MIGRATIONS, SHELLEY_MIGRATE_09 - Can migrate a wallet that has rewards.
       Waited longer than 90s to resolve action: "waitForNextEpoch: goes to next epoch". Error condition: Just getFromResponse failed to get item
       CallStack (from HasCallStack):
         error, called at src/Test/Integration/Framework/DSL.hs:2114:16 in cardano-wallet-core-integration-2022.8.16-6kea9TG0O42J3u3MTFlmNy:Test.Integration.Framework.DSL
         getFromResponse, called at src/Test/Integration/Framework/DSL.hs:1051:14 in cardano-wallet-core-integration-2022.8.16-6kea9TG0O42J3u3MTFlmNy:Test.Integration.Framework.DSL

  To rerun use: --match "/API Specifications/SHELLEY_MIGRATIONS/SHELLEY_MIGRATE_09 - Can migrate a wallet that has rewards./"

Randomized with seed 985328451

#3440

@paolino
Copy link
Collaborator

paolino commented Aug 16, 2022

bors r+

iohk-bors bot added a commit that referenced this pull request Aug 16, 2022
3437: Bump version numbers for release of v2022-08-16 r=paolino a=HeinrichApfelmus

- [x] Bump dependencies to match `cardano-node` 1.35.3
- [x] Bump dependency on `cardano-addresses`.
- [x] Bump `cardano-wallet` version number to `2022.8.16`.

### Comments

In preparation for a release, this pull request bumps dependencies and the package  version number.

### Issue Number

ADP-1999

Co-authored-by: Heinrich Apfelmus <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 16, 2022

Build failed:

src/Test/Integration/Scenario/API/Shelley/Migrations.hs:889:19: 
  1) API Specifications, SHELLEY_MIGRATIONS, SHELLEY_MIGRATE_08 - It's possible to migrate a wallet with many small ada quantities, provided that the total balance is significantly greater than the minimum ada quantity for an output.
       From the following response: Left
           ( DecodeFailure "Something went wrong" "Error in $: Failed reading: not a valid json value at 'Somethingwentwrong'" )
       While verifying value:
         ( Status
             { statusCode = 500
             , statusMessage = "Internal Server Error"
             }
         , Left
             ( DecodeFailure "Something went wrong" "Error in $: Failed reading: not a valid json value at 'Somethingwentwrong'" )
         )
       expected: Status {
                   statusCode = 202,
                   statusMessage = "Accepted"
                 }
        but got: Status {
                   statusCode = 500,
                   statusMessage = "Internal Server Error"
                 }

  To rerun use: --match "/API Specifications/SHELLEY_MIGRATIONS/SHELLEY_MIGRATE_08 - It's possible to migrate a wallet with many small ada quantities, provided that the total balance is significantly greater than the minimum ada quantity for an output./"

  src/Test/Integration/Framework/DSL.hs:1206:21: 
  2) API Specifications, SHELLEY_MIGRATIONS, SHELLEY_MIGRATE_09 - Can migrate a wallet that has rewards.
       Waited longer than 90s to resolve action: "waitForNextEpoch: goes to next epoch". Error condition: Just getFromResponse failed to get item
       CallStack (from HasCallStack):
         error, called at src/Test/Integration/Framework/DSL.hs:2114:16 in cardano-wallet-core-integration-2022.8.16-6kea9TG0O42J3u3MTFlmNy:Test.Integration.Framework.DSL
         getFromResponse, called at src/Test/Integration/Framework/DSL.hs:1051:14 in cardano-wallet-core-integration-2022.8.16-6kea9TG0O42J3u3MTFlmNy:Test.Integration.Framework.DSL

  To rerun use: --match "/API Specifications/SHELLEY_MIGRATIONS/SHELLEY_MIGRATE_09 - Can migrate a wallet that has rewards./"

Randomized with seed 401273573

#3441

@paolino
Copy link
Collaborator

paolino commented Aug 16, 2022

bors r+

iohk-bors bot added a commit that referenced this pull request Aug 16, 2022
3437: Bump version numbers for release of v2022-08-16 r=paolino a=HeinrichApfelmus

- [x] Bump dependencies to match `cardano-node` 1.35.3
- [x] Bump dependency on `cardano-addresses`.
- [x] Bump `cardano-wallet` version number to `2022.8.16`.

### Comments

In preparation for a release, this pull request bumps dependencies and the package  version number.

### Issue Number

ADP-1999

Co-authored-by: Heinrich Apfelmus <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 16, 2022

Build failed:

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:479:31: 
  1) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_03 - Cannot join a pool that has retired
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right
             [ ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "ì(ó=ËæÖ@
                         \x1e^3\x9bÐd|\x9sÊl\xcù»æ\x83\x8dÆ" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 312902001989061
                     , relativeStake = Quantity
                         ( Percentage
                             ( 707 % 2500 )
                         )
                     , saturation = 0.8483026742269519
                     , producedBlocks = Quantity 1987
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 200000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "´WhÁ¢ÚKÑ>¼ª\x1e¥\x14\x8í£\x1dÌ!v\ËÔ\x7Í©ò" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 278299588208730
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.676984300098287e-4
                     , producedBlocks = Quantity 0
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "\x1b=Á\x9cj¸\x9e¯ü\x85\x1óu»\x3Á\x1bøí]\x1876±Ø\x4\x13Ö" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 278299588208730
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.676984300098287e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "»\x11L³}uú\x5&\x3(Â5£Úâ\x95£=\xb¦t¥ë\x1e>V\x8e" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 278299490657835
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.676984300098287e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             ]
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_03 - Cannot join a pool that has retired/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:695:35: 
  2) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_01, Can join a pool that's not retiring
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right
             [ ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "ì(ó=ËæÖ@
                         \x1e^3\x9bÐd|\x9sÊl\xcù»æ\x83\x8dÆ" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 143902395283073
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1567 % 5000 )
                         )
                     , saturation = 0.9401525131099723
                     , producedBlocks = Quantity 2281
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 200000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "´WhÁ¢ÚKÑ>¼ª\x1e¥\x14\x8í£\x1dÌ!v\ËÔ\x7Í©ò" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 127989229560677
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.4122156291406395e-4
                     , producedBlocks = Quantity 0
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "\x1b=Á\x9cj¸\x9e¯ü\x85\x1óu»\x3Á\x1bøí]\x1876±Ø\x4\x13Ö" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 127989229560677
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.405249087513663e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "»\x11L³}uú\x5&\x3(Â5£Úâ\x95£=\xb¦t¥ë\x1e>V\x8e" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 127989187894222
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.405249087513663e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             ]
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_01/Can join a pool that's not retiring/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:737:35: 
  3) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_02, Can join a pool that's retiring
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right
             [ ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "ì(ó=ËæÖ@
                         \x1e^3\x9bÐd|\x9sÊl\xcù»æ\x83\x8dÆ" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 175353220406747
                     , relativeStake = Quantity
                         ( Percentage
                             ( 3167 % 10000 )
                         )
                     , saturation = 0.950141710093681
                     , producedBlocks = Quantity 2322
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 200000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "´WhÁ¢ÚKÑ>¼ª\x1e¥\x14\x8í£\x1dÌ!v\ËÔ\x7Í©ò" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 155962170789493
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.3837751382268167e-4
                     , producedBlocks = Quantity 0
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "\x1b=Á\x9cj¸\x9e¯ü\x85\x1óu»\x3Á\x1bøí]\x1876±Ø\x4\x13Ö" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 155962170789493
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.376866662057999e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "»\x11L³}uú\x5&\x3(Â5£Úâ\x95£=\xb¦t¥ë\x1e>V\x8e" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 155962120424768
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.376866662057999e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             ]
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_02/Can join a pool that's retiring/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:771:39: 
  4) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_JOIN_UNSIGNED_03, Cannot join a pool that's retired
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right
             [ ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "ì(ó=ËæÖ@
                         \x1e^3\x9bÐd|\x9sÊl\xcù»æ\x83\x8dÆ" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 140832666922987
                     , relativeStake = Quantity
                         ( Percentage
                             ( 813 % 2500 )
                         )
                     , saturation = 0.9757097366570096
                     , producedBlocks = Quantity 2408
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 200000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "´WhÁ¢ÚKÑ>¼ª\x1e¥\x14\x8í£\x1dÌ!v\ËÔ\x7Í©ò" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 126356195786082
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.3116593415071454e-4
                     , producedBlocks = Quantity 0
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "\x1b=Á\x9cj¸\x9e¯ü\x85\x1óu»\x3Á\x1bøí]\x1876±Ø\x4\x13Ö" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 126356195786082
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.30489810037691e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "»\x11L³}uú\x5&\x3(Â5£Úâ\x95£=\xb¦t¥ë\x1e>V\x8e" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 126356155821533
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.30489810037691e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Nothing
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             ]
         )
       
       Waited longer than 90s to resolve action: "One of the pools should retire.".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_JOIN_UNSIGNED_03/Cannot join a pool that's retired/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1011:23: 
  5) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, has non-zero saturation & stake
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right
             [ ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "ì(ó=ËæÖ@
                         \x1e^3\x9bÐd|\x9sÊl\xcù»æ\x83\x8dÆ" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 60004684394898
                     , relativeStake = Quantity
                         ( Percentage
                             ( 431 % 1250 )
                         )
                     , saturation = 1.0342577500861765
                     , producedBlocks = Quantity 2854
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPA" }
                             , name = "Genesis Pool A"
                             , description = Nothing
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 200000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "´WhÁ¢ÚKÑ>¼ª\x1e¥\x14\x8í£\x1dÌ!v\ËÔ\x7Í©ò" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 56875834449790
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.150934299254165e-4
                     , producedBlocks = Quantity 0
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPC" }
                             , name = "Genesis Pool C"
                             , description = Just "Lorem Ipsum Dolor Sit Amet."
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "\x1b=Á\x9cj¸\x9e¯ü\x85\x1óu»\x3Á\x1bøí]\x1876±Ø\x4\x13Ö" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 56875834449790
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.1445012020102044e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPB" }
                             , name = "Genesis Pool B"
                             , description = Nothing
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "»\x11L³}uú\x5&\x3(Â5£Úâ\x95£=\xb¦t¥ë\x1e>V\x8e" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 56875817305173
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.1445012020102044e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPD" }
                             , name = "Genesis Pool D"
                             , description = Just "Lorem Ipsum Dolor Sit Amet."
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             ]
         )
       
       Waited longer than 90s to resolve action: "list pools returns non-empty list".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/has non-zero saturation & stake/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1042:17: 
  6) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, pools have the correct retirement information
       Waited longer than 90s to resolve action: "pools have the correct retirement information".
       expected: fromList [Nothing,Just (EpochNo {unEpochNo = 100000}),Just (EpochNo {unEpochNo = 1000000})]
        but got: fromList [Nothing]

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/pools have the correct retirement information/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1083:23: 
  7) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, contains pool metadata
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right
             [ ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "ì(ó=ËæÖ@
                         \x1e^3\x9bÐd|\x9sÊl\xcù»æ\x83\x8dÆ" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 50896490240606
                     , relativeStake = Quantity
                         ( Percentage
                             ( 3481 % 10000 )
                         )
                     , saturation = 1.0443796830572083
                     , producedBlocks = Quantity 2976
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPA" }
                             , name = "Genesis Pool A"
                             , description = Nothing
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 200000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "´WhÁ¢ÚKÑ>¼ª\x1e¥\x14\x8í£\x1dÌ!v\ËÔ\x7Í©ò" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 48688383562416
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.1234740066988386e-4
                     , producedBlocks = Quantity 0
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPC" }
                             , name = "Genesis Pool C"
                             , description = Just "Lorem Ipsum Dolor Sit Amet."
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "\x1b=Á\x9cj¸\x9e¯ü\x85\x1óu»\x3Á\x1bøí]\x1876±Ø\x4\x13Ö" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 48688383562416
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.1170969736934746e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPB" }
                             , name = "Genesis Pool B"
                             , description = Nothing
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "»\x11L³}uú\x5&\x3(Â5£Úâ\x95£=\xb¦t¥ë\x1e>V\x8e" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 48688369009561
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.1170969736934746e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPD" }
                             , name = "Genesis Pool D"
                             , description = Just "Lorem Ipsum Dolor Sit Amet."
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             ]
         )
       
       Waited longer than 90s to resolve action: "metadata is fetched".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/contains pool metadata/"

  src/Test/Integration/Framework/DSL.hs:1206:21: 
  8) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_LIST_01 - List stake pools, contains and is sorted by non-myopic-rewards
       Waited longer than 90s to resolve action: "eventually shows non-zero rewards". Error condition: Just user error (Pattern match failure in do expression at src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1095:17-49)

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_LIST_01 - List stake pools/contains and is sorted by non-myopic-rewards/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1190:22: 
  9) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_GARBAGE_COLLECTION_01 - retired pools are garbage collected on schedule and not before
       predicate failed on: []

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_GARBAGE_COLLECTION_01 - retired pools are garbage collected on schedule and not before/"

  src/Test/Integration/Scenario/API/Shelley/StakePools.hs:1218:23: 
  10) API Specifications, SHELLEY_STAKE_POOLS, STAKE_POOLS_SMASH_01 - fetching metadata from SMASH works with delisted pools
       While verifying value:
         ( Status
             { statusCode = 200
             , statusMessage = "OK"
             }
         , Right
             [ ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "ì(ó=ËæÖ@
                         \x1e^3\x9bÐd|\x9sÊl\xcù»æ\x83\x8dÆ" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 11156028504567
                     , relativeStake = Quantity
                         ( Percentage
                             ( 3593 % 10000 )
                         )
                     , saturation = 1.0778621795213998
                     , producedBlocks = Quantity 3871
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPA" }
                             , name = "Genesis Pool A"
                             , description = Nothing
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 200000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "´WhÁ¢ÚKÑ>¼ª\x1e¥\x14\x8í£\x1dÌ!v\ËÔ\x7Í©ò" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 10995273840578
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.0326356440312397e-4
                     , producedBlocks = Quantity 0
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPC" }
                             , name = "Genesis Pool C"
                             , description = Just "Lorem Ipsum Dolor Sit Amet."
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "\x1b=Á\x9cj¸\x9e¯ü\x85\x1óu»\x3Á\x1bøí]\x1876±Ø\x4\x13Ö" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 10995273840578
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.026444070945069e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPB" }
                             , name = "Genesis Pool B"
                             , description = Nothing
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             , ApiStakePool
                 { id = ApiT
                     ( PoolId
                         { getPoolId = "»\x11L³}uú\x5&\x3(Â5£Úâ\x95£=\xb¦t¥ë\x1e>V\x8e" }
                     )
                 , metrics = ApiStakePoolMetrics
                     { nonMyopicMemberRewards = Quantity 10995270646672
                     , relativeStake = Quantity
                         ( Percentage
                             ( 1 % 10000 )
                         )
                     , saturation = 3.026444070945069e-4
                     , producedBlocks = Quantity 1
                     }
                 , metadata = Just
                     ( ApiT
                         ( StakePoolMetadata
                             { ticker = StakePoolTicker
                                 { unStakePoolTicker = "GPD" }
                             , name = "Genesis Pool D"
                             , description = Just "Lorem Ipsum Dolor Sit Amet."
                             , homepage = "https://iohk.io"
                             }
                         )
                     )
                 , cost = Quantity 0
                 , margin = Quantity
                     ( Percentage
                         ( 1 % 10 )
                     )
                 , pledge = Quantity 100000000000000
                 , retirement = Nothing
                 , flags = []
                 }
             ]
         )
       
       Waited longer than 300s to resolve action: "metadata is fetched".
       expected: 3
        but got: 4

  To rerun use: --match "/API Specifications/SHELLEY_STAKE_POOLS/STAKE_POOLS_SMASH_01 - fetching metadata from SMASH works with delisted pools/"

Randomized with seed 1314209262

#3440

@HeinrichApfelmus
Copy link
Contributor Author

HeinrichApfelmus commented Aug 16, 2022

I intend to merge this pull request manually, because:

  • There is at least one run where all tests pass (https://hydra.iohk.io/build/17841392)
  • The flakiness of our integration tests had increased before this pull request
  • The pull request only adds version information or bumps dependencies which should unrelated to integration tests.

However, we'll first make another bors attempt with the fixes by @Anviking .

@HeinrichApfelmus
Copy link
Contributor Author

bors r+

iohk-bors bot added a commit that referenced this pull request Aug 17, 2022
3437: Bump version numbers for release of v2022-08-16 r=HeinrichApfelmus a=HeinrichApfelmus

- [x] Bump dependencies to match `cardano-node` 1.35.3
- [x] Bump dependency on `cardano-addresses`.
- [x] Bump `cardano-wallet` version number to `2022.8.16`.

### Comments

In preparation for a release, this pull request bumps dependencies and the package  version number.

### Issue Number

ADP-1999

3444: Improve cluster setup reliability r=Anviking a=Anviking

- [x] Ensure only a single pool has started when we submit txs containing important cluster setup
    - Avoids setup being rolled back, later causing integration test failures
- [x] See that it works 

### Comments

<!-- Additional comments, links, or screenshots to attach, if any. -->

### Issue Number

<!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles.
  Note: Jira issues of the form ADP- will be auto-linked. -->

ADP-2140


Co-authored-by: Heinrich Apfelmus <[email protected]>
Co-authored-by: Johannes Lund <[email protected]>
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 17, 2022

This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried.

Additional information:

{"message":"Required status check \"docs\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@HeinrichApfelmus
Copy link
Contributor Author

bors merge

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Aug 17, 2022

Build succeeded:

@iohk-bors iohk-bors bot merged commit c203a5f into master Aug 17, 2022
@iohk-bors iohk-bors bot deleted the HeinrichApfelmus/v2022-08-16/bump-release branch August 17, 2022 13:32
WilliamKingNoel-Bot pushed a commit that referenced this pull request Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants