Commit graph

18606 commits

Author SHA1 Message Date
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
Alejandro García
9f3e216fe1
Merge pull request #7357 from HenrikJannsen/prepare-activation-to-reduce-min-security-deposit
Prepare activation to reduce min security deposit
2025-01-15 21:13:08 +00:00
Alejandro García
0b56ce5914
Merge pull request #7355 from alvasw/RestApi_Fix_parseBlockCompleteAfterBatchProcessing_data_race
RestApi: Fix parseBlockCompleteAfterBatchProcessing data race
2025-01-15 21:12:45 +00:00
Alejandro García
3d86bbfd75
Merge pull request #7354 from alvasw/fix_daosnapshotservice_threading_issues
Fix DaoSnapshotService threading issues
2025-01-15 21:12:25 +00:00
Alejandro García
fe6a9a19f8
Merge pull request #7353 from alvasw/refactor_baseCurrencyNetwork_field_to_getter_access
Refactor baseCurrencyNetwork field to getter access
2025-01-15 21:12:06 +00:00
Alejandro García
c079407cf6
Merge pull request #7351 from thecockatiel/fix_short_id_and_pre_condition
fix: Utilities.getShortId and FluentProtocol.preCondition usage
2025-01-15 20:25:52 +00:00
Alejandro García
c8e05fc2ee
Merge pull request #7350 from suddenwhipvapor/swp-mediator
Add suddenwhipvapor mediator instance onion
2025-01-15 20:25:29 +00:00
Alejandro García
430496b4f9
Merge pull request #7349 from suddenwhipvapor/TacWindow
Add link to trading rules wiki article in Tac Window
2025-01-15 20:25:08 +00:00
Alejandro García
cd815371f6
Merge pull request #7348 from thecockatiel/fix_bugs
fix: remove unnecessary null check, use correct marker class, add mis…
2025-01-15 20:24:41 +00:00
Alejandro García
65f64fc80e
Merge pull request #7343 from alvasw/fix_crash_due_to_broken_filter_provided_nodes_merge
Fix crash due to broken filter provided nodes merge
2025-01-15 20:23:55 +00:00
Alejandro García
155ff3885f
Merge pull request #7342 from alvasw/Updater_Remove_JAR_HASH_download
Updater: Remove JAR_HASH download
2025-01-15 20:23:32 +00:00
Alejandro García
0d25afd516
Merge pull request #7341 from alvasw/show_ars_popup_when_selecting_currency_in_app
Show ARS blue rate popup when selecting currency in app
2025-01-15 20:23:07 +00:00
Alejandro García
ad9c2169a3
Merge pull request #7340 from alvasw/always_show_ARS_blue_rate_popup
Always show ARS blue rate popup (account creation)
2025-01-15 20:22:33 +00:00
Alejandro García
550cc09a13
Merge pull request #7338 from alvasw/show_ars_popup_when_selecting_currency
Show ARS Blue Rate popup during payment account creation
2025-01-15 20:21:30 +00:00
HenrikJannsen
6473071eba
Refactor: rename
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2025-01-14 23:52:38 +07:00
HenrikJannsen
5c547c2994
Implements: https://github.com/bisq-network/proposals/issues/469Change
MIN_BUYER_SECURITY_DEPOSIT and SELLER_SECURITY_DEPOSIT values to 0.0003 BTC after activation date of 1.3.2025

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2025-01-14 23:52:23 +07:00
Alva Swanson
9463bf562c
RestApi: Fix parseBlockCompleteAfterBatchProcessing data race
The parseBlockCompleteAfterBatchProcessing field is set on the block
parsing thread and read by Jersey's HTTP threads. By default, Jersey
handles requests synchronous on multiple threads.
2025-01-09 20:25:38 +00:00
Alva Swanson
4ec4477ddf
DaoSnapshot: Fix resyncDaoStateFromResources race condition 2025-01-09 20:23:54 +00:00
Alva Swanson
15f6b8ece5
DaoSnapshot: Fix race condition in applySnapshot 2025-01-09 20:23:53 +00:00
Alva Swanson
3de36509f0
DaoSnapshot: Fix isParseBlockChainComplete field data race 2025-01-09 20:23:53 +00:00
Alva Swanson
f5a0b6982e
DaoSnapshot: Skip snapshot creation early if another in progress
Check if another snapshot creation is in progress before doing any
computation.
2025-01-09 20:23:52 +00:00
Alva Swanson
3b5ccd267b
DaoSnapshot: Fix persistingBlockInProgress data race
The persistingBlockInProgress field is read by the block parsing thread.
However, the block parsing thread and user thread write to the
persistingBlockInProgress field. The block parsing thread might see the
update too late and trigger another snapshot before the previous was
done.
2025-01-09 20:23:52 +00:00
Alva Swanson
ba333f225c
Refactor baseCurrencyNetwork field to getter access 2025-01-09 20:20:37 +00:00
thecockatiel
61c90bfd39
chore: add small comment to preCondition 2025-01-05 13:55:09 +03:30
thecockatiel
1c8b906d61
fix: warn extra preCondition handler & fix usage 2025-01-05 13:49:49 +03:30
thecockatiel
e242ae4a4e
fix: make getShortId return first chunk if a separator is present
and the chunk is <= 8 characters long
2025-01-05 13:47:51 +03:30
thecockatiel
a9b01707e0
fix: Preferences.setRpcUser if statement 2025-01-04 22:52:04 +03:30
thecockatiel
6af0cafe0d
fix: add curly braces and else 2025-01-04 22:42:27 +03:30
suddenwhipvapor
78770b2960
Add onion for suddenwhipvapor mediator instance 2025-01-04 15:59:02 +00:00
suddenwhipvapor
349a067c3a
Add link to trading rules wiki 2025-01-04 15:54:50 +00:00
thecockatiel
ae21be24e7
fix: remove unnecessary null check, use correct marker class, add missing return keyword 2025-01-04 12:45:08 +03:30
Alva Swanson
f82cf97d58
Fix crash due to broken filter provided nodes merge
The filter provided nodes were added to a read-only List and this lead
to crashes at start-up. We didn't catch the bug before because the lists
in the tests are mutable. Now the FederatedBtcNodeProvider.getNodes
method operates on Streams.
2025-01-01 20:20:08 +00:00
Alva Swanson
9eee4b09e4
Updater: Remove JAR_HASH download
Recent changes broke reproducibility and the last release's JAR_HASH
file contains "Dummy file (needed for updater)". We need to keep
creating a dummy file because the updater fails without a dummy file.
This change fixes the bug.
2025-01-01 20:17:57 +00:00
Alva Swanson
4bb7b38a0e
PreferencesView: Show ARS blue rate popup if selected 2025-01-01 20:16:01 +00:00
Alva Swanson
6c1e45eb53
OfferBookView: Show ARS blue rate popup if selected 2025-01-01 20:16:01 +00:00
Alva Swanson
680a8b1760
TradesChartsView: Show ARS blue rate popup if selected 2025-01-01 20:16:01 +00:00
Alva Swanson
10bf153263
OfferBookChartView: Show ARS blue rate popup if selected 2025-01-01 20:16:00 +00:00
Alva Swanson
d0f4b46a5b
Always show ARS blue rate popup
We show the ARS blue rate popup whenever the user creates a payment
method and ARS is selected. Therefore, it makes sense to always show the
ARS blue rate popup.
2025-01-01 20:13:00 +00:00
Alva Swanson
33eced1117
Move ARS blue rate popup code to new class 2025-01-01 20:13:00 +00:00
Alva Swanson
fb39babbac
Show ARS Blue Rate popup during payment account creation
At the moment, we show the ARS Blue Rate popup when the user saves a
single currency payment account (PR #7122). This misses many payment
accounts that support ARS. The new behaviour is to show the ARS Blue
Rate popup when ARS is selected during account generation (either
pre-selected or later selected by the user).

Payment accounts supporting ARS:
- CashByMail
- CashDeposit
- F2F
- MoneyGram
- National bank
- OKPayAccount (deprecated)
- Same bank
- Specific bank
- Transferwise
- Uphold
- Western Union
2024-12-27 17:52:55 +00:00
Alejandro García
f079e26e09
Merge pull request #7335 from bisq-network/dependabot/github_actions/actions/setup-java-4.6.0
Bump actions/setup-java from 4.5.0 to 4.6.0
2024-12-27 06:11:44 +00:00
Alejandro García
aa521c7e88
Merge pull request #7326 from myuubunny/master
Fix typo in Argentinian Peso (ARS) message
2024-12-27 06:11:10 +00:00
Alejandro García
0dde5eac72
Merge pull request #7330 from alvasw/test_HistoricalDataStoreService.getMapSinceVersion
Write tests for HistoricalDataStoreService.getMapSinceVersion(...)
2024-12-27 06:03:38 +00:00
Alejandro García
cfacafdb2d
Merge pull request #7329 from alvasw/api_getoffers_show_all_offers_by_default
getoffers (api): Return all offers by default
2024-12-27 06:03:18 +00:00
Alejandro García
533d6a3c86
Merge pull request #7327 from suddenwhipvapor/master
Add instruction to select JDK version at build time
2024-12-27 06:02:55 +00:00
Alejandro García
908a56c9c5
Merge pull request #7325 from runbtc/update-seednode-script
Update seednode install script to generate ECDSA key for BM oracle node
2024-12-27 06:01:52 +00:00
dependabot[bot]
146dc3708e
Bump actions/setup-java from 4.5.0 to 4.6.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 14:14:54 +00:00
Alejandro García
3be9ede129
Merge pull request #7324 from bisq-network/release/v1.9.18
Release/v1.9.18
2024-12-23 05:20:32 +00:00
Alejandro García
6db1c9e21b
Merge branch 'master' into release/v1.9.18 2024-12-23 05:13:02 +00:00