Alejandro García
2bbdf33a0a
Merge pull request #7398 from alvasw/updater_Implement_pkexec_executor
...
updater: Implement pkexec executor
2025-02-25 12:54:30 +00:00
Alejandro García
79017de8d5
Merge pull request #7397 from alvasw/fix_trade_protocol_filter_version_enforcement
...
Fix trade protocol filter version enforcement
2025-02-25 12:54:08 +00:00
Alejandro García
bc67ab3bde
Merge pull request #7395 from alvasw/Use_takers_burning_man_selection_height
...
Use taker's burning man selection height
2025-02-25 12:53:46 +00:00
Alejandro García
b14739dedd
Merge pull request #7394 from thecockatiel/add_comment
...
chore: add comment to DaoState#addBlock
2025-02-25 12:53:01 +00:00
Alejandro García
5c62df3c10
Merge pull request #7393 from alvasw/Handle_burning_man_selection_height_edge-cases
...
Handle burning man selection height edge cases
2025-02-25 12:52:41 +00:00
Alejandro García
e74d85ee67
Merge pull request #7390 from thecockatiel/remove_unnecessary_coin_wrap
...
fix: remove unnecessary coin usage
2025-02-25 12:52:09 +00:00
Alejandro García
6dafd91978
Merge pull request #7388 from thecockatiel/fix_remove_asset
...
chore: print RemoveAssetProposal instead of generic
2025-02-25 12:51:26 +00:00
thecockatiel
85d401aa47
chore: apply requested change
2025-02-19 07:15:43 +03:30
Alva Swanson
599f49dcec
updater: Implement pkexec executor
2025-02-18 21:46:32 +00:00
Alva Swanson
4318c1ec14
Create updater module
2025-02-18 21:46:31 +00:00
Alva Swanson
3bb96756ca
Add Slf4j constraint to platform
2025-02-18 21:46:31 +00:00
Alva Swanson
96b4b915f1
ApplyFilter task: Remove version enforcement
...
The EnforceFilterVersion task always runs before the ApplyFilter and
ensures both traders run the minimum required version.
2025-02-18 21:43:35 +00:00
Alva Swanson
1a083ab246
Run EnforceFilterVersion in protocol
...
We run the EnforceFilterVersion (TradeTask) when a taker "takes" an
offer and when a maker receives a "take offer" request.
2025-02-18 21:43:34 +00:00
Alva Swanson
54a9fed020
Implement EnforceFilterVersion TradeTask
...
The EnforceFilterVersion (TradeTask) enforces that both traders run the
required minimum version.
2025-02-18 21:43:29 +00:00
Alva Swanson
df78cb7381
Use taker's burning man selection height
...
When a taker takes a trade he sends his burning man selection height to
the maker. After validating the taker's burning man selection height, he
has to use the taker's burning man selection height to verify the
taker's delayed payout transaction because the maker's and taker's
burning man selection height could be different. The current
implementation uses the maker's burning man selection height. This can
cause failed trades.
Relates to #7393 .
2025-02-14 22:15:27 +00:00
thecockatiel
7303f7e03f
chore: add comment to DaoState#addBlock
2025-02-14 16:08:11 +03:30
Alva Swanson
96355d7a3c
Handle burning man selection height edge-cases
...
If trader A's block height is 134 his burning man selection height is
120, and if trader B's block height is 135 his burning man selection
height is 130.
The current burning man selection height verification code doesn't
handle these edge-cases.
2025-02-13 22:56:00 +00:00
Alva Swanson
353ff6d06f
DelayedPayoutTxReceiverService: Make bm snapshot grid size a constant
2025-02-13 22:55:55 +00:00
thecockatiel
bb6512a6b4
fix: remove unnecessary coin usage
2025-02-12 08:00:25 +03:30
thecockatiel
2972f86101
chore: print RemoveAssetProposal instead of generic
2025-02-11 20:36:11 +03:30
Alejandro García
631d0f9222
Merge pull request #7386 from thecockatiel/fix_misc
...
fix: some issues in EditOfferOptionParser
2025-02-10 00:45:22 +00:00
Alejandro García
40f2a54185
Merge pull request #7249 from rodvar/bugfix/packaging_not_including_some_jars
...
Bugfix/packaging not including some jars
2025-02-10 00:44:55 +00:00
thecockatiel
aed6a668a5
fix: testEditOfferMktPriceMarginWithoutOptValueShouldThrowException
2025-02-07 07:59:10 +03:30
thecockatiel
49fca9315d
chore: remove unnecessary extra check of triggerPriceOpt
2025-02-07 07:55:36 +03:30
thecockatiel
fba386999c
fix: some issues in EditOfferOptionParser
2025-02-07 07:45:19 +03:30
Alejandro García
121f729e1a
Merge pull request #7382 from alvasw/BackupView_Show_error_message_if_log_files_zipping_fails
...
BackupView: Show error message if log files zipping fail
2025-02-06 22:10:14 +00:00
Alejandro García
4b66508516
Merge pull request #7381 from alvasw/use_deflate_compressed_log_zipper_in_backup_view
...
Use deflate compressed log zipper in backup view
2025-02-06 22:09:26 +00:00
Alejandro García
a310492461
Merge pull request #7380 from alvasw/implement_deflate_compressed_log_zipper
...
Implement deflate compressed log zipper
2025-02-06 21:53:38 +00:00
Alejandro García
16a0f45d11
Merge pull request #7384 from alvasw/file_keywork_scanner_close_file_descriptors
...
FileUtils: Close files after scanning for keywords
2025-02-06 21:46:37 +00:00
Alejandro García
a48588702a
Merge pull request #7374 from thecockatiel/fix_payment_account_form
...
fix: payment account form issues
2025-02-06 21:46:09 +00:00
Alejandro García
a019f5086a
Merge pull request #7385 from bisq-network/release/v1.9.19
...
Release/v1.9.19
2025-02-06 21:45:25 +00:00
Alejandro García
9769e6fa44
Revert to SNAPSHOT version
2025-02-06 21:39:48 +00:00
Alva Swanson
e9e49f4b99
FileUtils: Close files after scanning for keywords
2025-02-06 14:26:50 +00:00
Alejandro García
54b094fae5
Merge pull request #7379 from alvasw/AltCoinAccountsDataModel_Handle_XMR_detection_NullPointerException
...
AltCoinAccountsDataModel: Handle XMR detection NullPointerException
2025-02-05 23:49:15 +00:00
Alejandro García
b8fcb90e8c
Merge pull request #7378 from alvasw/Improve_XMR_subaddress_popup_behaviour
...
Improve XMR subaddress popup behaviour
2025-02-05 23:48:38 +00:00
Alejandro García
3067c271ea
Merge pull request #7377 from alvasw/XMR_Fix_broken_subaddress_docs_link
...
XMR: Fix broken subaddress docs link
2025-02-05 23:48:05 +00:00
Alejandro García
fc1d21a367
Merge pull request #7376 from bisq-network/dependabot/github_actions/actions/setup-java-4.7.0
...
Bump actions/setup-java from 4.6.0 to 4.7.0
2025-02-05 23:47:39 +00:00
Alejandro García
8df6b13771
Merge pull request #7375 from thecockatiel/cleanup_bsq_trade_info
...
fix: remove duplicate set in BsqSwapTradeInfo
2025-02-05 23:47:16 +00:00
Alva Swanson
997f5d53a2
BackupView: Show error message if log files zipping fails
2025-02-05 20:03:29 +00:00
Alva Swanson
192c5f69c1
BackupView: Use new LogFileZipper
2025-02-05 20:00:58 +00:00
Alva Swanson
256ab05bcd
LogFilesZipper: Compress using DEFLATE
2025-02-05 19:59:07 +00:00
Alva Swanson
13fdd196ca
Implement LogFilesZipper
2025-02-05 19:59:07 +00:00
Alva Swanson
5ca57be231
LogFilesFinder: Find log files containing trade id
2025-02-05 19:59:06 +00:00
Alva Swanson
d43ecfbe53
Implement log files finder
2025-02-05 19:59:04 +00:00
Alva Swanson
93985137a0
AltCoinAccountsDataModel: Handle XMR detection NullPointerException
...
The PaymentAccount.getSingleTradeCurrency(...) method can return null
in certain cases.
2025-02-05 19:55:12 +00:00
Alva Swanson
861f655ae7
Refactor duplicate XMR subaddress popup code
2025-02-05 19:53:09 +00:00
Alva Swanson
5e04336c4d
Show XMR subaddress popup during account creation
...
Additionally show the XMR subaddress popup during account creation, so
that user can look up how subaddresses work and set it up.
2025-02-05 19:53:09 +00:00
Alva Swanson
958661f25b
Show XMR subaddress popup if user has non-subaddress account
...
Before PR #7123 , we showed the XMR subaddress popup whenever the user
naviated to the account tab. After PR #7123 , we show the XMR subaddress
popup if the user has an XMR account. However, it's better show the
popup if the user has a non-subaddress XMR account.
2025-02-05 19:53:09 +00:00
Alva Swanson
7a04d6360c
XMR: Fix broken subaddress docs link
2025-02-05 19:51:05 +00:00
Alejandro García
77d2179183
Revert "AccountAgeWitnessService: Invert toleration condition"
...
This reverts commit 656b3c5596
.
2025-02-03 21:49:37 +00:00