SomberNight
4159322db0
synchronizer.py: rename tx_response to on_tx_response
2018-05-30 17:35:29 +02:00
SomberNight
ee9861f0d5
wallet.py: access verified_tx with lock
2018-05-30 13:24:58 +02:00
SomberNight
6bb7558f75
InvalidPassword undefined in wallet.py
2018-05-30 13:14:01 +02:00
SomberNight
deb945d810
tests: TestWalletHistory_EvilGapLimit
2018-05-29 20:51:04 +02:00
SomberNight
c34273b771
(minor) missing space in message when deleting wallet
2018-05-29 13:40:36 +02:00
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
2018-05-29 13:37:30 +02:00
Johann Bauer
46fcf686b1
Travis: Check if icons and locales are up to date on release
2018-05-29 00:00:37 +02:00
SomberNight
7218bf1d14
tests: bip32 extended version bytes
2018-05-28 20:27:08 +02:00
ghost43
9b7a449057
util.make_dir: 0o700 permissions on folders ( #4357 )
2018-05-28 14:22:54 +02:00
SomberNight
dbec3af810
tests: introduce FAST_TESTS flag for faster local testing
2018-05-28 14:02:07 +02:00
SomberNight
1f373c1eb9
ecc: don't print trace when can't find libsecp
2018-05-28 02:28:01 +02:00
SomberNight
86992aea6c
bundle libsecp256k1 in android apk
...
this works as there is already a p4a recipe upstream: 74bf788a29/pythonforandroid/recipes/libsecp256k1/__init__.py
2018-05-28 00:43:05 +02:00
SomberNight
483a2a40cd
wine-build: fetch pull requests from repo if can't find commit
...
follow-up 25089aa9c2
2018-05-27 04:25:11 +02:00
SomberNight
facb7bbc0e
ecc: (minor) use ECPubkey.from_point
2018-05-27 03:55:10 +02:00
SomberNight
25089aa9c2
travis: build-wine current commit, instead of HEAD
2018-05-27 02:35:23 +02:00
SomberNight
ac94d6d055
ecc: ECPrivkey.sign clean-up
2018-05-26 19:26:13 +02:00
SomberNight
d03da4d1a2
tests: test with all AES implementations
2018-05-25 22:06:45 +02:00
ThomasV
770f438249
Merge pull request #4381 from SomberNight/coincurve4
...
crypto refactoring take3
2018-05-25 18:49:36 +02:00
SomberNight
dc1d6ac1fe
avoid hardcoding the curve generator ourselves
2018-05-25 18:29:44 +02:00
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
2018-05-25 18:20:56 +02:00
SomberNight
9241f52a41
fix travis wine build
2018-05-25 16:56:30 +02:00
SomberNight
65601e9ec6
build and include libsecp256k1 in windows binaries
2018-05-25 16:04:29 +02:00
SomberNight
16e4827e8c
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
2018-05-25 15:43:06 +02:00
SomberNight
756cc323e7
tests: dnssec
2018-05-24 22:20:58 +02:00
Johann Bauer
2e899bc38f
Add missing languages to settings dialog
2018-05-23 22:15:14 +02:00
SomberNight
2c3aa9ffa9
trezor: minor homescreen clean-up/fixes
2018-05-23 15:39:59 +02:00
SomberNight
51d047a35e
fix #4375
2018-05-22 12:55:50 +02:00
ThomasV
4c234397ec
Merge pull request #4351 from SomberNight/2fa_sign_then_otp
...
trustedcoin: sign first, then prompt for OTP
2018-05-18 17:36:18 +02:00
SomberNight
c113232e8b
tests: TestWalletHistory
...
check if wallet logic calculates correct balance regardless of the order in which we receive transactions from the server
2018-05-18 15:43:02 +02:00
SomberNight
5cfeb6b081
follow-up ab2f59590c
2018-05-18 10:56:01 +02:00
ThomasV
d538106caf
Merge pull request #4371 from haarts/remove-explicit-protocol-mentions
...
Remove explicit protocol mentions
2018-05-18 10:08:36 +02:00
Harm Aarts
ab2f59590c
Push network calls into network module
...
Eventually all network calls should go through the network module
without resorting to using raw protocol strings. This, then, makes
adding an other backend easier.
Please note that the behaviour slightly changed. Initially the caller
received an unmodified response from the ElectrumX server. In it the
scripthash is present. This change replaces that scripthash with the
original address.
2018-05-17 15:20:22 +02:00
Harm Aarts
812d570ee2
Rename method to reflect its goal
...
Answer the question *what* problem the method solves. Not *how* it is
solving it.
2018-05-17 15:17:06 +02:00
Harm Aarts
d0d39e534e
Make side effect explicit
...
The removed method didn't allude to the fact it was adding the generated
hash to a dictionary. This was problematic since the code base now
seemingly had two methods for converting an address to a scripthash. One
in the network module and one in the (logical) bitcoin module.
2018-05-17 12:04:54 +02:00
SomberNight
a9bf664a5e
qt: network status text to tell user proxy is enabled when network can't connect
2018-05-17 00:48:14 +02:00
SomberNight
b88f0434c5
wallet.py: check_history depends on load_local_history and build_spent_outpoints
...
if it tries to call add_transaction
2018-05-16 11:31:20 +02:00
Johann Bauer
86e2f3f561
Follow-up 2fe8d8
2018-05-15 19:48:35 +02:00
Johann Bauer
2fe8d8ce54
Follow-up 7a27d04
2018-05-15 19:32:53 +02:00
SomberNight
e375bf48c4
transaction.py: reserialize scriptSig for incomplete txin
...
On offline imported privkey + online imported address config, the offline wallet was displaying incorrect tx size.
2018-05-15 18:53:25 +02:00
Johann Bauer
7a27d04415
Travis: Fix 'No names found, cannot describe anything.' in OS X build
2018-05-15 18:26:10 +02:00
SomberNight
7c7aa5828b
tests: added p2wpkh-p2sh wallet to TestWalletSending
2018-05-14 18:33:14 +02:00
SomberNight
f12798e91c
follow-up #4324
2018-05-14 17:49:17 +02:00
SomberNight
150cbb5d9c
fix #4356 : qt/tx_dialog - move save local button to left.
...
also: properly parent popup, and add extra note re what local tx ('save') means
2018-05-14 17:00:29 +02:00
Johann Bauer
7bcc55ae57
Trezor: Disable 'Change Homescreen' if PIL is unavailable
2018-05-14 16:57:27 +02:00
Johann Bauer
a81e96bce0
Test macOS build on Travis
2018-05-13 22:22:07 +02:00
Johann Bauer
64438573b1
Follow-up 354c737
: Fix macOS build
2018-05-13 22:14:48 +02:00
root
354c737ce0
Track icons and locale version in submodule
2018-05-13 22:06:25 +02:00
SomberNight
a94e1d92a3
bitcoin.py: nicer exception in deserialize_privkey if prefix byte is invalid
...
related: #4364
2018-05-13 16:26:00 +02:00
SomberNight
b175c6b609
fix #4360
2018-05-13 03:11:20 +02:00
SomberNight
f0657a3507
qt: show start-up wizard in case of exception
...
related: #4355
2018-05-11 00:03:01 +02:00