zebra-lucky
196ad1fbba
Qt: fix send_payjoin call
1 month ago
zebra-lucky
5586b24198
Qt: fix QtAsyncio.run args, handle SystemExit
1 month ago
zebra-lucky
d6953f2ca4
Qt: fix dialogs/wizards parent/modality
1 month ago
zebra-lucky
54109ba1d8
Qt: fix JMQtMessageBox call
1 month ago
zebra-lucky
1a3149e312
Qt: move more code to main fn
1 month ago
zebra-lucky
febd1bdb8d
Qt: fix tx history file placement/behavior
1 month ago
zebra-lucky
ee05fcbc73
fix test_websocket.py sporadic fails
1 month ago
zebra-lucky
4f9cb3cebf
Qt: do not strip on password check
1 month ago
zebra-lucky
c6ffb5d052
Qt: bugfixes
1 month ago
zebra-lucky
0691795322
Qt: replace QInputDialog with JMInputDialog
1 month ago
zebra-lucky
3bc8a4acb3
Qt: add JMInputDialog with open/async support
1 month ago
zebra-lucky
971f6c87d7
Qt: add JMFileDialog with async/open usage
1 month ago
zebra-lucky
4ff252f9d6
Qt: use QMenu.popus instead exec
1 month ago
zebra-lucky
b784ceaee9
Qt: fix TumbleRestartWizard to use open/asyncio
1 month ago
zebra-lucky
8c4796171d
Qt: fix generateTumbleSchedule to use open/asyncio
1 month ago
zebra-lucky
4e3602beca
Qt: fix seedEntry to use open/asyncio instead exec
1 month ago
zebra-lucky
afc4c9dbc9
Qt: slight improve export keys usability
1 month ago
zebra-lucky
6f6d51e058
Qt: add JMExportPrivkeysDialog, use open/async code
1 month ago
zebra-lucky
52fca36150
Qt: don't use exec in showAboutDialog, openWallet
1 month ago
zebra-lucky
3d6e1befe6
Qt: add async JMPasswordDialog
1 month ago
zebra-lucky
607c3b0e6d
wallet_utils: fix empty pwd for mainnet, fix FB usage
1 month ago
zebra-lucky
9612a2e8df
Qt: couple of general PySide6 fixes
1 month ago
zebra-lucky
4799fffd41
Qt: remove direct usage of QMessageBox part1
1 month ago
zebra-lucky
3f8a9755ed
Qt: fix async JMQtMessageBox usage part4
1 month ago
zebra-lucky
f2f65fa085
wallet_utils:fix async callbacks call
1 month ago
zebra-lucky
d5dbb2bae9
Qt: fix async JMQtMessageBox usage part3
1 month ago
zebra-lucky
62d94a9479
Qt: fix async JMQtMessageBox usage part2
1 month ago
zebra-lucky
e90451ad71
followup 4eb63be0, fix async callbacks call
1 month ago
zebra-lucky
42b317d02e
fix async callbacks call in jmclient code
1 month ago
zebra-lucky
d318d3402b
Qt: fix async JMQtMessageBox usage part1
1 month ago
zebra-lucky
847c9216d2
Qt: make JMQtMessageBox async, fix closeEvent usage
1 month ago
zebra-lucky
440a85a534
fix sequential tests run
1 month ago
zebra-lucky
092ff46219
fix test/unified/test_e2e_coinjoin.py
1 month ago
zebra-lucky
80a256539f
fix usage of asyncio TestCase
1 month ago
zebra-lucky
1b9eb8b1b9
fix asyncio.iscoroutine usage
1 month ago
zebra-lucky
ee8cbceda7
fix test_taproot_wallet.py test_watchonly_wallet
1 month ago
zebra-lucky
9dc1fcc6f8
add TaprootFidelityBondWatchonlyWallet
1 month ago
zebra-lucky
553894e304
fix dkg_recover, add test_dkg_recover
1 month ago
zebra-lucky
d5213ec45a
fix test/unified/test_segwit.py
1 month ago
zebra-lucky
d512c58543
fix test/unified/test_bumpfee.py
1 month ago
zebra-lucky
6f82bb1afb
test_frost_ref.py: fix vectors path, iterations fixture
1 month ago
zebra-lucky
42cd66a43d
update bip-frost-signing to commit f5ea4a5b
1 month ago
zebra-lucky
37034ce57f
frost_clients.py: fix Scalar.from_bytes usage
1 month ago
zebra-lucky
0dce982dea
update bip-frost-dkg to commit 0f9e4b95
1 month ago
zebra-lucky
faabb25ea5
add new tests for Taproot/FROST
1 month ago
zebra-lucky
456fbfaef3
fix existing tests
1 month ago
zebra-lucky
dcfe04560b
add FrostWallet
1 month ago
zebra-lucky
6d05c1039c
add TaprootWallet
1 month ago
merge-script
21cbc3179a
Merge JoinMarket-Org/joinmarket-clientserver#1814 : chore(deps): bump upper python requirement to 3.13
...
ea9557ba69 chore(deps): bump python upper version (roshii)
Pull request description:
ACKs for top commit:
kristapsk:
ACK ea9557ba69 . Checked locally that tests passes and there are no other changes that could break things.
Tree-SHA512: ff929404e8baadf0c9c19210cbfb9095cc6dde8e795bfbb0b26bf3a4a8f033dd4156feedcc848dc50481b4e4372e152ac0faad1e3e1c42ad82458d253d4b859a
1 month ago
merge-script
021e2e5437
Merge JoinMarket-Org/joinmarket-clientserver#1818 : install.sh: use debian dist libffi
...
8675a2979c install.sh: use debian dist libffi (3np)
Pull request description:
We can use `libffi-dev` and `libffi8` debian packages instead of downloading and building from source. Significantly reduces build time.
- bookworm/oldstable: `3.4.4` (https://packages.debian.org/bookworm/libffi-dev )
- trixie/stable: `3.4.8` (https://packages.debian.org/trixie/libffi-dev )
fall back to installing libffi from source like before on non-debian targets
ACKs for top commit:
AdamISZ:
tACK 8675a2979c
kristapsk:
ACK 8675a2979c
Tree-SHA512: a88faff6452b4e75de6db095dff950667d5494045742a014150bd19187f34bc3f3c134ecb8bc6f3d1b03ff6fec091ecb270de0160efd9c892dfdbeed2a7a2210
1 month ago