SomberNight
|
8be777e882
|
tx size estimation: handle uncompressed pubkeys
|
7 years ago |
ThomasV
|
9fc946492b
|
Merge pull request #3361 from bauerj/fix-notifications
Show notifications for incoming transactions
|
7 years ago |
ThomasV
|
355e77b39d
|
Merge pull request #3362 from SomberNight/dbb_py3_hid_send
fix: py3 digitalbitbox hid_send
|
7 years ago |
SomberNight
|
b159164575
|
fix: py3 digitalbitbox hid_send
|
7 years ago |
Johann Bauer
|
33d82aa121
|
Show notifications for incoming transactions
|
7 years ago |
ThomasV
|
9edffd1754
|
Merge pull request #3335 from SomberNight/cmd_getprivkeys
more robust getprivatekeys() and is_segwit_address()
|
7 years ago |
ThomasV
|
ac5cbdaca2
|
Merge pull request #3351 from SomberNight/segwit_tx_size_estimation
better segwit tx size estimation
|
7 years ago |
ThomasV
|
8a200aaf33
|
Merge pull request #3354 from benma/dbb_segwit
digitalbitbox: add support for segwit
|
7 years ago |
Marko Bencun
|
b31c51b3d0
|
digitalbitbox: add support for segwit
|
7 years ago |
ThomasV
|
b97402b796
|
Merge pull request #3343 from fr3aker/fix-ipv6addr-parsing
fix parsing of ipv6 addresses in interface
|
7 years ago |
ThomasV
|
e3c14fed81
|
Merge pull request #3352 from SomberNight/tests_testnet_addr
tests: testnet addresses
|
7 years ago |
SomberNight
|
33bb5fee73
|
tests: testnet addresses
|
7 years ago |
SomberNight
|
e373f50596
|
follow-up prev commit
|
7 years ago |
SomberNight
|
a2a25e4738
|
better segwit tx size estimation
|
7 years ago |
fr3aker
|
b7d587c6ac
|
fix parsing of ipv6 addresses in interface
|
7 years ago |
SomberNight
|
66cce115ef
|
more robust commands.getprivatekeys() and bitcoin.is_segwit_address()
|
7 years ago |
ThomasV
|
0da1d4853b
|
Merge pull request #3330 from SomberNight/dbb_clear_dialog
digitalbitbox: delegate clear_dialog() calls to GUI thread
|
7 years ago |
SomberNight
|
5cfe909194
|
digitalbitbox: delegate clear_dialog() calls to GUI thread
|
7 years ago |
ThomasV
|
43181aea06
|
Merge pull request #3326 from SomberNight/ledger_clear_dialog
fix: ledger clear_dialog() threading issues
|
7 years ago |
SomberNight
|
c9bef38dff
|
fix: ledger clear_dialog() threading issues
|
7 years ago |
ThomasV
|
219a5b02a6
|
Merge pull request #3318 from SomberNight/qt_coins_disallow_label_edit
disallow editing labels in Coins tab (QT)
|
7 years ago |
ThomasV
|
18df9e25b8
|
Merge pull request #3322 from SomberNight/win_binaries_testnet_json
windows binaries were missing servers_testnet.json
|
7 years ago |
SomberNight
|
6e99c15c5c
|
windows binaries were missing servers_testnet.json
|
7 years ago |
SomberNight
|
1799b8a7af
|
disallow editing labels in Coins tab (QT)
|
7 years ago |
ThomasV
|
c48efc5f3f
|
Merge pull request #3310 from SomberNight/fix_greena_pw
fix: GreenAddress verification with passworded wallet
|
7 years ago |
SomberNight
|
204146b30a
|
fix: GreenAddress verification with passworded wallet
|
7 years ago |
ThomasV
|
ff0cd16aec
|
Merge pull request #3299 from SomberNight/bip39_checksum_after_entering_seed
fix: bip39 checksum sometimes not calculated
|
7 years ago |
SomberNight
|
5f30f95cdd
|
fix: bip39 checksum not calculated if option was toggled after entering seed
|
7 years ago |
ThomasV
|
e9191caf39
|
Merge pull request #3291 from SomberNight/ledger_old_fw_exception1
fix: ledger old fw segwit crash
|
7 years ago |
SomberNight
|
098c2be919
|
follow-up 70d23f9e3b
|
7 years ago |
ThomasV
|
f97e81252d
|
windows builds: download icons_rc.py from dedicated repo, because pyrcc5 is not deterministic
|
7 years ago |
ThomasV
|
2d28532909
|
remove unused android icon
|
7 years ago |
ThomasV
|
580f2da19d
|
prepare 3.0.2 release
|
7 years ago |
ThomasV
|
5e8791e5a4
|
trustedcoin: add message about how to request new code
|
7 years ago |
ThomasV
|
60e0b43b81
|
fix 3262: protobuf SerializeToString() returns bytes..
|
7 years ago |
ThomasV
|
e05854f004
|
Merge pull request #3287 from JustinTArthur/clean-up-imports
Clean up imports
|
7 years ago |
Justin Turner Arthur
|
857eb4ac1d
|
Remove unused imports. Explicitly import a few deep imports.
|
7 years ago |
Justin Turner Arthur
|
9a0aa9b478
|
Remove Python 2 support imports.
|
7 years ago |
ThomasV
|
8c84b349b8
|
Merge pull request #3276 from SomberNight/file_io_with_open
file i/o: use 'with' keyword
|
7 years ago |
ThomasV
|
c90b666fd6
|
Merge pull request #3288 from JustinTArthur/keepkey-cmdline-fix
Fix undefined reference error in command line KeepKey plugin.
|
7 years ago |
ThomasV
|
ab466a7660
|
Merge pull request #3289 from JustinTArthur/simplify-bytes-funcs
Simplify bytes/hex conversion functions now that we're Python 3+ only.
|
7 years ago |
Justin Turner Arthur
|
0c04db33d8
|
Simplify bytes/hex conversion functions now that we're Python 3+ only.
|
7 years ago |
Justin Turner Arthur
|
8cb34f4d88
|
Fix undefined reference error in command line KeepKey plugin.
|
7 years ago |
ThomasV
|
168326e184
|
Merge pull request #3282 from JustinTArthur/fix-broken-commands
Fixes to signing, notify commands and command exception handling.
|
7 years ago |
Justin Turner Arthur
|
07629e12af
|
Fixes to signing, notify commands and command exception handling.
|
7 years ago |
ThomasV
|
c8a2ff15b8
|
install patched pyinstaller from my own repo
|
7 years ago |
SomberNight
|
c65d01ea96
|
file i/o: use 'with' keyword
|
7 years ago |
ThomasV
|
8fcf1656d3
|
fix typo
|
7 years ago |
ThomasV
|
3f18884dcd
|
fix previous commit
|
7 years ago |
ThomasV
|
db8febea15
|
osx: parameters for Info.plist
|
7 years ago |