ThomasV
3184d6f369
simplify previous commit
6 years ago
SomberNight
ef94af950c
wallet: try detecting internal address corruption
6 years ago
SomberNight
9bbfd610be
qt: don't flash QWidgets on startup before main window is visible
Consider wallet without password set. Using Qt GUI.
When starting the app, before the main window appears, small artefacts
("minimised" windows?) would appear very briefly and then disappear.
6 years ago
SomberNight
363dd12a2a
qt: try even harder not to crash whole app on first start
6 years ago
ThomasV
dd848304e6
Merge pull request #4880 from spesmilo/2fa_segwit
2fa segwit (from ghost43's PR)
6 years ago
ThomasV
4681ac8c23
CLI deserialize: always force full parse
6 years ago
ThomasV
502a4819b6
trustedcoin: do not set wallet.plugin in constructor
6 years ago
ThomasV
467e40b555
trustedcoin: serialize using PARTIAL_TXN_HEADER_MAGIC
6 years ago
ThomasV
040b5b3f88
trustedcoin: fix get_xkeys
6 years ago
SomberNight
84519752c3
trustedcoin: fix prev. remove temp xpubs.
6 years ago
ThomasV
852f2a0d65
trustedcoin: do not require wallet file upgrade
6 years ago
SomberNight
7b90d69443
trustedcoin: p2wpkh billing addresses
6 years ago
SomberNight
eeea4fcb31
rename 2fa non-segwit type to "legacy 2fa" and make segwit the default
6 years ago
ThomasV
df59a43300
fix test
6 years ago
ThomasV
5a93bf054e
2fa segwit (from ghost43's PR)
6 years ago
SomberNight
0ec7005f90
qt history: data() should return QVariant
the docs says so,
and also HistoryList.create_menu() was crashing sometimes re "Copy {}"
6 years ago
SomberNight
4e7b2f3ea3
qt history: use IntEnum for column indices
6 years ago
ghost43
53b64a6367
Merge pull request #4915 from spesmilo/qabstractitemmodel
use QAbstractItemModel in History tab
6 years ago
SomberNight
0ddccd56c7
interface: fix only-genesis regtest case
6 years ago
SomberNight
4791c7f424
qt history: fix toggling fiat capital gains
6 years ago
SomberNight
b0631f90f8
qt history: fix slowness
arghhhhh finalllllllllllly figured it out...
6 years ago
ThomasV
e35ed17200
remove call to undefined method refresh_headers
6 years ago
ThomasV
059fb51893
reintroduce profiler
6 years ago
SomberNight
ca1043ffda
qt history list: hide columns sooner
while wallet was starting up "hidden columns" were visible
6 years ago
SomberNight
5be6966462
qt history list: allow filtering by (partial) txid
6 years ago
SomberNight
0d755b86ab
qt address dialog: HistoryModel needs reference to correct HistoryList
refresh() was hiding/showing the headers of the main HistoryList
6 years ago
SomberNight
a99b92f613
qt history list: optimise fee histogram induced refresh
6 years ago
SomberNight
696db310a5
qt history list: optimise update_item (tx mined status)
6 years ago
SomberNight
b1e15751d6
qt history list: "status"-based sort should also tie-break on height
6 years ago
SomberNight
65e8eef87f
qt history list: use OrderedDictWithIndex for txns
6 years ago
SomberNight
8bb930dd04
fix OrderedDictWithIndex
setitem() would modify the dict of the class. oops.
6 years ago
SomberNight
3c3fac7ca4
qt history list: fix shortcut in refresh()
6 years ago
SomberNight
5e61ad09c1
qt addresses list: fix filtering
6 years ago
SomberNight
48e119b59e
qt history: minor clean-up and sanity checking
6 years ago
SomberNight
e023d8abdd
qt history list: sorting of first column now considers txpos
same block txns were in unnatural order, maybe sort is not stable?
6 years ago
SomberNight
1c0c21159b
qt history list: performance optimisations
6 years ago
Janus
d2ddb255ef
QAbstractItemModel: Release Notes and Address List fiat bug fix
6 years ago
Janus
3960070a50
QAbstractItemModel: fix sorting, QAbstractItemDelegate usage, QVariant usage
6 years ago
Janus
4eb4b341db
QAbstractItemModel: initial version, filter not done
6 years ago
SomberNight
5b9b6a931d
qt network dialog: fix NodesListWidget if there is fork
undo part of 5473320ce4
6 years ago
SomberNight
9607854b67
network: fix switching interface (restart old one)
follow-up b3ff173b45
connection_down was killing the already restarted old interface
6 years ago
SomberNight
62e352a2a8
network: don't let _maintain_sessions die from CancelledError
as then the network would get paralysed and no one can fix it
6 years ago
SomberNight
b3ff173b45
interface: change close() implementation
was getting on lightning branch in some circumstances
RecursionError: maximum recursion depth exceeded while calling a Python object
6 years ago
SomberNight
762082e13d
wine build: dedupe PYTHON_VERSION
6 years ago
ghost43
f59a4f85db
win/mac build: strip parts of pyqt5 from binaries to reduce size ( #4901 )
When bumping pyinstaller to 3.4, binary sizes had increased drastically.
The main reason seems to be that pyinstaller is pulling in "all" of qt.
based on Electron-Cash/Electron-Cash@4b0996959420dfca3d53f178d86205616d8c568b
6 years ago
benma
6c20340338
bitbox: fix seed command ( #4906 )
Entropy required to be 64 bytes.
6 years ago
SomberNight
0294844c11
labels plugin qt: only update corresponding window; disconnect signal
6 years ago
SomberNight
258b504000
qt main window: unregister network callbacks
6 years ago
SomberNight
c9482b5ea2
fix prev
6 years ago
SomberNight
c017f788ac
wallet: TxMinedInfo (merged TxMinedStatus and VerifiedTxInfo)
6 years ago