Skip to content

fix!: remove tari prefix and only allow one mergemining tag (#5722) #1147

fix!: remove tari prefix and only allow one mergemining tag (#5722)

fix!: remove tari prefix and only allow one mergemining tag (#5722) #1147

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / JUnit Test Report failed Sep 4, 2023 in 0s

21 tests run, 20 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: Transactions are propagated through a network: tests/features/Mempool.feature:8:3

Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: transport error

Caused by:
    0: error trying to connect: tcp connect error: Connection refused (os error 111)
    1: tcp connect error: Connection refused (os error 111)
    2: Connection refused (os error 111)
Raw output
Scenario: Transactions are propagated through a network
     Given I have 8 seed nodes
     When I have a base node SENDER connected to all seed nodes
     When I have 8 base nodes connected to all seed nodes
     When I mine a block on SENDER with coinbase CB1
     When I mine 2 blocks on SENDER
     Then all nodes are at height 3
      Step failed:
      Defined: tests/features/Mempool.feature:18:5
      Matched: integration_tests/tests/steps/node_steps.rs:166:1
      Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: transport error
      
      Caused by:
          0: error trying to connect: tcp connect error: Connection refused (os error 111)
          1: tcp connect error: Connection refused (os error 111)
          2: Connection refused (os error 111)
      Client {
          base_nodes: {},
          blocks: {},
          miners: {},
          ffi_wallets: {},
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {
              "CB1": KeyManagerOutput {
                  version: V0,
                  value: MicroMinotari(
                      18462816327,
                  ),
                  spending_key_id: Managed {
                      branch: "commitment mask",
                      index: 1,
                  },
                  features: OutputFeatures {
                      version: V0,
                      output_type: Coinbase,
                      maturity: 3,
                      coinbase_extra: [],
                      sidechain_feature: None,
                      range_proof_type: BulletProofPlus,
                  },
                  script: TariScript {
                      script: [
                          Nop,
                      ],
                  },
                  covenant: Covenant {
                      tokens: [],
                  },
                  input_data: ExecutionStack {
                      items: [
                          PublicKey(
                              baf7efad6e9c75c3f95c5781e11aac3eea11bb6d42b9fdf8e8e7745abf5fc162,
                          ),
                      ],
                  },
                  script_private_key_id: Managed {
                      branch: "script key",
                      index: 1,
                  },
                  sender_offset_public_key: f0d94fac2e2a5060d134f1347053a038e9e5dc51e73e4335ed80e1d796480265,
                  metadata_signature: CommitmentAndPublicKeySignature {
                      ephemeral_commitment: HomomorphicCommitment(
                          66b6d4d342aea01da3c5175139a85460b6ae2794bf688d17f6091a797efb9f70,
                      ),
                      ephemeral_pubkey: 50a64641ee25d5f152ca2d9f26ea0a5e56893755ca01d9d557e047fba79e663b,
                      u_a: RistrettoSecretKey(***),
                      u_x: RistrettoSecretKey(***),
                      u_y: RistrettoSecretKey(***),
                  },
                  script_lock_height: 0,
                  encrypted_data: EncryptedData {
                      data: [
                          200,
                          133,
                          63,
                          112,
                          205,
                          24,
                          222,
                          67,
                          254,
                          223,
                          85,
                          233,
                          45,
                          22,
                          4,
                          232,
                          191,
                          130,
                          41,
                          12,
                          89,
                          116,
                          181,
                          100,
                          68,
                          27,
                          158,
                          201,
                          131,
                          147,
                          63,
                          202,
                          162,
                          209,
                          211,
                          209,
                          109,
                          151,
                          61,
                          194,
                          103,
                          119,
                          156,
                          206,
                          152,
                          204,
                          70,
                          68,
                          24,
                          96,
                          106,
                          163,
                          71,
                          146,
                          185,
                          148,
                          62,
                          7,
                          104,
                          44,
                          28,
                          91,
                          54,
                          188,
                          61,
                          151,
                          96,
                          87,
                          197,
                          111,
                          73,
                          239,
                          236,
                          128,
                          252,
                          17,
                          8,
                          33,
                          237,
                          53,
                      ],
                  },
                  minimum_value_promise: MicroMinotari(
                      0,
                  ),
              },
          },
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {},
          seed_nodes: [
              "seed_node_0",
              "seed_node_1",
              "seed_node_2",
              "seed_node_3",
              "seed_node_4",
              "seed_node_5",
              "seed_node_6",
              "seed_node_7",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }