Skip to content

feat: ledger version check (#6541) #1676

feat: ledger version check (#6541)

feat: ledger version check (#6541) #1676

GitHub Actions / JUnit Test Report failed Sep 10, 2024 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:749: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: {
              "H46rgJLcQVHLyEJLkSr7S5U3BF1yYheQmvw6afBgbks3j7pnm5hQWZFjs3uTijUzJGz7141MPextrrSxkjMTKyvtNpJ": [
                  2747849124541798495,
                  11342703023446786635,
              ],
              "H44F6mJoGP7xvv626arwQYnha4A4e8cdLQM6X81ptrRY3yFJd8bBrWvtXYnrJ5cG2VknYTsVfquBbL8aqGkXS1w4miv": [
                  2747849124541798495,
                  11342703023446786635,
                  11924928545331203807,
                  11924928545331203807,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }