SomberNight
|
999ae1f713
|
test_mnemonic: add foreign lang tests
|
6 years ago |
SomberNight
|
6b2509b106
|
interface.run: catch OSError instead of subtypes
|
6 years ago |
SomberNight
|
b2547601a5
|
rm dead code
|
6 years ago |
SomberNight
|
97ea4679a7
|
network: fix monkey-patching in set_proxy
|
6 years ago |
SomberNight
|
3d424077fd
|
introduce NetworkParameters namedtuple
|
6 years ago |
SomberNight
|
ecf4ea9ba7
|
move (de)serialize_server to interface; and use it
|
6 years ago |
SomberNight
|
b381a7fdbf
|
follow-up prev
|
6 years ago |
SomberNight
|
48a5b8527a
|
split up interface.run
|
6 years ago |
SomberNight
|
096b3e6026
|
network.maintain_sessions: rm redundant 'update' notifications
|
6 years ago |
SomberNight
|
e3fb991b1b
|
clean-up network start/stop a bit
|
6 years ago |
SomberNight
|
cdca74aa39
|
move max_checkpoint from network to constants
|
6 years ago |
SomberNight
|
2f224819ac
|
interface: small clean-up
|
6 years ago |
SomberNight
|
57cac47944
|
fix synchronizer: ask for missing txns on start
Previously it could happen that a wallet was fully synced,
except it had missing transactions, and it would not recover from this state.
|
6 years ago |
SomberNight
|
86733279f6
|
docker-wine: update package versions
the previous version is no longer available. hopefully these versions are "lts"
ref: 6899ca2527
|
6 years ago |
SomberNight
|
c5bedbd3ef
|
wallet: only do fiat history computations if specifically enabled
|
6 years ago |
SomberNight
|
77d86f074f
|
verifier: don't try to request same chunk multiple times
|
6 years ago |
SomberNight
|
b33b2c0945
|
synchronizer: more batching
|
6 years ago |
SomberNight
|
c49e563881
|
verifier: if we fail to verify SPV proof, disconnect from server
|
6 years ago |
SomberNight
|
4a88ca1a3a
|
fix --offline option for fx and trustedcoin
|
6 years ago |
SomberNight
|
86bc59cd60
|
update mainnet block header checkpoints
|
6 years ago |
Dzhelil Rufat
|
c9ffffc526
|
Remove unneccessary imports from the unit testing directory. (#4699)
|
6 years ago |
SomberNight
|
57e66324cb
|
batch fee estimates
|
6 years ago |
SomberNight
|
ddee03d324
|
interface.run: catch more exceptions
|
6 years ago |
SomberNight
|
136df7e5ee
|
wallet: recreate Synchronizer and Verifier when switching servers
not that nice but solves races
|
6 years ago |
SomberNight
|
32528d6aa6
|
rm dupe code
|
6 years ago |
SomberNight
|
64a03c245c
|
small timeout change
(re KeyError: can happen after proxy settings change)
|
6 years ago |
SomberNight
|
7500b1fbee
|
detect lost connection
supersedes #4697
|
6 years ago |
SomberNight
|
56c3c76d8b
|
follow-up 26172686b8
|
6 years ago |
SomberNight
|
fd40dee337
|
make sure to retry nodes for network
|
6 years ago |
SomberNight
|
26172686b8
|
restructure synchronizer/verifier <--> interface coupling
|
6 years ago |
SomberNight
|
1fa07c920c
|
network: restore previous API for broadcast_transaction
|
6 years ago |
Janus
|
52b877ac3d
|
network: add singleton accessor classmethod, port trustedcoin to aiohttp
|
6 years ago |
ThomasV
|
8f4b57f718
|
run freeze_packages
|
6 years ago |
Janus
|
617103bb2a
|
labels: fix saving single label
|
6 years ago |
SomberNight
|
dc51e82f54
|
fx: don't dump trace if getting rates fails
|
6 years ago |
Johann Bauer
|
e5cd2ed52f
|
Goldcard: Change spelling mistake
|
6 years ago |
ThomasV
|
96fb75ffc6
|
Merge pull request #4685 from toxeus/locale
build-wine: avoid untracked changes in submodule
|
6 years ago |
SomberNight
|
8467f95a28
|
rm @profiler from Transaction.estimated_size
in certain situations, estimated_size is called hundreds of times, flooding the log
|
6 years ago |
ThomasV
|
8fe066707a
|
rm import
|
6 years ago |
SomberNight
|
77aefdfe71
|
gitignore: add kivy atlas
|
6 years ago |
Janus
|
573760daf0
|
remove generated kivy theming
|
6 years ago |
ThomasV
|
73bf7a92a2
|
Merge pull request #4690 from spesmilo/aiorpcx-fx
asyncio: port exchange_rate and labels to aiohttp
|
6 years ago |
Janus
|
be50394f11
|
aiorpcx: increase crash reporter timeout, avoid is_running in kivy
|
6 years ago |
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 |
SomberNight
|
0142e0fa22
|
fix 'daemon load_wallet' over RPC for python > 3.5.3
related: #3764
|
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 |