SomberNight
999ae1f713
test_mnemonic: add foreign lang tests
8 years ago
SomberNight
cdca74aa39
move max_checkpoint from network to constants
8 years ago
Dzhelil Rufat
c9ffffc526
Remove unneccessary imports from the unit testing directory. ( #4699 )
8 years ago
Janus
d367199553
async block headers: remove BlockHeaderInterface and Conn classes, make self.height a local
8 years ago
Janus
9c363db440
async block headers: avoid duplicate tip fields, handle electrumx server skipping blocks
8 years ago
Janus
e9ceeb85af
async block headers
8 years ago
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.
8 years ago
SomberNight
1b19cdd0f4
transaction.py: fix script_GetOp for malformed scripts
...
related fyookball/electrum#829
8 years ago
Janus
262d431ff5
x509: handle dates in the 22nd century
8 years ago
SomberNight
b4b1de088a
move TrezorClient.expand_path to bitcoin.py
...
and allow its input to end with a '/' slash
8 years ago
SomberNight
2eb72d496f
transaction: introduce TxOutput namedtuple
8 years ago
SomberNight
aa86440866
fix #4566 : bip39 passphrases with multiple spaces
8 years ago
ThomasV
e3888752d6
separate address synchronizer from wallet
8 years ago
SomberNight
8bb59fcc3c
follow-up prev: fix bug in fee_to_depth, and typo and tests
8 years ago
SomberNight
b8ab36546d
mempool fees: increase estimate by max precision of histogram
...
related: #4551
8 years ago
Janus
097ac144d9
file reorganization with top-level module
8 years ago