SomberNight
f0daf2d37b
Qt: addresses tab - align text
7 years ago
Johann Bauer
10c0746287
Make new status icons closer to their original color
7 years ago
SomberNight
792c248919
Qt: FeerateEdit.get_amount now returns sat/byte
7 years ago
SomberNight
9788ca0250
Qt: feerate edit was sometimes rounding inconsistently
7 years ago
ghost43
d667c5d46e
Merge pull request #4402 from kyuupichan/master
Subscribe to raw headers
7 years ago
SomberNight
105101bb5c
fix #4403
7 years ago
Neil Booth
b164cc4bba
Pass raw=True when subscribing to headers
Remove use of deprecated bitcoin address
7 years ago
Neil Booth
1900e58e88
Subscribe to raw headers
The old interface is deprecated
Port of fe303c97c3
7 years ago
SomberNight
219c2a363a
fix #4401
7 years ago
SomberNight
3031f594cb
scaled pixmaps no longer pixelated
7 years ago
SomberNight
cfc52e6441
follow-up #4396 : new 2fa wallets could not be created
7 years ago
SomberNight
141994ed1b
tests: TestWalletSending - also test raw_tx and wtxid
7 years ago
ThomasV
8d07094ede
Merge pull request #4396 from SomberNight/storage_upgrade_wizard
storage upgrade as part of the wizard. fix storage upgrade on kivy.
7 years ago
ThomasV
4fc677c876
Merge pull request #4394 from bauerj/new-icons
New icons
7 years ago
SomberNight
2b84fba67b
storage upgrade as part of the wizard. fix storage upgrade on kivy.
7 years ago
Johann Bauer
edb6de92d8
New icons
7 years ago
Johann Bauer
d288999036
i18n template improvements
7 years ago
SomberNight
ec5931ae54
rename dylib for libsecp
follow c76375de91
7 years ago
Johann Bauer
4a65db54c9
Travis: Fix Windows build from PRs
7 years ago
Johann Bauer
c76375de91
Build libsecp256k1
7 years ago
SomberNight
1e06b1921e
wallet.py: access unverified_tx with self.lock
Only actually needed due to Imported_Wallet.delete_address, but it takes some time to see this.
The verifier and the synchronizer both access unverified_tx but they are both run in the Network thread.
In any case, there does not seem to be a measurable performance hit when using the lock.
7 years ago
SomberNight
060404e17c
wallet/verifier: persist wallet.verified_tx when verifier finishes
Previously verified_tx was only persisted in wallet.stop_threads(), hence only on clean shutdowns.
7 years ago
SomberNight
4159322db0
synchronizer.py: rename tx_response to on_tx_response
7 years ago
SomberNight
ee9861f0d5
wallet.py: access verified_tx with lock
7 years ago
SomberNight
6bb7558f75
InvalidPassword undefined in wallet.py
7 years ago
SomberNight
deb945d810
tests: TestWalletHistory_EvilGapLimit
7 years ago
SomberNight
c34273b771
(minor) missing space in message when deleting wallet
7 years ago
SomberNight
9bd082cd82
trezor/keepkey: better handling of exceptions during device initialization
notably Trezor T is returning a different msg type when trying to get an xpub from an uninitialized device, which we are not handling. instead we should just realise ourselves that we did not initialize the device
7 years ago
Johann Bauer
46fcf686b1
Travis: Check if icons and locales are up to date on release
7 years ago
SomberNight
7218bf1d14
tests: bip32 extended version bytes
7 years ago
ghost43
9b7a449057
util.make_dir: 0o700 permissions on folders ( #4357 )
7 years ago
SomberNight
dbec3af810
tests: introduce FAST_TESTS flag for faster local testing
7 years ago
SomberNight
1f373c1eb9
ecc: don't print trace when can't find libsecp
7 years ago
SomberNight
86992aea6c
bundle libsecp256k1 in android apk
this works as there is already a p4a recipe upstream: 74bf788a29/pythonforandroid/recipes/libsecp256k1/__init__.py
7 years ago
SomberNight
483a2a40cd
wine-build: fetch pull requests from repo if can't find commit
follow-up 25089aa9c2
7 years ago
SomberNight
facb7bbc0e
ecc: (minor) use ECPubkey.from_point
7 years ago
SomberNight
25089aa9c2
travis: build-wine current commit, instead of HEAD
7 years ago
SomberNight
ac94d6d055
ecc: ECPrivkey.sign clean-up
7 years ago
SomberNight
d03da4d1a2
tests: test with all AES implementations
7 years ago
ThomasV
770f438249
Merge pull request #4381 from SomberNight/coincurve4
crypto refactoring take3
7 years ago
SomberNight
dc1d6ac1fe
avoid hardcoding the curve generator ourselves
7 years ago
SomberNight
7c53712750
load_library: remove ctypes.util.find_library calls. remove some code dupe
find_library was giving priority to system dll against local dll
7 years ago
SomberNight
9241f52a41
fix travis wine build
7 years ago
SomberNight
65601e9ec6
build and include libsecp256k1 in windows binaries
7 years ago
SomberNight
16e4827e8c
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
7 years ago
SomberNight
756cc323e7
tests: dnssec
7 years ago
Johann Bauer
2e899bc38f
Add missing languages to settings dialog
7 years ago
SomberNight
2c3aa9ffa9
trezor: minor homescreen clean-up/fixes
7 years ago
SomberNight
51d047a35e
fix #4375
7 years ago
ThomasV
4c234397ec
Merge pull request #4351 from SomberNight/2fa_sign_then_otp
trustedcoin: sign first, then prompt for OTP
7 years ago