RGauthamRam
aac7a34405
Update __init__.py ( #4668 )
Resolving the issue #4363
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
related fyookball/electrum#829
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
x509: handle dates in the 22nd century
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
Support for new hardware wallet: Coldcard
6 years ago
tiagotrs
2a5f108d4a
change prng, add warning against encrypting multiple secrets ( #4649 )
* substitute python prng generator with hmac_drbg
* add warning, change version
* brick cards version 0
* separate python-drbg module, include tests and license
* import to match PEP 8
* fix line break, minor changes in wording
* fixes noise_seed formatting errors
* fix import, include license exclude tests drbg module
6 years ago
SomberNight
04c1b522d6
minor fixes for prev
use TxOutputHwInfo namedtuple
warn user if device is set to wrong chain
undo parts of prev re testnet. fix p2wpkh.
testnet support. and minor stuff
6 years ago
Peter D. Gray
0bcea80bdf
Support for new hardware wallet: Coldcard
build-wine/deterministic.spec: add Coldcard plugin and ckcc-protocol dependancy
Require version 0.7.2 of ckcc-protocol (window fixes)
Rework import paths to new standards
Updated icons
New minimum version, for latest PSBT constants
Upgrade to final PSBT (BIP 174) standard encoding
Remove log noise
Show bootloader version number as well
Handle case where libraries are missing better
Remove noise about missing packages, for rest of world
Add reference to ckcc-protocol module/data
Remove dead code
Beef up the README more
Slightly better looking
Add version numbers and upgrade firmware feature
Split out DFU support into own file
First pass at adding Coinkite Coldcard hardware wallet to Electrum
7 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
and resolve TODO
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
and allow its input to end with a '/' slash
6 years ago
SomberNight
52a4810752
trezor: add "show address" option in addresses tab context menu for all trezors
in case of a multisig wallet, with multiple trezors, previously only one of the trezors could be used
6 years ago
SomberNight
93578d9be2
wallet: is_mine should not depend on history keys
this makes clear_history work
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
fix Revealer hidpi related bug #4576 , and make PNGs the same size
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)
7 years ago
SomberNight
6b42e8448c
address_synchronizer: cache local_height in some cases
7 years ago
SomberNight
cf14d7b346
wallet: change meaning of is_used
7 years ago
SomberNight
6192bfce46
util.profiler: prepend class name to prints
7 years ago
ThomasV
194ee395e7
Merge pull request #4596 from SomberNight/txoutput_namedtuple
transaction: introduce TxOutput namedtuple
7 years ago
SomberNight
2eb72d496f
transaction: introduce TxOutput namedtuple
7 years ago
SomberNight
f64062b6f1
add --noonion option to filter out onion servers
closes #4531
7 years ago
ghost43
32f5feff8f
Merge pull request #4538 from SomberNight/verifier_reorgs_st18
verifier: better handle reorgs (and storage upgrade)
7 years ago
SomberNight
a29e2218c8
wallet: introduce namedtuples TxMinedStatus and VerifiedTxInfo
7 years ago
SomberNight
41e088693d
verifier: better handle reorgs (and storage upgrade)
7 years ago
SomberNight
861640949e
kivy: on tx broadcast, truncate error message
related #4593
7 years ago
SomberNight
c9c8b7656d
follow-up prev. sanity check OP_RETURN outputs
based on 86c63a3a08
7 years ago
SomberNight
e1b2195cf7
fix #4591 : pay to OP_RETURN on trezor
7 years ago
SomberNight
629b9cb3b5
fee estimation: split eta_to_fee into two methods
7 years ago
SomberNight
8e69174374
logging: self.print_error should not print without -v flag
7 years ago
SomberNight
eaf72aa951
network: handle one-block-long fork
also add fixme about incorrect behaviour in case of a fork height higher than our local chain tip
7 years ago