Skip to content

clarified unconfirmed txn fee (sat/vB), mempool depth (vMB)

b236971
Select commit
Loading
Failed to load commit list.
Open

clarified unconfirmed txn fee (sat/vB), mempool depth (vMB) #10092

clarified unconfirmed txn fee (sat/vB), mempool depth (vMB)
b236971
Select commit
Loading
Failed to load commit list.
Cirrus CI / unittests: Tox Python 3.13 failed Jul 30, 2025 in 5m 46s

Task Summary

Instruction tox failed in 05:02

Details

✅ 00:18 clone
✅ 00:02 pip
✅ 00:01 version
✅ 00:01 tag
✅ 00:17 install
✅ 00:01 libsecp_build
❌ 05:02 tox

        wallet1.adb.add_transaction(tx)
        # let's see if the calculated feerate correct:
>       self.assertEqual((3, 'Local [26.3 sat/vB]'),
                         wallet1.get_tx_status(tx.txid(), TxMinedInfo(height=TX_HEIGHT_LOCAL, conf=0)))
E       AssertionError: Tuples differ: (3, 'Local [26.3 sat/vB]') != (3, 'Local [fee: 26.3 sat/vB]')
E       
E       First differing element 1:
E       'Local [26.3 sat/vB]'
E       'Local [fee: 26.3 sat/vB]'
E       
E       - (3, 'Local [26.3 sat/vB]')
E       + (3, 'Local [fee: 26.3 sat/vB]')
E       ?             +++++

tests/test_wallet_vertical.py:4421: AssertionError
----------------------------- Captured stderr call -----------------------------
252.56 | I | simple_config.SimpleConfig | electrum directory /tmp/tmpjsv52_vr (chain=mainnet)
252.57 | D | util.profiler | WalletDB.load_transactions 0.0003 sec
252.57 | D | util.profiler | AddressSynchronizer.load_local_history 0.0000 sec
252.57 | D | util.profiler | AddressSynchronizer.check_history 0.0000 sec
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
253.24 | D | util.CallbackManager | cb cancelled. event='adb_set_up_to_date'.
------------------------------ Captured log call -------------------------------
INFO     electrum.simple_config.SimpleConfig:simple_config.py:266 electrum directory /tmp/tmpjsv52_vr (chain=mainnet)
DEBUG    electrum.util.profiler:util.py:498 WalletDB.load_transactions 0.0003 sec
DEBUG    electrum.util.profiler:util.py:498 AddressSynchronizer.load_local_history 0.0000 sec
DEBUG    electrum.util.profiler:util.py:498 AddressSynchronizer.check_history 0.0000 sec
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
DEBUG    electrum.util.CallbackManager:util.py:1960 cb cancelled. event='adb_set_up_to_date'.
=========================== short test summary info ============================
FAILED tests/test_wallet_vertical.py::TestWalletHistory_HelperFns::test_get_tx_status_feerate_for_local_2of3_multisig_partial_tx
FAILED tests/test_wallet_vertical.py::TestWalletHistory_HelperFns::test_get_tx_status_feerate_for_local_2of3_multisig_signed_tx
============= 2 failed, 827 passed, 5 skipped in 276.90s (0:04:36) =============
py3: exit 1 (279.68 seconds) /tmp/cirrus-ci-build> coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*' -m pytest tests -v pid=775
  py3: FAIL code 1 (302.16=setup[22.48]+cmd[279.68] seconds)
  evaluation failed :( (302.24 seconds)