zebra-lucky
c6ffb5d052
Qt: bugfixes
2 months ago
zebra-lucky
0691795322
Qt: replace QInputDialog with JMInputDialog
2 months ago
zebra-lucky
3bc8a4acb3
Qt: add JMInputDialog with open/async support
2 months ago
zebra-lucky
971f6c87d7
Qt: add JMFileDialog with async/open usage
2 months ago
zebra-lucky
4ff252f9d6
Qt: use QMenu.popus instead exec
2 months ago
zebra-lucky
b784ceaee9
Qt: fix TumbleRestartWizard to use open/asyncio
2 months ago
zebra-lucky
8c4796171d
Qt: fix generateTumbleSchedule to use open/asyncio
2 months ago
zebra-lucky
4e3602beca
Qt: fix seedEntry to use open/asyncio instead exec
2 months ago
zebra-lucky
afc4c9dbc9
Qt: slight improve export keys usability
2 months ago
zebra-lucky
6f6d51e058
Qt: add JMExportPrivkeysDialog, use open/async code
2 months ago
zebra-lucky
52fca36150
Qt: don't use exec in showAboutDialog, openWallet
2 months ago
zebra-lucky
3d6e1befe6
Qt: add async JMPasswordDialog
2 months ago
zebra-lucky
9612a2e8df
Qt: couple of general PySide6 fixes
2 months ago
zebra-lucky
4799fffd41
Qt: remove direct usage of QMessageBox part1
2 months ago
zebra-lucky
3f8a9755ed
Qt: fix async JMQtMessageBox usage part4
2 months ago
zebra-lucky
d5dbb2bae9
Qt: fix async JMQtMessageBox usage part3
2 months ago
zebra-lucky
62d94a9479
Qt: fix async JMQtMessageBox usage part2
2 months ago
zebra-lucky
e90451ad71
followup 4eb63be0, fix async callbacks call
2 months ago
zebra-lucky
d318d3402b
Qt: fix async JMQtMessageBox usage part1
2 months ago
zebra-lucky
847c9216d2
Qt: make JMQtMessageBox async, fix closeEvent usage
2 months ago
zebra-lucky
faabb25ea5
add new tests for Taproot/FROST
2 months ago
zebra-lucky
dcfe04560b
add FrostWallet
2 months ago
zebra-lucky
6d05c1039c
add TaprootWallet
2 months ago
Kristaps Kaupe
395050cfa4
Use coins_to_satoshi() and satoshi_to_coins() from bitcointx everywhere
8 months ago
Kristaps Kaupe
8eb55be6e0
Handle None enter_seed_callback() response
2 years ago
Kristaps Kaupe
8798b8bc6e
Redirect back to / after /refreshorderbook and /rotateOb
2 years ago
Kristaps Kaupe
6e5cdc81ae
Refactor: move bitcoin unit conversion functions from ob-watcher to jmbitcoin
2 years ago
Kristaps Kaupe
f3f4f0a4fb
Multiple (batch) payment support in `direct_send()`
2 years ago
Kristaps Kaupe
904b780b80
Unify cli user input code where limited range of answers are allowed
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
d89dcdeaf8
Remove convert_old_wallet.py script
...
Old wallet format isn't used for years and script is broken since
removal of pyaes dependency. If somebody still needs it, he can use
older JoinMarket version to do conversion.
2 years ago
Kristaps Kaupe
cb6077498c
Qt: Remove donation link from "About" dialog
2 years ago
Kristaps Kaupe
3d568376a9
Remove unnecessary check for Python 3.7+
2 years ago
Kristaps Kaupe
196a097667
Allow absurd fee override when setting tx fee manually
2 years ago
Kristaps Kaupe
c990a4da6b
Allow fee bump tx not signalling BIP125 if mempoolfullrbf is enabled
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
Kristaps Kaupe
34c0c451d5
Add -l/--label-change option to sendpayment.py to automatically label change address
3 years ago
Kristaps Kaupe
907f1b0603
Signal BIP125 opt-in RBF for non-cj sends by default
3 years ago
Tim Akinbo
eeb362be6c
added bumpfee.py script for bumping fees for rbf transactions
...
refactoring to improve readability and testing
added support for taking the fee from multiple owned outputs as needed
added unit tests
removed same mixdepth restriction for inputs
added option for specifying which output to deduct fees from
added additional test cases
refactoring: moved tx_vsize to jmbitcoin package
added a sanity check to ensure that the transaction id supplied belongs to our wallet
fixed a linting error
3 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
4f0eebc68d
Apply all current shellcheck suggestions to rest of the scripts
3 years ago
Carl Dong
11ddec7841
docs: Remove now-confusing mentions of virtualenv
3 years ago
Kristaps Kaupe
d6d40df606
Allow amounts below DUST_THRESHOLD (0.00027300 BTC) for non-cj direct sends
3 years ago
Kristaps Kaupe
9d9035b43f
Fix sendpayment without amount argument, BIP21 only
...
Fixes bug introduced with 83c6bc053a
3 years ago
Kristaps Kaupe
46013d2ef4
chmod +x scripts/jmwalletd.py
3 years ago