SomberNight
|
87b05e1c9e
|
network: change broadcast_transaction api
raise exceptions instead of weird return values
closes #4433
|
2018-10-10 15:56:41 +02:00 |
|
SomberNight
|
952e9b87e1
|
network: clean-up. make external API clear. rm interface_lock (mostly).
|
2018-09-25 16:44:39 +02:00 |
|
SomberNight
|
855a70bc66
|
network: new trigger 'blockchain_updated'
follow-up af63913189
needed to update history tab when new blocks come,
to refresh the number of confirmations (icons/tooltips)
|
2018-09-19 21:56:09 +02:00 |
|
SomberNight
|
af63913189
|
network triggers: rm 'updated'; more fine-grained instead
rm 'interfaces'
add 'wallet_updated', add 'network_updated'
|
2018-09-18 16:49:48 +02:00 |
|
SomberNight
|
a9197236a2
|
change 'new_transaction' notification to include wallet
|
2018-09-16 02:48:13 +02:00 |
|
SomberNight
|
e829d6bbcf
|
wallet: put Sync and Verifier in their own TaskGroup, and that into interface.group
|
2018-09-11 20:24:01 +02:00 |
|
SomberNight
|
e2338581eb
|
broadcast_transaction: introduce async variant
|
2018-09-10 18:39:10 +02:00 |
|
SomberNight
|
fffec71fb3
|
kivy fx: make sure displayed fiat values get updated
|
2018-09-10 16:43:04 +02:00 |
|
SomberNight
|
3e3d387161
|
fix kivy: follow-up 3d424077fd
|
2018-09-10 15:18:11 +02:00 |
|
SomberNight
|
3d424077fd
|
introduce NetworkParameters namedtuple
|
2018-09-10 00:59:53 +02:00 |
|
Janus
|
be50394f11
|
aiorpcx: increase crash reporter timeout, avoid is_running in kivy
|
2018-09-06 17:18:26 +02:00 |
|
Janus
|
8f36c9167d
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
SomberNight
|
69a204d726
|
fix #4657
|
2018-09-05 18:30:53 +02:00 |
|
SomberNight
|
531cdeffa9
|
blockchain.py: rename 'checkpoint' to 'forkpoint'
|
2018-08-03 18:25:53 +02:00 |
|
SomberNight
|
2eb72d496f
|
transaction: introduce TxOutput namedtuple
|
2018-08-01 19:10:08 +02:00 |
|
SomberNight
|
861640949e
|
kivy: on tx broadcast, truncate error message
related #4593
|
2018-07-31 14:03:08 +02:00 |
|
SomberNight
|
579d48cf0c
|
follow-up a830747f83
on_history expects fewer arguments than what the fee_histogram callback gives
|
2018-07-24 18:25:22 +02:00 |
|
SomberNight
|
a830747f83
|
kivy: update history screen on fee histogram
related: #4573
|
2018-07-21 23:23:25 +02:00 |
|
SomberNight
|
4284f4feb3
|
fix #4575
|
2018-07-21 23:09:46 +02:00 |
|
SomberNight
|
f8e13c5c33
|
kivy: use correct i18n
|
2018-07-21 16:15:45 +02:00 |
|
Janus
|
097ac144d9
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|