ThomasV
0fcf423fbe
Revert "lnworker: schedule_force_closing is not async"
...
This reverts commit fcf836bc94 .
3 years ago
ThomasV
fcf836bc94
lnworker: schedule_force_closing is not async
3 years ago
ThomasV
f787d6eede
qt piechart: show a full circle if there is only one item in the list
3 years ago
Sander van Grieken
0d536b83ba
qml: ignore update() when wallet not set yet. closes #8330
3 years ago
Sander van Grieken
7383cdc474
qml: don't crash when tx not found on histogram event. closes #8332
3 years ago
SomberNight
75a9a4fce9
qml TxDetails: txid must be updated after rawtx is changed
...
refresh bug when using bump_fee/dscancel/etc
3 years ago
SomberNight
2ec4758a12
qml: follow-up fix for offline-signing pre-segwit tx
...
follow-up 3cec6cdcfb
3 years ago
SomberNight
2be71c2dcc
windows README: update reference to libsecp256k1-0.dll to incl newer
...
related: https://github.com/spesmilo/electrum/pull/8185
3 years ago
SomberNight
ca3f48d22e
qml: remove buggy "Replace-by-Fee" checkbox from RbfCancelDialog
...
follow-up 02dce339cc
3 years ago
Sander van Grieken
e9d5e5737e
qml: update UI after import key/address, add icon to address/key import dialog
3 years ago
Sander van Grieken
c3a418d4da
qml: address list heading translatable
3 years ago
SomberNight
cede16a522
libsecp256k1: update hardcoded .so lib name in binaries
...
follow-up 2a2b683d23
TODO: maybe we should drop the version number in the lib name we bundle...
3 years ago
Sander van Grieken
2f8ab8027b
qml: split off AddressDelegate and handle imported addresses more gracefully
3 years ago
SomberNight
ae8501e5be
qml: small fix in qetxfinalizer.py
...
follow-up 3cec6cdcfb
3 years ago
Sander van Grieken
bd897b0955
qml: translate <no label>
3 years ago
SomberNight
2a2b683d23
bump libsecp256k1 version
3 years ago
SomberNight
784fc27cb9
libsecp256k1: add runtime support for 0.3.x
...
this replaces https://github.com/spesmilo/electrum/pull/8320
see f6bef03c0a/CHANGELOG.md
I am not yet sure how this will look like going forward, but unless there will
be lots of libsecp256k1 releases with ~invisible harmless ABI changes, I think
conceptually this is the right approach.
3 years ago
Sander van Grieken
3cec6cdcfb
qml: second part of partially signing tx while not having txid yet
3 years ago
Sander van Grieken
03d9000e79
qml: fix a few texts that should wrap
3 years ago
Sander van Grieken
b9ec04f13a
qml: make txdetails less reliant on txid
3 years ago
SomberNight
75e65c5cc7
qml: virtual keyboard: make margins smaller, for larger buttons
...
Looking at different system-wide keyboards on different phones, these
new smaller margin sizes should still be sufficient; and this lets
the buttons be larger.
3 years ago
Sander van Grieken
1aa14e749a
qml: first part of partially signing tx while not having txid yet
3 years ago
SomberNight
1b5c7d46d7
lnurl: forbid paying to "http://" lnurls (enforce https or .onion)
...
In theory merchants should only use safeish non-mitm-able schemes, but
let's add this sanity check for peace of mind.
3 years ago
SomberNight
8f576e50a4
lnurl: add some error-handling/response-validation
3 years ago
SomberNight
be159b5b95
bugfix: assert walrus (":=") combo side-eff. breaks w/ asserts disabled
...
```
$ python3 -O
Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> assert (x := 2)
>>> x
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'x' is not defined
```
pity. it looked to be a neat and concise pattern.
3 years ago
SomberNight
22205dccb1
qt ChannelsList: disable toolbar menu if `not wallet.has_lightning()`
...
closes https://github.com/spesmilo/electrum/issues/8321
3 years ago
SomberNight
fa04ff005b
contrib: fix build_locale.sh to work with relative paths
...
I think all scripts that call this file already used abs paths,
but manual callers tend to use relative paths.
3 years ago
SomberNight
b0b4f39b40
i18n: add "context" param to _(), and use it from qml
...
fixes https://github.com/spesmilo/electrum/issues/8323
from issue:
> Currently, translatable strings from QML are assigned a `context`
> by `lupdate`, which is then also used by the conversion to `gettext`.
> This `context` must be used when translating such a string. This results in
> strings that are unique to QML to not be translated, due to a missing
> `context` parameter which we do not take into account in electrum.
3 years ago
Sander van Grieken
1a4e48e2d4
qml: fix MessageDialog layout
3 years ago
Sander van Grieken
54ab3673ba
qml: TxDetails don't show or allow edit of label for unrelated tx
3 years ago
Sander van Grieken
3b7fa89e44
wizard: p2sh multisig is 'standard' in backend wallet
3 years ago
Sander van Grieken
323aa84279
qml: only allow wallet menu if on wallet specific page
3 years ago
Sander van Grieken
1649f9993e
qml: limit wallet name label widths so they get wrapped/elided. fixes #8317
3 years ago
Emanuel Haupt
fd6e34bf5f
fix: Fix libsecp256k1 loader on FreeBSD
...
FreeBSD installs libsecp256k1 as:
```
/usr/local/lib/libsecp256k1.so.2.0.1
/usr/local/lib/libsecp256k1.so -> libsecp256k1.so.2.0.1
/usr/local/lib/libsecp256k1.so.2 -> libsecp256k1.so.2.0.1
```
3 years ago
SomberNight
a2063f8f48
qt tx dialog: rm dead code
3 years ago
SomberNight
42ec0e4e9d
slip39: fix incorrect type hint
3 years ago
SomberNight
cbb4c3ceb2
slip39: rewrite some strings for better localisation
...
related: https://github.com/spesmilo/electrum/issues/8314
3 years ago
SomberNight
dd93ebda4d
wallet: _bump_fee_through_decreasing_payment: handle too high fee_rate
...
fixes https://github.com/spesmilo/electrum/issues/8316
3 years ago
Sander van Grieken
7b475f58db
qml: show unrelated tx also in top InfoTextArea
3 years ago
SomberNight
89b75f95d0
wallet.set_broadcasting: fix incorrect type-hint and rename arg
3 years ago
SomberNight
e24f837fbf
qt send tab: rm incorrect bare raise
...
follow-up bc3946d2f4
not sure what the raise was trying to do;
note that relevant exception handling is done at:
bba8a272e7/electrum/gui/qt/main_window.py (L1213-L1217)
although note the TODO in main_window.on_error: would be nice to propagate some of the exceptions to the crash reporter
closes https://github.com/spesmilo/electrum/issues/8312
3 years ago
SomberNight
bba8a272e7
qt send tab: rm unused variable and add explanation
3 years ago
SomberNight
e617dd07a0
qt send tab: fix payto_contacts
...
closes https://github.com/spesmilo/electrum/issues/8313
3 years ago
ghost43
75578d2baa
Merge pull request #8310 from SomberNight/202304_build_debian_apt_rm_contrib
...
build: rm "contrib" from debian apt sources lists
3 years ago
l-pt
f15abd7cbd
remove PATH manipulation from .desktop file ( #8309 )
...
* remove PATH manipulation from .desktop file
* Add note for user-local intallations
3 years ago
SomberNight
16fcfe34a7
build: rm "contrib" from debian apt sources lists
3 years ago
ThomasV
36db6673a5
update release notes for version 4.4.0
3 years ago
Victor Forgeoux
ee61f99c22
Add support for Ledger Stax ( #8308 )
...
* Add support for Ledger Stax
3 years ago
ThomasV
be2f156a4b
qml swaphelper: show errors in userinfo
3 years ago
SomberNight
ca40b37ec5
qml: show "tx fee rate" in TxDetails, like in other guis
3 years ago