feat: ledger version check (#6541) #1676
26 tests run, 14 passed, 0 skipped, 12 failed.
Annotations
Check failure on line 1 in feature:18:3
github-actions / JUnit Test Report
feature:18:3.Scenario: As a wallet I want to submit a transaction: tests/features/WalletQuery.feature:18:3
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Raw output
Scenario: As a wallet I want to submit a transaction
Given I have a seed node NODE
When I have 1 base nodes connected to all seed nodes
When I have wallet WALLET_A with 10T connected to base node NODE
When I have wallet WALLET_B connected to base node NODE
When I wait 5 seconds
When I transfer 5T from WALLET_A to WALLET_B
Step failed:
Defined: tests/features/WalletQuery.feature:24:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Client {
base_nodes: {},
blocks: {},
miners: {
"temp_miner": MinerProcess {
name: "temp_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",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:18:3
github-actions / JUnit Test Report
feature:18:3.Scenario: As a wallet I want to submit a transaction: tests/features/WalletQuery.feature:18:3
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Raw output
Scenario: As a wallet I want to submit a transaction | Retry attempt: 1/2
Given I have a seed node NODE
When I have 1 base nodes connected to all seed nodes
When I have wallet WALLET_A with 10T connected to base node NODE
When I have wallet WALLET_B connected to base node NODE
When I wait 5 seconds
When I transfer 5T from WALLET_A to WALLET_B
Step failed:
Defined: tests/features/WalletQuery.feature:24:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Client {
base_nodes: {},
blocks: {},
miners: {
"temp_miner": MinerProcess {
name: "temp_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",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:18:3
github-actions / JUnit Test Report
feature:18:3.Scenario: As a wallet I want to submit a transaction: tests/features/WalletQuery.feature:18:3
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Raw output
Scenario: As a wallet I want to submit a transaction | Retry attempt: 2/2
Given I have a seed node NODE
When I have 1 base nodes connected to all seed nodes
When I have wallet WALLET_A with 10T connected to base node NODE
When I have wallet WALLET_B connected to base node NODE
When I wait 5 seconds
When I transfer 5T from WALLET_A to WALLET_B
Step failed:
Defined: tests/features/WalletQuery.feature:24:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Client {
base_nodes: {},
blocks: {},
miners: {
"temp_miner": MinerProcess {
name: "temp_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",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:8:3
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: Transaction with amount 900000 from wallet WALLET_B to WALLET_B at fee 20 failed
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
Step failed:
Defined: tests/features/WalletTransactions.feature:25:5
Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
Step panicked. Captured output: Transaction with amount 900000 from wallet WALLET_B to WALLET_B at fee 20 failed
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: {
"H25HP8R2MHrYUYcCYr5kfV6grvp8i9q1x3dUckWs875anMMSnwfqDGg9eiTY5JVHR8xiyYUfPrrHhwxoFEUkc9YxEVS": [
497501329541463042,
1180674273408323619,
],
"H2KjcGPxSJXTFPuK16bTaDwih93h993m2Ubrxg1bFDoVMnqU66m3fJFNSZ3ZAdW5ahjuRcPi4thoU4UvXGtnBh2bSRN": [
497501329541463042,
1180674273408323619,
],
},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:170:3
github-actions / JUnit Test Report
feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3
Step panicked. Captured output: Transaction with amount 1000000 from wallet WALLET_A to WALLET_B at fee 100 failed
Raw output
Scenario: Wallet imports pre_mine UTXO
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 5 blocks
Then all nodes are at height 5
Then I wait for wallet WALLET_A to have at least 10000000000 uT
When I send 1000000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
Step failed:
Defined: tests/features/WalletTransactions.feature:180:5
Matched: integration_tests/tests/steps/wallet_steps.rs:849:1
Step panicked. Captured output: Transaction with amount 1000000 from wallet WALLET_A to WALLET_B at fee 100 failed
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: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:170:3
github-actions / JUnit Test Report
feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3
Step panicked. Captured output: Transaction with amount 1000000 from wallet WALLET_A to WALLET_B at fee 100 failed
Raw output
Scenario: Wallet imports pre_mine UTXO | Retry attempt: 1/2
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 5 blocks
Then all nodes are at height 5
Then I wait for wallet WALLET_A to have at least 10000000000 uT
When I send 1000000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
Step failed:
Defined: tests/features/WalletTransactions.feature:180:5
Matched: integration_tests/tests/steps/wallet_steps.rs:849:1
Step panicked. Captured output: Transaction with amount 1000000 from wallet WALLET_A to WALLET_B at fee 100 failed
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: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:8:3
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: Transaction with amount 900000 from wallet WALLET_B to WALLET_B at fee 20 failed
Raw output
Scenario: Wallet sending and receiving one-sided transactions | Retry attempt: 1/2
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
Step failed:
Defined: tests/features/WalletTransactions.feature:25:5
Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
Step panicked. Captured output: Transaction with amount 900000 from wallet WALLET_B to WALLET_B at fee 20 failed
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: {
"H29hN61b9y6uRiWK3JZWCPVnF2nzaXqYrAJ392wdABYAsfa6zT9YnfecaL9bjnXBJxn1jizMWd3Bx6W1n5jmqVuH7LY": [
16764241477522168886,
12845500782060328826,
],
"H2KMukuGBnEAS3C2ChmLgYy2cZCiMiCEggD6aWC86ChmKdRpc16i4ifUra6bob19xFQVtf5xvVcJZKKdn9YjuZWN5Nk": [
16764241477522168886,
12845500782060328826,
],
},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:170:3
github-actions / JUnit Test Report
feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3
Step panicked. Captured output: Transaction with amount 1000000 from wallet WALLET_A to WALLET_B at fee 100 failed
Raw output
Scenario: Wallet imports pre_mine UTXO | Retry attempt: 2/2
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 5 blocks
Then all nodes are at height 5
Then I wait for wallet WALLET_A to have at least 10000000000 uT
When I send 1000000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
Step failed:
Defined: tests/features/WalletTransactions.feature:180:5
Matched: integration_tests/tests/steps/wallet_steps.rs:849:1
Step panicked. Captured output: Transaction with amount 1000000 from wallet WALLET_A to WALLET_B at fee 100 failed
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: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:8:3
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: Transaction with amount 900000 from wallet WALLET_B to WALLET_B at fee 20 failed
Raw output
Scenario: Wallet sending and receiving one-sided transactions | Retry attempt: 2/2
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
Step failed:
Defined: tests/features/WalletTransactions.feature:25:5
Matched: integration_tests/tests/steps/wallet_steps.rs:848:1
Step panicked. Captured output: Transaction with amount 900000 from wallet WALLET_B to WALLET_B at fee 20 failed
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: {
"H273ff2w3jxcz4kv3Dshqknha2PKBhzqseJUNs7njPqQLYexXcAkujepXBEe4yHJ4T2VCSEV4zpFYoqpoasEfoSskXK": [
13946223056229696740,
1781748975593235045,
],
"H26f8GhrECPe5vsrgQ9p6MtmSyktwHVeM8ivdV5SP26wvQZ3V5FKTcCtB8R8fYwz8LxhvMqjQwAbGeNj5sTA57YAoT9": [
13946223056229696740,
1781748975593235045,
],
},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:9:3
github-actions / JUnit Test Report
feature:9:3.Scenario: As a wallet send to a wallet connected to a different base node: tests/features/WalletTransfer.feature:9:3
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Raw output
Scenario: As a wallet send to a wallet connected to a different base node
Given I have a seed node SEED_A
When I have a seed node SEED_B
When I have a base node NODE_A connected to all seed nodes
When I have a base node NODE_B connected to all seed nodes
When I have wallet WALLET_A with 10T connected to base node NODE_A
When I have wallet WALLET_B connected to base node NODE_B
When I wait 5 seconds
When I transfer 5T from WALLET_A to WALLET_B
Step failed:
Defined: tests/features/WalletTransfer.feature:17:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Client {
base_nodes: {},
blocks: {},
miners: {
"temp_miner": MinerProcess {
name: "temp_miner",
base_node_name: "NODE_A",
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_A",
"WALLET_B": "NODE_B",
},
seed_nodes: [
"SEED_A",
"SEED_B",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:9:3
github-actions / JUnit Test Report
feature:9:3.Scenario: As a wallet send to a wallet connected to a different base node: tests/features/WalletTransfer.feature:9:3
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Raw output
Scenario: As a wallet send to a wallet connected to a different base node | Retry attempt: 1/2
Given I have a seed node SEED_A
When I have a seed node SEED_B
When I have a base node NODE_A connected to all seed nodes
When I have a base node NODE_B connected to all seed nodes
When I have wallet WALLET_A with 10T connected to base node NODE_A
When I have wallet WALLET_B connected to base node NODE_B
When I wait 5 seconds
When I transfer 5T from WALLET_A to WALLET_B
Step failed:
Defined: tests/features/WalletTransfer.feature:17:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Client {
base_nodes: {},
blocks: {},
miners: {
"temp_miner": MinerProcess {
name: "temp_miner",
base_node_name: "NODE_A",
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_A",
"WALLET_B": "NODE_B",
},
seed_nodes: [
"SEED_A",
"SEED_B",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:9:3
github-actions / JUnit Test Report
feature:9:3.Scenario: As a wallet send to a wallet connected to a different base node: tests/features/WalletTransfer.feature:9:3
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Raw output
Scenario: As a wallet send to a wallet connected to a different base node | Retry attempt: 2/2
Given I have a seed node SEED_A
When I have a seed node SEED_B
When I have a base node NODE_A connected to all seed nodes
When I have a base node NODE_B connected to all seed nodes
When I have wallet WALLET_A with 10T connected to base node NODE_A
When I have wallet WALLET_B connected to base node NODE_B
When I wait 5 seconds
When I transfer 5T from WALLET_A to WALLET_B
Step failed:
Defined: tests/features/WalletTransfer.feature:17:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1428:1
Step panicked. Captured output: Transacting amount 5T from wallet WALLET_A to WALLET_B at fee 10 failed
Client {
base_nodes: {},
blocks: {},
miners: {
"temp_miner": MinerProcess {
name: "temp_miner",
base_node_name: "NODE_A",
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_A",
"WALLET_B": "NODE_B",
},
seed_nodes: [
"SEED_A",
"SEED_B",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}