9370 Commits (aac7a34405575a238964d6e429ebaf90ecd03fc6)
 

Author SHA1 Message Date
RGauthamRam aac7a34405 Update __init__.py (#4668) 6 years ago
ghost43 c99007bda7
setup.py: add 'gui' extra. potentially build Qt icons files (#4647) 6 years ago
SomberNight 1b19cdd0f4
transaction.py: fix script_GetOp for malformed scripts 6 years ago
SomberNight 0137626a63
wallet restore: remove dead code. add log lines. 6 years ago
ThomasV c25baf3dd7
Merge pull request #4659 from spesmilo/22nd_century_certs 6 years ago
Janus 262d431ff5 x509: handle dates in the 22nd century 6 years ago
SomberNight 91c369e392
hw wallets: generalise 'minimum_library' for those that provide a version number 6 years ago
ghost43 9279f30363
Merge pull request #4470 from Coldcard/ckcc 6 years ago
tiagotrs 2a5f108d4a change prng, add warning against encrypting multiple secrets (#4649) 6 years ago
SomberNight 04c1b522d6
minor fixes for prev 6 years ago
Peter D. Gray 0bcea80bdf
Support for new hardware wallet: Coldcard 6 years ago
SomberNight bc6010303a
fix #4651 6 years ago
SomberNight 7044f1145f
ecc_fast: clarify fallback message 6 years ago
ghost43 941df4153b
wallet: try to plug gap limit for change addresses (#4530) 6 years ago
SomberNight f3f5b8a5d6
fix #4312 6 years ago
SomberNight db834800c0
wine-build: clarify to use docker for reproducible builds. move parts of readme. 6 years ago
SomberNight 3089edd3a2
wallet: remove method get_num_tx 6 years ago
SomberNight f7166e95c4
wallet: move get_depending_transactions to AddressSynchronizer 6 years ago
SomberNight b7178f2d21
coinchooser: small clean-up (use TxOutput.value) 6 years ago
SomberNight 88fc62e8f7
fix #4626 6 years ago
SomberNight 5f3408dd70
transaction.py: introduce TxOutputHwInfo namedtuple 6 years ago
SomberNight b4b1de088a
move TrezorClient.expand_path to bitcoin.py 6 years ago
SomberNight 52a4810752
trezor: add "show address" option in addresses tab context menu for all trezors 6 years ago
SomberNight 93578d9be2
wallet: is_mine should not depend on history keys 6 years ago
SomberNight 820316e745
safe_t: disable udp transport as it was interfering with trezor emulator 6 years ago
ThomasV e7ef4aa4f6
Merge pull request #4611 from tiagotrs/master 6 years ago
Johann Bauer deee29228e Travis: Use 3.7 to run tests too 6 years ago
tiagotrs 576c2718c8 Merge branch 'master' of https://github.com/spesmilo/electrum 6 years ago
tiagotrs 91bcc5f560 fix problems with hidpi monitors issue #4576, ensure PNGS are precise the same size. 6 years ago
zebra-lucky 059a4fff5c fix ecc_fast.py for win64 (#4606) 6 years ago
SomberNight a7cfa56621
cosigner pool: don't block gui 6 years ago
SomberNight 9228cb5b8e
wallet: override get_addresses in Imported_Wallet so that clear_history works 6 years ago
SomberNight 2a9f5db576
blockchain.py: fix: chunks in checkpoint region were not getting saved if we were on a fork 6 years ago
SomberNight 531cdeffa9
blockchain.py: rename 'checkpoint' to 'forkpoint' 6 years ago
SomberNight 7307c800d7
small optimisations for history tab refresh (and related) 6 years ago
SomberNight 6b42e8448c
address_synchronizer: cache local_height in some cases 6 years ago
SomberNight cf14d7b346
wallet: change meaning of is_used 6 years ago
SomberNight 6192bfce46
util.profiler: prepend class name to prints 6 years ago
ThomasV 194ee395e7
Merge pull request #4596 from SomberNight/txoutput_namedtuple 6 years ago
SomberNight 2eb72d496f
transaction: introduce TxOutput namedtuple 6 years ago
SomberNight f64062b6f1
add --noonion option to filter out onion servers 6 years ago
ghost43 32f5feff8f
Merge pull request #4538 from SomberNight/verifier_reorgs_st18 6 years ago
SomberNight a29e2218c8
wallet: introduce namedtuples TxMinedStatus and VerifiedTxInfo 6 years ago
SomberNight 41e088693d
verifier: better handle reorgs (and storage upgrade) 6 years ago
SomberNight 861640949e
kivy: on tx broadcast, truncate error message 6 years ago
SomberNight c9c8b7656d
follow-up prev. sanity check OP_RETURN outputs 6 years ago
SomberNight e1b2195cf7
fix #4591: pay to OP_RETURN on trezor 6 years ago
SomberNight 629b9cb3b5
fee estimation: split eta_to_fee into two methods 6 years ago
SomberNight 8e69174374
logging: self.print_error should not print without -v flag 6 years ago
SomberNight eaf72aa951
network: handle one-block-long fork 6 years ago