dncurrency/nano/qt_test
qwahzi da37e91b39
Update qt.cpp to match block_count RPC & fix bug with pruned display (#4000)
* Update qt.cpp to match block_count RPC & fix bug with pruned display

Currently the QT wallet 1) does not show cemented count, 2) has "Full" directly appended to the unchecked count (no comma or space), and the "Pruned" count is always empty (due to a minor concatenation bug). This change fixes that

* Update qt.cpp

Removing if-statements for cemented and unchecked, per https://github.com/nanocurrency/nano-node/pull/4000#pullrequestreview-1182747759

* Update qt.cpp

Renaming "Queued" to "Unchecked" per colloquial usage and comment here: https://github.com/nanocurrency/nano-node/pull/4000#issuecomment-1317202823

* Fix unit test wallet.enter_password

Search that the status line starts with the right words and ignore the
counts, which are not directly relevant to this test.

Co-authored-by: Dimitrios Siganos <dimitris@siganos.org>
2022-11-17 10:14:55 +00:00
..
entry.cpp Move test code into namespace nano::test (#3890) 2022-08-10 20:48:31 +01:00
qt.cpp Update qt.cpp to match block_count RPC & fix bug with pruned display (#4000) 2022-11-17 10:14:55 +00:00
QTest Remove compiler warnings (incl from third party headers) (#2072) 2019-07-12 17:28:21 +01:00