Commit Graph

21 Commits

Author SHA1 Message Date
SomberNight 9d7cf12244 follow-up prev: fix tests 2018-09-25 17:00:43 +02:00
SomberNight 7221fb3231 interface: further simplifications for fork resolution 2018-09-17 22:30:25 +02:00
SomberNight b3a2bce213 interface: simplify fork resolution logic 2018-09-17 22:30:21 +02:00
SomberNight da23e71db1 interface: block header search simplifications 2018-09-16 07:34:05 +02:00
SomberNight 9ffd2de492 Merge branch 'aiorpcx' 2018-09-11 20:52:58 +02:00
SomberNight 999ae1f713 test_mnemonic: add foreign lang tests 2018-09-10 02:03:42 +02:00
SomberNight cdca74aa39 move max_checkpoint from network to constants 2018-09-09 05:00:09 +02:00
Dzhelil Rufat c9ffffc526 Remove unneccessary imports from the unit testing directory. (#4699) 2018-09-08 17:24:23 +02:00
Janus d367199553 async block headers: remove BlockHeaderInterface and Conn classes, make self.height a local 2018-09-06 14:17:45 +02:00
Janus 9c363db440 async block headers: avoid duplicate tip fields, handle electrumx server skipping blocks 2018-09-06 14:17:44 +02:00
Janus e9ceeb85af async block headers 2018-09-06 14:17:41 +02:00
Filip Gospodinov c42f0dac53 test_bitcoin: fix decorators for running tests twice (#4669)
This bug is triggered if ecc_fast._libsecp256k1 and/or
crypto.AES are not present.

Before, if the first test would have raised an exception
it would have been implicitly caught by returning from
the finally block and hence this effectively masks the
test's outcome. Now, the exception is properly propagated
causing the test to fail if an exception is raised.
2018-08-30 18:53:14 +02:00
SomberNight 1b19cdd0f4 transaction.py: fix script_GetOp for malformed scripts
related fyookball/electrum#829
2018-08-28 20:17:21 +02:00
Janus 262d431ff5 x509: handle dates in the 22nd century 2018-08-24 14:56:58 +02:00
SomberNight b4b1de088a move TrezorClient.expand_path to bitcoin.py
and allow its input to end with a '/' slash
2018-08-14 18:19:16 +02:00
SomberNight 2eb72d496f transaction: introduce TxOutput namedtuple 2018-08-01 19:10:08 +02:00
SomberNight aa86440866 fix #4566: bip39 passphrases with multiple spaces 2018-07-18 18:42:04 +02:00
ThomasV e3888752d6 separate address synchronizer from wallet 2018-07-18 11:18:57 +02:00
SomberNight 8bb59fcc3c follow-up prev: fix bug in fee_to_depth, and typo and tests 2018-07-14 19:02:41 +02:00
SomberNight b8ab36546d mempool fees: increase estimate by max precision of histogram
related: #4551
2018-07-14 18:45:02 +02:00
Janus 097ac144d9 file reorganization with top-level module 2018-07-13 14:01:37 +02:00