SomberNight
0ad504bdf0
interface: catch many common exceptions explicitly
6 years ago
Janus
6e80ba7b4f
asyncio: labels, crash_reporter, fx: migrate requests use to aiohttp
6 years ago
ThomasV
5ef04a039b
move NotificationSession
6 years ago
ThomasV
234273809a
set interface.session before marking as ready
6 years ago
Janus
d367199553
async block headers: remove BlockHeaderInterface and Conn classes, make self.height a local
6 years ago
Janus
9c363db440
async block headers: avoid duplicate tip fields, handle electrumx server skipping blocks
6 years ago
SomberNight
4d95452ae7
wallet: partial fix for race in on_default_server_changed
6 years ago
SomberNight
2187615c08
verifier: request proofs in batches
6 years ago
Janus
c89020725b
address synchronizer: fetch initial addresses from wallet
6 years ago
SomberNight
14a032a0b1
disconnect from servers on exception
6 years ago
SomberNight
3f0d79f07d
blockchain.py: better handling of missing headers. more restrictive verify_chunk.
6 years ago
SomberNight
2157eae499
fix request_chunk
6 years ago
Janus
e9ceeb85af
async block headers
6 years ago
Janus
19387ff911
aiorpcx: simplify open_session
6 years ago
Janus
f12074397f
aiorpcx: reintroduce periodic fee updates
6 years ago
SomberNight
a4ffa0b22a
interface: clean-up proxy username/pw handling
6 years ago
SomberNight
6700364ac8
interface: fix cert handling
notably os.unlink cannot be inside the "with open"
6 years ago
Janus
9543a108be
aiorpcx: revive some maintain_sockets code, reintroduce NODES_RETRY_INTERVAL and SERVER_RETRY_INTERVAL usage, and fix --oneserver
6 years ago
ThomasV
5117a520ae
fix start_network
6 years ago
Janus
9bfb5fe71f
address synchronizer: use aiorpcx session object in network's interface,
request, fees
6 years ago
Janus
8f36c9167d
aiorpcx: remove callback based code, add session to Interface
6 years ago
Janus
b120584f97
aiorpcx address synchronizer
7 years ago
Janus
f733cb8947
aiorpcx: socks support
6 years ago
ThomasV
c53caecd1e
fix else statement
6 years ago
Janus
89a01a6463
aiorpcx: pin certificates
6 years ago
Janus
8080a713b2
aiorpcx: pass ssl context, sleep after connecting
6 years ago
Janus
97ea0fc439
aiorpcx: replace network loop with asyncio and try to maintain ten sessions
6 years ago
SomberNight
40ceabff79
rm redundant function from util
6 years ago
SomberNight
69a204d726
fix #4657
6 years ago
SomberNight
44fbd8330b
update gitignore
6 years ago
SomberNight
ecbbfdd10c
rerun freeze packages
6 years ago
ThomasV
951fd8a47f
bump apk version number
6 years ago
SomberNight
1e3c3a528c
attempt at fixing wallet syncing crash
fix #3998
fix #4689
6 years ago
Janus
73e367dc3b
wallet: don't cache NaN coin price
if NaN coin price is cached, historial acquisition prices are not shown
correctly since the historial prices are requested after the full
history is initially shown. As such, "No data" will be shown, even
though the user required using historical pricing.
6 years ago
Calin Culianu
0da1e904fe
macOS: Add missing URI handler( #4557 )
Backport from Electron Cash -- fix missing bitcoin: URI types form macOS Info.plist
6 years ago
Filip Gospodinov
6c7bfe613f
contrib: remove git describe workaround ( #4683 )
`git describe` fails if no tag can be found, leading
to the whole build script to fail. This is not always
desired. To prevent `git describe` from failing in
this case the `--always` flag can be passed which
causes a short commit hash to be output when a tag
is not present.
6 years ago
SomberNight
e9f1888321
include plugins in win/mac binaries
6 years ago
SomberNight
1ec71cbaca
follow-up prev
fix #4078
6 years ago
SomberNight
7d84409628
fix #4078
6 years ago
SomberNight
bc35c82619
update submodules
6 years ago
ThomasV
28c49d2c48
update submodules
6 years ago
ThomasV
56e7ba41c4
prepare release 3.2.3 and release notes
6 years ago
SomberNight
1bb1fc37f4
network: don't ask for block -1 if server is on wrong chain
6 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.
6 years ago
SomberNight
6ee689345f
fix -v syntax
After the introduction of arguments for -v, it would sometimes incorrectly consume the CLI cmd as its argument.
This change keeps the old "-v" syntax working, at the cost of having to provide the arguments without a whitespace directly after -v (and the args need to be single letters).
6 years ago
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