ThomasV
c43b48f4f5
Merge pull request #2917 from SomberNight/get_server
log: identify exception source in log for daemon/get_server
7 years ago
ThomasV
2e06a9d020
Merge pull request #2925 from wakiyamap/include_locale_for_windows_binary
include locale for windows binary
7 years ago
ThomasV
70983bb177
Merge pull request #2919 from SomberNight/currency_btce
finish BTCe to WEX renaming
7 years ago
ThomasV
e0a323e0be
Merge pull request #2922 from SomberNight/grammar_trustedcoin
grammar fix (trustedcoin)
7 years ago
ThomasV
f6178c7314
Merge pull request #2924 from SomberNight/py3_exchange_rate
python3: exchange_rate.py
7 years ago
WakiyamaP
94fc9776f1
include locale for windows binary
7 years ago
SomberNight
6d6f5683cb
fix: return type of QFileDialog.getSaveFileName() changed
7 years ago
SomberNight
e43481aafc
fix prev commit: name collisions with _()
7 years ago
SomberNight
f1a4f998d2
fix: return type of QFileDialog.getOpenFileName() changed
7 years ago
SomberNight
48eab8f286
python3: exchange_rate.py
7 years ago
SomberNight
3181396858
QTreeWidget::isItemSelected(item) has been removed for QTreeWidgetItem::isSelected()
7 years ago
SomberNight
d178c20b1f
grammar fix (trustedcoin)
7 years ago
SomberNight
29b9d6fa61
fix email_requests plugin
7 years ago
SomberNight
2ea78f7f3b
fix qr code saving
7 years ago
SomberNight
60dcf6ebfb
finish BTCe to WEX renaming
7 years ago
SomberNight
8799809477
fix qt plugins crash
7 years ago
SomberNight
296837d4a9
log: identify exception source in log for daemon/get_server
7 years ago
Johann Bauer
bf790e9e85
Update Windows build to Python 3.5 and PyQt5
7 years ago
ThomasV
e99c2e8dfd
add servers.json to windows builds
7 years ago
SomberNight
ffdafc57b7
Merge pull request #1 from bauerj/SomberNight-pyqt5-patch1
Fix wrong argument type in QMessageBox.information
7 years ago
Johann Bauer
d9db331580
Fix wrong argument type in QMessageBox.information
TypeError: information(QWidget, str, str, buttons: Union[QMessageBox.StandardButtons, QMessageBox.StandardButton] = QMessageBox.Ok, defaultButton: QMessageBox.StandardButton = QMessageBox.NoButton): argument 4 has unexpected type 'str'
7 years ago
ThomasV
1522a00012
qrscanner: return str
7 years ago
ThomasV
9bdac1aae0
detect txintype in keystore. fix #2912
7 years ago
ThomasV
1bd60d4c3a
fix #2880
7 years ago
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
7 years ago
ThomasV
3c7843eea5
revert 6e9b2a4459
7 years ago
ThomasV
ab2d0f389c
fix 2904
7 years ago
ThomasV
348ef7d72c
Merge pull request #2902 from SomberNight/network_timeout
send server.version before subscriptions
7 years ago
ThomasV
c186dc18d4
fix tests
7 years ago
ThomasV
ff983687a1
Merge branch 'SomberNight-virtual_tx_size'
7 years ago
SomberNight
2fbc70d860
Moving to virtual tx size instead of total tx size.
7 years ago
Joe Ellis
e90f14492e
Added scroll pane in install wizard confirmation dialog.
Prevent cropping of text that occurs when you have just a label.
In response to issue 2888.
7 years ago
BTChip
7d1f956b57
Check firmware version for Segwit related transactions, add native segwit support
7 years ago
ThomasV
7b2ff57d0c
Merge pull request #2891 from joechrisellis/master
Added scroll pane in install wizard confirmation dialog.
7 years ago
ThomasV
5ed27b1b5a
Merge pull request #2884 from btchip/ledger-segwitnative
Ledger : native segwit support
7 years ago
ThomasV
f43ba14b3c
Merge pull request #2908 from SomberNight/assertEquals
replace deprecated assertEquals
7 years ago
SomberNight
6e0c2cffd8
replace deprecated assertEquals
7 years ago
SomberNight
0e89745c2b
send server.version before subscriptions
7 years ago
ThomasV
77eb62b4cb
fix #2895
7 years ago
Joe Ellis
77b9eac72e
Added scroll pane in install wizard confirmation dialog.
Prevent cropping of text that occurs when you have just a label.
In response to issue 2888.
7 years ago
ThomasV
c12c1685d7
serialize value of incomplete inputs in the witness field. fix p2wsh-in-p2sh deserialization
7 years ago
ThomasV
fcea2a065d
add support for p2wsh-in-p2sh
7 years ago
ThomasV
d1e897bf8f
Merge pull request #2886 from romanz/master
paytoedit: fix insertCompletion() string handling
7 years ago
Roman Zeyde
a156ee94bf
paytoedit: fix insertCompletion() string handling
7 years ago
BTChip
396c76f83f
Check firmware version for Segwit related transactions, add native segwit support
7 years ago
ThomasV
10b35e3545
follow-up 0abb38cf51
7 years ago
ThomasV
6b1d9ca315
add segwit option for make_seed command
7 years ago
ThomasV
ecf6ae65ee
Merge branch 'master' of github.com:spesmilo/electrum
7 years ago
ThomasV
5416a4ea8a
serialize value for segwit-p2sh inputs too
7 years ago
Jochen Hoenicke
0abb38cf51
Fix parsing of witnesses
The lengths in the witness structure are `var_int` not pushes.
From BIP-141:
The `witness` is a serialization of all witness data of the transaction.
Each txin is associated with a witness field. A witness field starts
with a `var_int` to indicate the number of stack items for the txin. It is
followed by stack items, with each item starts with a `var_int` to
indicate the length. Witness data is NOT script.
This bug was triggered by tx
d379210d85c1346dafbfd60e3cbc5c5573e50b1f9576d39f177afb2b378f1b98
7 years ago