ThomasV
|
c725c05947
|
update make_download
|
6 years ago |
ThomasV
|
87c596fa1d
|
prepare release 3.3.4
|
6 years ago |
ThomasV
|
0e78e15fa4
|
update locale submodule
|
6 years ago |
ThomasV
|
4e9dd679ab
|
add contrib/sign_version
|
6 years ago |
SomberNight
|
5387c6d5f6
|
trezor: during device init hide some options behind an "expert" button
|
6 years ago |
SomberNight
|
7bbec04a06
|
trezor: implement "seedless" mode (option during initialization)
|
6 years ago |
SomberNight
|
2867c2ef7a
|
update release notes
|
6 years ago |
SomberNight
|
ec86850a2e
|
trezor: fix minor error handling issue
AttributeError: 'TrezorFailure' object has no attribute 'message'
|
6 years ago |
SomberNight
|
e2eb051eed
|
keystore bip39: minor clean-up
|
6 years ago |
ghost43
|
c8562f5362
|
network: reintroduce network.debug (#5093)
network.debug and interface.debug were removed during the asyncio-aiorpcx
network-rewrite.
|
6 years ago |
SomberNight
|
086372f68a
|
wallet get_full_history: add from/to_height info to summary
|
6 years ago |
SomberNight
|
019884a98b
|
network: follow-up 38ab7ee554
|
6 years ago |
SomberNight
|
2174fc0676
|
cli history: add option to filter by block height
|
6 years ago |
SomberNight
|
38ab7ee554
|
network: catch untrusted exceptions from server in public methods
and re-raise a wrapper exception (that retains the original exc in a field)
closes #5111
|
6 years ago |
SomberNight
|
fd62ba874b
|
kivy: rm dead code
|
6 years ago |
SomberNight
|
026448837f
|
no more "import *"
fixes #5101
fixes #5105
|
6 years ago |
SomberNight
|
8072ad1ad9
|
network broadcast_transaction: make error text clearer
|
6 years ago |
SomberNight
|
ebeed4736f
|
qt utxo_list: show full prevout_n in outpoint column
previously, if prevout_n was >=10, the ":" char or even digits were cut
|
6 years ago |
SomberNight
|
c23b869d3c
|
qt MyTreeView subclasses: change "headers" from list to dict
|
6 years ago |
SomberNight
|
5aafcb2875
|
qt MyTreeView subclasses: use IntEnum for columns
|
6 years ago |
SomberNight
|
cd097d6bb8
|
qt history list: update_tx_mined_status was not updating 'date' for tx
fixes #5096
|
6 years ago |
ThomasV
|
eb96d422f7
|
import version module
|
6 years ago |
SomberNight
|
d78537c8c4
|
rerun freeze_packages
|
6 years ago |
SomberNight
|
df9087970b
|
update block header checkpoints
|
6 years ago |
SomberNight
|
699562c78d
|
bump libsecp256k1 version
|
6 years ago |
ThomasV
|
01eaf0fe4e
|
Merge pull request #5052 from JeremyRand/utxolist-for-loop
Refactor for loop in UTXOList
|
6 years ago |
ThomasV
|
b06b8753e6
|
fix #5088
|
6 years ago |
ThomasV
|
1da1f0bfea
|
fix #4984
|
6 years ago |
ThomasV
|
8f4967f7d0
|
qt wizard: select_storage
|
6 years ago |
ThomasV
|
beb9f63274
|
follow-up prev
|
6 years ago |
ThomasV
|
58c2c15266
|
follow up 6fb974227b
|
6 years ago |
SomberNight
|
fc72e661de
|
requirements: set min version for aiohttp
|
6 years ago |
SomberNight
|
89bb49e117
|
mac build: install pinned pip and setuptools earlier
also add --no-use-pep517 option for pyinstaller (see 4b560250a6 )
|
6 years ago |
SomberNight
|
2c71b9da0c
|
icons: instead of symlinks, just mv "icons" dir
symlinks are really inconvenient on Windows
(when running from cloned source)
follow-up #5055
|
6 years ago |
SomberNight
|
9beabc0311
|
fix prev: run make_locale before building android apk
|
6 years ago |
SomberNight
|
ba08b2279d
|
kivy build: test and document that make_locale is to be run first
|
6 years ago |
ThomasV
|
6fb974227b
|
fix #5082
|
6 years ago |
ThomasV
|
6ade5903dc
|
network: fix send_multiple_requests
|
6 years ago |
SomberNight
|
7bb3e5336a
|
trezor: PIN could not be disabled
fixes #5078
|
6 years ago |
ThomasV
|
4ed8787433
|
remove 'util.py' from scripts
|
6 years ago |
ThomasV
|
8f2a730b3b
|
add more details values to history
|
6 years ago |
SomberNight
|
d6986347e6
|
qt icons: update remaining QIcon() constructors
follow-up #5053
|
6 years ago |
SomberNight
|
a5ddb42bfd
|
win/mac binaries: fix qt icons
follow-up #5055
|
6 years ago |
SomberNight
|
2de7fd5466
|
wine build: small clean-up in prepare-wine.sh
|
6 years ago |
SomberNight
|
001b815c18
|
wine build: upgrade wine, nsis, python
wine-specific hack no longer needed with new wine version
|
6 years ago |
SomberNight
|
5a1778b7fe
|
start using util.resource_path
|
6 years ago |
SomberNight
|
67d080b34a
|
mv qt update checker to its own file
|
6 years ago |
SomberNight
|
6926b8b2d4
|
qt update checker: handle --offline
|
6 years ago |
SomberNight
|
68cd37282e
|
qt: set default "window icon" (only visible on Windows)
|
6 years ago |
SomberNight
|
9e58d56e6d
|
qt qrwindow: rm dead code
|
6 years ago |