SomberNight
8b61d18a9f
transaction.serialize_output: use namedtuple fields
6 years ago
SomberNight
5d52dc204c
coldcard: fix spending when there is no change
follow-up 9037f25da1
6 years ago
SomberNight
1686a97ece
bip70 PRs: use aiohttp instead of requests. use proxy. small fixes.
6 years ago
SomberNight
1b46866e34
qt: re sweeping, minor clean-up
6 years ago
SomberNight
a89e67eeed
network: trivial clean-up
6 years ago
SomberNight
160bc93e26
implement oneserver option for kivy
closes #4826
6 years ago
SomberNight
7a46bd1089
network: minor clean-up
6 years ago
SomberNight
908c979338
network: update hardcoded mainnet servers
6 years ago
SomberNight
1a5c77aa82
follow-up prev
6 years ago
SomberNight
e37da62a1c
fix most "scripts"
related: #4754
6 years ago
SomberNight
5c4a6c0f2b
rm network.add_job
current implementation is prone to race, and is not used anyway
6 years ago
SomberNight
c2ecfaf239
move event loop construction to daemon
6 years ago
SomberNight
ca8eae919f
daemon: clarify error print
6 years ago
SomberNight
0862fdb9a9
plugins: somewhat clearer exception is loading plugin fails
see #4817 (issuecomment-434778055)
6 years ago
SomberNight
386e0d560e
wizard,hw: tell user about errors during plugin init
see #4817 (issuecomment-434765570)
6 years ago
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