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
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
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
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
faabb25ea5
add new tests for Taproot/FROST
1 month ago
zebra-lucky
dcfe04560b
add FrostWallet
1 month ago
zebra-lucky
6d05c1039c
add TaprootWallet
1 month ago
Kristaps Kaupe
8eb55be6e0
Handle None enter_seed_callback() response
2 years ago
Kristaps Kaupe
f3f4f0a4fb
Multiple (batch) payment support in `direct_send()`
2 years ago
Kristaps Kaupe
053e9d882c
Release notes and version for v0.9.11
...
Co-authored-by: Marnix <93143998+MarnixCroes@users.noreply.github.com>
2 years ago
Kristaps Kaupe
cde6b4ca9a
Fix no amount entered message (can be sats too, not only BTC)
2 years ago
Kristaps Kaupe
cb6077498c
Qt: Remove donation link from "About" dialog
2 years ago
Kristaps Kaupe
b65a5f35af
Update version to 0.9.11dev
2 years ago
Kristaps Kaupe
9f10af3adf
Release notes and version for v0.9.10
2 years ago
roshii
4e5d894007
Remove imports from future and past
2 years ago
roshii
dd0176e68d
Check wallet lock file before asking for password
...
Co-authored-by: Wukong <BitcoinWukong@proton.me>
2 years ago
Adam Gibson
55285e3847
update version 0.9.10dev
3 years ago
Adam Gibson
9574cfc42f
release notes and version for v0.9.9
3 years ago
Kristaps Kaupe
d6d40df606
Allow amounts below DUST_THRESHOLD (0.00027300 BTC) for non-cj direct sends
3 years ago
Adam Gibson
f1f3972aa1
update version to 0.9.9dev
3 years ago
Adam Gibson
a7e3eed318
add release notes and version for 0.9.8
3 years ago
Adam Gibson
ed6f745372
update version for 0.9.8dev
3 years ago
Adam Gibson
28df2fc0e4
add release notes and version for 0.9.7
3 years ago
Adam Gibson
524cbda886
update Qt for new tumbler algo
3 years ago
Wukong
d95e279d98
Display the account xpub in QT interface
4 years ago
Wukong
015cb4aa20
If there is unavailable fund, display 2 balances: total balance and unlocked balance.
...
For frozen balances, display a label "FROZEN" in the status notes.
For unconfirmed balances, display a label "PENDING" in the status notes.
Both FROZEN and LOCKED balances are considered unavailable balances, while PENDING balance is considered available balance.
Because it is possible to broadcast a transaction that spends unconfirmed balance, while a user has to manually unfreeze
the balance or wait until the timelock has expired before they can use FROZEN or LOCKED balances.
4 years ago
Wukong
e4f249ad4b
Show QR code for xpub
...
Show QR code for xpub so that mobile client can easily create a watch-only wallet by scanning the QR code
4 years ago
Adam Gibson
7254149353
update version for 0.9.7dev
4 years ago
Adam Gibson
4c9c8d1f3c
Add release notes and version for 0.9.6
4 years ago
Adam Gibson
5cc1695154
Disconnection logic fixes, add btcnet to handshake
...
Also, exports JMMakerClientProtocol for custom directory node scripts
(stored in the custom-scripts repo).
Modify default config with 2 signet and mainnet directory nodes to
start.
Handles unreachable directory nodes with a human readable error and
adjusts connection timeouts to be realistic.
Changes wording in Qt notifications from "IRC" to message channel.
Updates docs, new directory node information.
4 years ago
Kristaps Kaupe
7a88781648
Add support to build and autostart local Tor instance in jmvenv
4 years ago
Adam Gibson
a7d49b26bb
update to new dev version
4 years ago
Adam Gibson
321a792712
Add release notes and version for 0.9.5
4 years ago
Kristaps Kaupe
c5456e4a6a
Don't show nonwallet_custom_change_warning in Qt GUI for non-cj sends
4 years ago
Kristaps Kaupe
f741fdd11a
Use get_txtype() / get_outtype() for address type detection
4 years ago
Adam Gibson
cf37639049
Make Qt shutdown gracefully on reactor stop.
...
Fixes #1024 .
Prior to this commit, if the RPC connection were lost
while JoinmarketQt was running, the reactor would be
stopped, but the qt5reactor shutdown does not stop
the Qt Application. This commit fixes that by injecting
a custom reactor stop function wrapper into jmbase,
which triggers the close event of the Qt main window.
4 years ago
Wukong
d110101fad
Rename `WalletViewEntry.used` to `WalletViewEntry.status`
4 years ago