Skip to content

feat: change ffi wallet recovery interface (#6636) #1749

feat: change ffi wallet recovery interface (#6636)

feat: change ffi wallet recovery interface (#6636) #1749

GitHub Actions / JUnit Test Report failed Oct 17, 2024 in 0s

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

Annotations

Check failure on line 1 in feature:26:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:26:3.Scenario: Simple propagation: tests/features/Propagation.feature:26:3

Step panicked. Captured output: base nodes not successfully synchronized at height 5, {"seed_node_0": 5, "seed_node_1": 0, "Node_0": 5, "Node_1": 5, "Node_2": 5, "Node_3": 5, "MINER": 5}
Raw output
Scenario: Simple propagation
     Given I have 2 seed nodes
     When I have 4 base nodes connected to all seed nodes
     When I have a SHA3 miner MINER connected to all seed nodes
     When mining node MINER mines 5 blocks
     Then node MINER is at height 5
     Then all nodes are at height 5
      Step failed:
      Defined: tests/features/Propagation.feature:32:5
      Matched: integration_tests/tests/steps/node_steps.rs:180:1
      Step panicked. Captured output: base nodes not successfully synchronized at height 5, {"seed_node_0": 5, "seed_node_1": 0, "Node_0": 5, "Node_1": 5, "Node_2": 5, "Node_3": 5, "MINER": 5}
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "MINER",
                  wallet_name: "MINER",
                  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: {},
          seed_nodes: [
              "seed_node_0",
              "seed_node_1",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }