SomberNight
|
0d0aa0f04a
|
build: appimage: dl xcb-util as debian src pkg instead of upstream git
The upstream git repo has been unreachable for at least days.
|
2024-09-10 15:45:07 +00:00 |
|
SomberNight
|
5ad8c97c1d
|
hww: ledger: update udev rules and model ids
see https://github.com/bitcoin-core/HWI/pull/746
maybe closes https://github.com/spesmilo/electrum/issues/9179
|
2024-09-02 13:50:35 +00:00 |
|
SomberNight
|
bd845080b8
|
build: update pinned trezorlib (partial rerun freeze_packages)
related https://github.com/spesmilo/electrum/pull/9141
|
2024-08-14 20:59:19 +00:00 |
|
SomberNight
|
c5ac0b341f
|
release.sh: print warning on unexpected arg value
I keep mixing up sombernight and sombernight_releasekey.
|
2024-05-30 12:54:00 +00:00 |
|
SomberNight
|
3bd8e4aa4e
|
update locale
|
2024-05-29 14:56:04 +00:00 |
|
SomberNight
|
2eee98b493
|
bump libsecp256k1 version (0.4.1->0.5.0)
|
2024-05-28 17:09:44 +00:00 |
|
Robert
|
410201af73
|
fix apparmor issue (#9047)
fix apparmor issue
Co-authored-by: ghost43 <somber.night@protonmail.com>
|
2024-05-16 15:47:47 +00:00 |
|
SomberNight
|
cf2ed509b4
|
dependencies: remove bitstring
- `bitstring` started depending on `bitarray` in version 4.1 [0]
- that would mean one additional dependency for us (from yet another maintainer), which is not even pure python
- we only use bitstring for bolt11-parsing
- hence this PR rewrites the bolt11-parsing and removes `bitstring` as dependency
- note: I benchmarked lndecode using [1], and the new code performs better,
taking around 80% time needed for old code (when using bitstring 3.1.9, pure python).
Though the variance is quite large in both cases.
[0]: https://github.com/scott-griffiths/bitstring/blob/95ee533ee4040b4480da1ead548eab2459e8e573/release_notes.txt#L108
[1]: https://github.com/spesmilo/electrum/commit/d7597d96d0c336838adb32e3e175d3ea6f9763e8
|
2024-04-24 14:14:31 +00:00 |
|
SomberNight
|
20d7543b53
|
win build: remove deprecated apt-key for winehq key
```
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
```
from https://github.com/Electron-Cash/Electron-Cash/commit/5b40744831f367d800f7832d89375991374af142
|
2024-04-19 14:52:29 +00:00 |
|
SomberNight
|
a4cb69d1b5
|
win build: update debian base (11->12), and wine
|
2024-04-19 14:52:25 +00:00 |
|
ghost43
|
a80bb851ac
|
Merge pull request #9003 from robertmin2/master
AppArmor Profiles for Electrum Tarball and AppImage
|
2024-04-19 14:29:56 +00:00 |
|
robertmin2
|
dd72b5976b
|
AppArmor Profiles for Electrum
AppArmor Profiles for Electrum
|
2024-04-19 17:25:09 +03:00 |
|
SomberNight
|
d46e724816
|
win/mac build: bump pyinstaller (5.13.2->6.6.0)
|
2024-04-19 13:07:39 +00:00 |
|
SomberNight
|
85af0b8030
|
win/mac build: bump pyinstaller (5.11.0->5.13.2)
- needed for bumping python version, as 3.11+ is borked without https://github.com/pyinstaller/pyinstaller/issues/7692
- plugin.py: adapt to pyinstaller 5.12+
loader was renamed in https://github.com/pyinstaller/pyinstaller/commit/b9111db8a869dd19dd7e8b3c952abea3238d02a6
|
2024-04-18 18:16:10 +00:00 |
|
SomberNight
|
41d6f08de9
|
win/mac build: bump python version (3.10.11->3.11.9)
|
2024-04-18 18:15:26 +00:00 |
|
SomberNight
|
9508f76b7f
|
appimage build: bump python version (3.10.13->3.11.9)
|
2024-04-18 17:18:44 +00:00 |
|
SomberNight
|
cfb53e4880
|
android build: bump python version (3.8.18->3.10.14)
cffi also had to be updated for this, and corresponding commit backported from upstream p4a
|
2024-04-18 17:17:49 +00:00 |
|
fuyangpengqi
|
91de8e70e5
|
chore: fix some typos in comments (#9014)
Signed-off-by: fuyangpengqi <995764973@qq.com>
|
2024-04-18 13:59:39 +00:00 |
|
Jamie C. Driver
|
17508086aa
|
jade: update Jade api to 1.0.29
Updates cbor dependency to cbor2, required for modern linux/python
versions.
|
2024-04-15 12:10:06 +01:00 |
|
ThomasV
|
8759928ec0
|
Merge pull request #9000 from SomberNight/202404_ecc_schnorr
ecc: add bindings for schnorr sign/verify, and refactor
|
2024-04-15 11:57:29 +02:00 |
|
ThomasV
|
f959b53222
|
add contrib/make_plugin
|
2024-04-13 11:35:49 +02:00 |
|
SomberNight
|
8677a91dce
|
android: update p4a ref
to have https://github.com/SomberNight/python-for-android/commit/04e80084ebbb9bcfdbb32e814d4a1f5826ffe4eb
> recipe: libsecp256k1: enable modules for schnorr sigs
|
2024-04-11 15:25:37 +00:00 |
|
SomberNight
|
44e27ac8b5
|
ecc: add bindings for schnorr sign/verify
and require "schnorrsig" and "extrakeys" modules of libsecp256k1
|
2024-04-11 13:09:57 +00:00 |
|
SomberNight
|
5f95d919df
|
requirements: bump pinned (and max) aiorpcx versions to 0.23.1
related https://github.com/spesmilo/electrum/issues/8954
|
2024-04-08 16:44:59 +00:00 |
|
ThomasV
|
de5ca461d4
|
contrib/osx:
- rename make_osx2.sh -> sign_osx.sh
- add command to unlock keychain
- chmod +x
|
2024-03-15 11:02:45 +01:00 |
|
SomberNight
|
409bd0199c
|
build: split make_osx.sh script into two: "build" and "sign" parts
|
2024-03-15 11:02:45 +01:00 |
|
SomberNight
|
8b26d310a3
|
android readme: update outdated "debug vs release build" section
|
2024-02-26 15:56:44 +00:00 |
|
SomberNight
|
2975d34c91
|
update locale
|
2024-02-22 11:26:06 +00:00 |
|
Sander van Grieken
|
b84a7508a3
|
android: p4a ref https://github.com/accumulator/python-for-android/commit/0c507ead85cc603d0e4a2f5e58e9247a1fae262d
PythonActivity.setSecureWindow: don't redraw after clearing FLAG_SECURE
|
2024-02-22 10:15:51 +01:00 |
|
SomberNight
|
564036e71d
|
build: partial rerun freeze_packages
|
2024-02-21 16:45:00 +00:00 |
|
SomberNight
|
2ca180ddee
|
bump libsecp256k1 version
|
2024-02-21 16:39:05 +00:00 |
|
SomberNight
|
d7b0260534
|
requirements: bump min aiohttp-socks to 0.8.4
This version has the bugfix for https://github.com/romis2012/aiohttp-socks/issues/27
see https://github.com/spesmilo/electrum/commit/80e330d36545ff00cdcc55606e3afa7d1846b583
|
2024-02-21 16:17:45 +00:00 |
|
SomberNight
|
27bb28e35b
|
tests: follow-up move of folder
follow-up https://github.com/spesmilo/electrum/pull/8897
|
2024-02-19 12:00:08 +00:00 |
|
SomberNight
|
ea4481a8dd
|
android readme: de-dupe "qml_gui" requirements
follow-up https://github.com/spesmilo/electrum/pull/8881
|
2024-02-15 14:53:51 +00:00 |
|
Sander van Grieken
|
6738e1e90f
|
p4a: python-for-android ref 4f1a1a3a41f6bf8d28984bfd1ec8af3c5d8eb362
> qt6: replace synchronizedList with explicit synchronize block, as we still see ConcurrentModificationExceptions
in the play store.
|
2024-02-07 12:08:10 +01:00 |
|
ThomasV
|
2390a76d1f
|
update locale
|
2024-01-18 17:01:31 +01:00 |
|
accumulator
|
3b841a8dcd
|
Merge pull request #8761 from accumulator/minsdk_23
qml: android.minapi and android.ndk_api to 23 (android 6.0+)
|
2024-01-18 01:00:15 +01:00 |
|
Sander van Grieken
|
de76eb94d0
|
android: allow override of FRESH_CLONE target directory
my /tmp is not large enough, this allows override of build location using
export FRESH_CLONE=/some/other/location
|
2024-01-13 01:19:43 +01:00 |
|
Sander van Grieken
|
a8dc27ef4c
|
android: buildozer ref 4403ecf445f10b5fbf7c74f4621bf2b922ad35b5
buildozer didn't pass android target_sdk_version from spec file
|
2024-01-13 01:15:52 +01:00 |
|
SomberNight
|
11764f9a79
|
android build: make apt less quiet, for more feedback about progress
|
2024-01-10 20:49:18 +00:00 |
|
SomberNight
|
5369be66da
|
appimage build: build zbar ourselves
to be able to package new version, which has security fixes
|
2024-01-10 20:48:27 +00:00 |
|
SomberNight
|
0a6283b1ef
|
build: bump zbar version in win/mac/android builds
- new version (0.23.93) fixes a security issue
https://github.com/mchehab/zbar/blob/bb05ec54eec57f8397cb13fb9161372a281a1219/ChangeLog#L5
|
2024-01-10 20:46:38 +00:00 |
|
Sander van Grieken
|
3935e378b3
|
android: p4a ref d976b539dc7c808d103a7edfe6dc1fd300582a89
> don't keep build dir around after succesful build
|
2023-12-29 16:16:07 +01:00 |
|
Sander van Grieken
|
c1ebc42724
|
android: p4a ref f534fe9bcd692c4df97e644d34c5bd8acede01eb
> qt6: don't copy entire build tree to dist, use select set of include patterns.
|
2023-12-29 13:58:46 +01:00 |
|
SomberNight
|
872ab29436
|
android build: bump some security-sensitive packages (py3, ssl)
|
2023-12-24 05:18:47 +00:00 |
|
SomberNight
|
615cb66692
|
appimage build: bump python version (3.10.11->3.10.13)
|
2023-12-24 05:15:39 +00:00 |
|
Sander van Grieken
|
4382578235
|
qml: android.minapi and android.ndk_api to 23 (android 6.0+)
|
2023-12-19 15:35:09 +01:00 |
|
SomberNight
|
be9dc06aaf
|
contrib/add_cosigner: print "usage: ..." if called incorrectly
|
2023-12-19 14:18:29 +00:00 |
|
SomberNight
|
e08302ac4a
|
release.sh: fix missing android apk names
follow-up e441d4b15e
These are used later in the script.
|
2023-12-18 18:17:26 +00:00 |
|
SomberNight
|
51bc23c92f
|
build scripts: (trivial) add quotes around some shell variables
|
2023-12-18 18:15:33 +00:00 |
|