SomberNight
4f7283a3b0
expose electrum version as __version__
6 years ago
SomberNight
1c63bca2c7
follow-up prev
6 years ago
SomberNight
5b4fada2a0
fix some network.get_transaction calls
see #4814 (issuecomment-434392195)
6 years ago
SomberNight
f53b480f1c
wallet: more powerful add_input_info
tangentially related: #4814
also recognise that input is_mine if tx was not fully parsed
but we have the prevout UTXO
6 years ago
SomberNight
f819e9b6f4
openalias: minor clean-up
6 years ago
SomberNight
af232223ee
windows build script: add note to build from fresh clone
6 years ago
SomberNight
5e0179dac4
qt console: expose more refs, and fix auto-complete for >2 depth
6 years ago
SomberNight
9037f25da1
kill old-style namedtuples
6 years ago
SomberNight
34569d172f
wallet: make importing thousands of addr/privkeys fast
fixes #3101
closes #3106
closes #3113
6 years ago
SomberNight
917b7fa898
network shutdown safety belts
6 years ago
SomberNight
416b687054
storage: add a sanity check
see #4803
6 years ago
SomberNight
78258a3a95
fix #4802
6 years ago
SomberNight
bcdb0c46fc
update to aiorpcx 0.9 and require it
6 years ago
SomberNight
263c9265ae
rerun freeze packages
6 years ago
SomberNight
92d16e8b10
follow-up prev: unshallow no longer needed
6 years ago
SomberNight
2aefc8440a
travis: make sure to have latest tag
The Win/Mac build scripts name the binaries using "git describe --tags",
so reproducibility requires git to find the latest tag.
By default, Travis uses depth=50.
6 years ago
SomberNight
791e0e1a67
move relayfee and dust_threshold to bitcoin.py
6 years ago
SomberNight
99d18a48f2
types: make some import conditional
6 years ago
SomberNight
082a83dd85
rename crypto.Hash to sha256d
6 years ago
SomberNight
a88a2dea82
split bip32 from bitcoin.py
6 years ago
SomberNight
c61e13c1e9
add more block explorers, and change defaults
6 years ago
Andrew Zhuk
07a06b5d15
Update util.py ( #4797 )
Adding Bitupper Explorer to the list
6 years ago
SomberNight
361ffc0620
correctly handle bitcoin URIs if GUI is already running
see #4796
6 years ago
SomberNight
0e6160bf2d
follow-up prev: bad idea to eval translated string
6 years ago
SomberNight
b68729115a
qt wallet information: added keystore type
6 years ago
SomberNight
2a60a701bf
qt wallet information: show has_seed and watching_only
6 years ago
SomberNight
2d352bc3f0
transaction.BIP69_sort: use namedtuple fields
6 years ago
SomberNight
c4e09fa874
simplify Plugins constructor
6 years ago
SomberNight
81cc20039e
more type annotations in core lib
6 years ago
SomberNight
6958c0ccc3
config: reject non-json-serialisable writes
see #4788
6 years ago
SomberNight
ef2a6359e4
fix SSL log spam on py3.7
based on kyuupichan/electrumx@83813ff1ac71da6030f7181d3c8fe961491a51f3
see pooler/electrum-ltc#191
6 years ago
SomberNight
637e65efe3
network.stop: fix await
6 years ago
ghost43
c47533f6cf
Merge pull request #4784 from Coldcard/fix4729
Fix Coldcard plugin's p2wpkh-p2sh support (see issue #4729 )
6 years ago
SomberNight
bf18e2bbc9
follow-up prev
6 years ago
SomberNight
10a4c7a6ed
wallet.mktx: add new args: rbf, nonlocal_only
used on lightning branch
6 years ago
SomberNight
e8bc025f5c
verifier: fix race in __init__
6 years ago
Peter D. Gray
14b4955a6f
Fix p2wpkh-p2sh support per issue #4729
6 years ago
Calin Culianu
1526fd3722
Removal of macOS Info.plist. It isn't being used by anything. ( #4773 )
6 years ago
SomberNight
2cc77c1c7d
rm system config sample
system-level configs are no longer supported since 04a1809969
6 years ago
SomberNight
60f8cf665e
dnssec: trivial clean-up
6 years ago
SomberNight
0e59bc1bc5
network: "switch unwanted fork" should check what fork we are on..
follow-up #4767
6 years ago
SomberNight
1af225015a
fix some type annotations involving tuples
6 years ago
SomberNight
7c4d6c6801
fix #4771
6 years ago
SomberNight
5afdc14913
util: small clean-up re format_satoshis
related #4771
6 years ago
SomberNight
8fa6bd2aac
network: add_job
6 years ago
ThomasV
e573c6d385
Merge pull request #4770 from SomberNight/kill_aiosafe
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
6 years ago
SomberNight
e3b372946a
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
6 years ago
SomberNight
ab441a507a
readme: use 'python3 -m pip install' to install
6 years ago
SomberNight
372921b423
mv NetworkJobOnDefaultServer to util
break ref cycles
6 years ago
脇山P
9ce3814d8b
build-wine: update git version ( #4769 )
6 years ago