Skip to content

chore: new release v1.11.0-pre.0 (#6768) #1809

chore: new release v1.11.0-pre.0 (#6768)

chore: new release v1.11.0-pre.0 (#6768) #1809

GitHub Actions / JUnit Test Report failed Jan 28, 2025 in 0s

37 tests run, 36 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in feature:8:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:8:3.Scenario: Wallet sending and receiving one-sided transactions: tests/features/WalletTransactions.feature:8:3

Step panicked. Captured output: One sided transaction from WALLET_B to WALLET_C with amount 1500000 at fee 20 failed to be broadcasted
Raw output
Scenario: Wallet sending and receiving one-sided transactions
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A connected to all seed nodes
     When I have wallet WALLET_B connected to all seed nodes
     When I have wallet WALLET_C connected to all seed nodes
     When I have mining node MINER connected to base node NODE and wallet WALLET_A
     When mining node MINER mines 15 blocks
     Then all nodes are at height 15
     When I wait 5 seconds
     When I wait for wallet WALLET_A to have at least 55000000000 uT
     Then I send a one-sided transaction of 1000000 uT from WALLET_A to WALLET_B at fee 100
     Then I send a one-sided transaction of 1000000 uT from WALLET_A to WALLET_B at fee 100
     When mining node MINER mines 5 blocks
     Then all nodes are at height 20
     Then I wait for wallet WALLET_B to have at least 2000000 uT
     Then I send 900000 uT from wallet WALLET_B to wallet WALLET_B at fee 20
     Then I wait for wallet WALLET_B to have less than 1100000 uT
     When mining node MINER mines 5 blocks
     Then all nodes are at height 25
     Then I wait for wallet WALLET_B to have at least 1900000 uT
     Then I send a one-sided transaction of 1500000 uT from WALLET_B to WALLET_C at fee 20
      Step failed:
      Defined: tests/features/WalletTransactions.feature:31:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:754:1
      Step panicked. Captured output: One sided transaction from WALLET_B to WALLET_C with amount 1500000 at fee 20 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "WALLET_A": "NODE",
              "WALLET_B": "NODE",
              "WALLET_C": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {
              "H4CVRebBKxG3cSmJ9CofEsVWoto7HkyMEwChMfoqRg5ieZ1VLuj71BkRwGPCakaEt3uRehiBvbtqMD9eLHJuHJiJcuT": [
                  3220279052506745313,
                  12728350466223703473,
              ],
              "H43ucKfYAkaqyirCMNDrcdVbDYzAz6Qf2wFvWW9xNyCXpz8G3e8A63QV6X8Yo4gyxH6MdopWZWJ8sXCKUrVZETtse3r": [
                  3220279052506745313,
                  12728350466223703473,
                  10063978223527464611,
                  10063978223527464611,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }