Alva Swanson
e08445dd40
Support dockerized regtest seednodes
2023-10-13 21:49:20 +02:00
HenrikJannsen
a2340f640b
Add CheckRestrictions task
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-10-09 21:27:36 +07:00
HenrikJannsen
6e1b6a7840
Fix test
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-10-08 19:08:52 +07:00
HenrikJannsen
ef6335ab62
Delay payout if buyers account got flagged as risky by filter data
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-10-08 19:08:52 +07:00
HenrikJannsen
c2e8189571
Add sellerConfirmedPaymentReceiptDate to Trade
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-10-08 19:08:52 +07:00
HenrikJannsen
91a70d89a4
Add delayedPayoutPaymentAccounts to Filter
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-10-08 19:08:52 +07:00
jmacxx
1a010ec274
Log warning when unable to sign AccountAgeWitness.
2023-09-19 13:07:32 -05:00
Alejandro García
9f5368f0b5
Merge pull request #6851 from jmacxx/add_mercadopago_payment_method
...
Add MercadoPago payment method.
2023-09-11 21:28:19 +00:00
jmacxx
c5ecb4fcb2
Resource name correction (Code review).
2023-09-11 08:47:54 -05:00
Alejandro García
d3f60c4a5f
Merge pull request #6848 from jmacxx/streamline_create_take_offer_flow
...
Improve flow in create/take offer process.
2023-09-06 21:41:12 +00:00
Alejandro García
83f216afa3
Merge pull request #6845 from jmacxx/fix_memory_leak
...
Fix memory leak in PriceRequest.
2023-09-06 21:39:12 +00:00
Alejandro García
c9f39a902a
Merge pull request #6842 from jmacxx/fix_issue_6841
...
Handle NPE when checking isSignWitnessTrade.
2023-09-06 21:38:11 +00:00
jmacxx
dd1c339432
Add MercadoPago payment method.
2023-09-05 16:27:31 -05:00
jmacxx
e9ec3d72e1
Improve flow in create/take offer process.
...
When creating or taking an offer the user gets the choice to fund the
trade from an external wallet for potentially better privacy (avoid
coin merge if inputs from ext. wallet are kept separated). From
feedback it seems that most users are not using that option and then
they need to do that extra click on the "Fund from internal Bisq
wallet" button.
We offer a way to avoid that extra step if the user chooses
to use the internal wallet. We show at the first time a popup
with background info why funding from an external wallet could
improve privacy and if the user prefers to not use that to give them
an option to skip that step in future. In the settings we could add
a toggle to re-enable it again.
The review screen can be skipped if user chooses this feature,
leading to data entry > confirm rather than
data entry > fund > review > confirm.
2023-09-04 13:35:46 -05:00
jmacxx
b8aa79450d
Fix memory leak in PriceRequest thread name.
...
The thread name is being appended at each price request with the
request URL. This is a leak because the size of the string forever
increases.
There's actually no benefit to modifying the thread name with
the request URL, as whatever small amount of logging is done in
the price subsystem includes the applicable url in the message
itself. So applying the KISS rule, we no longer munge the
thread name at all.
2023-09-02 14:29:42 -05:00
jmacxx
e082eb1c86
Handle NPE when checking isSignWitnessTrade.
2023-09-01 08:41:37 -05:00
jmacxx
4bc5494ce9
Add info popup about ARS market prices.
2023-08-30 14:33:35 -05:00
HenrikJannsen
248f6b2870
Rename revenue to profit
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-08-28 11:20:28 +02:00
jmacxx
9600d79584
Remove unused dependency on Pricenode metadata strings.
2023-08-22 10:58:17 -05:00
Alejandro García
34d61d1f56
Merge pull request #6814 from jmacxx/tx_validation_timing_issue
...
Fix: BTC maker/taker fee validation
2023-08-19 19:45:06 +00:00
jmacxx
e208b3f0c1
Fix issue if BTC taker fee validation requested before DAO state is ready.
2023-08-16 10:18:27 -05:00
Alejandro García
8a188104aa
Merge pull request #6811 from jmacxx/fix_issue_6809
...
Updated mediators new onion addresses.
2023-08-15 18:12:52 +00:00
jmacxx
1e2fe3556b
Updated mediators new onion addresses. Fixes #6809
2023-08-15 10:47:33 -05:00
jmacxx
ec9a3b6491
Allow Tx validation requests when the DAO state is ready.
2023-08-15 08:27:15 -05:00
Alva Swanson
3d9483378d
core: Switch to 'bisq.javafx' Gradle Plugin
2023-08-04 13:27:55 +02:00
Alva Swanson
b35dcef2e1
core: Move build configuration to its own build.gradle
2023-08-04 13:27:05 +02:00
Alejandro García
cbfc68b4dd
Merge pull request #6777 from jmacxx/fix_issue_6661
...
Show AmazonGC country in offer book.
2023-07-25 16:37:58 +00:00
Alejandro García
5ef7ccd630
Merge pull request #6762 from HenrikJannsen/change_displaystrings_for_bonded_role_types_for_new_bisq2_roles
...
Change bond roles names for Bisq 2 roles
2023-07-25 16:36:23 +00:00
jmacxx
53c6b15b9d
Show AmazonGC country in offer book.
2023-07-19 17:00:06 -05:00
jmacxx
b96bb50ad8
Apply code review changes from @alvasw
...
Co-Authored-By: Alva Swanson <alvasw@protonmail.com>
2023-07-19 13:45:54 -05:00
jmacxx
2d340432eb
Refactor dispute agent selection.
2023-07-19 11:18:50 -05:00
Alejandro García
85a457c6f1
Merge branch 'master' into release/v1.9.12
2023-07-13 15:11:38 +00:00
Gabriel Bernard
02e87d545d
Merge pull request #6767 from bisq-network/release/v1.9.11
...
Release/v1.9.11
2023-07-13 11:32:14 +00:00
HenrikJannsen
010b89ced6
Change bond roles names for Bisq 2 roles
...
Repurpose not used bonded roles for Bisq 2 roles.
We prefer to not add new roles to avoid risks with DAO consensus issues.
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-07-10 11:38:56 +02:00
HenrikJannsen
1ebc92e5b8
Add reset buttons for BM accounting
2023-07-01 14:25:43 +02:00
Alejandro García
0c3e5a8c5e
Use new burningman accounting file from full accounting node
...
PR #6740 was a diff against master (instead against the release/v1.9.11
branch). The previous merge into the release branch corrupted the
acounting file.
2023-06-30 22:43:25 +02:00
jmacxx
da9caf56a2
Seednode accounting set by command line, overrides UserPreferences.
2023-06-30 20:02:53 +02:00
Alejandro García
1cc2b35c89
Merge pull request #6744 from jmacxx/fix_seednode_accounting_pref
...
Seednode accounting option is by command line, overrides UserPreferences.
2023-06-30 18:00:50 +00:00
Alejandro García
60e48d92a2
Merge pull request #6741 from jmacxx/add_bsq_burned_to_report
...
Add BSQ burned column in monthly burningman status report.
2023-06-30 17:59:35 +00:00
jmacxx
a9bc45c173
Seednode accounting set by command line, overrides UserPreferences.
2023-06-30 10:10:23 -05:00
Alejandro García
23bea7a711
Merge branch 'master' into release/v1.9.11
2023-06-28 20:03:54 +03:00
jmacxx
8024b72860
Add burned BSQ column in monthly burningman status report.
2023-06-26 13:31:55 -05:00
HenrikJannsen
16bbef972f
Use new burningman accounting file recreated from scratch.
...
Remove old file.
The current accounting data are missing about 10% of transactions due to threading issues at processing the transactions in earlier versions.
2023-06-23 22:20:19 +02:00
Alejandro García
4d7c577b06
Merge pull request #6736 from alejandrogarcia83/update-data-stores-for-v1.9.11
...
Update data stores for v1.9.11
2023-06-22 19:36:24 +00:00
Stephan Oeste
63cc8e11dc
Remove one seednode from Wiz.
2023-06-22 18:42:13 +02:00
Alva Swanson
ce3643d235
Update DelayedPayoutTxReceiverService Activation Date
2023-06-22 15:59:56 +03:00
Alejandro García
e8cc4da279
Update bitcoinj checkpoints for v1.9.11
2023-06-22 14:38:35 +03:00
Alejandro García
694ac651a7
Update translations for v1.9.11
2023-06-22 14:36:52 +03:00
Alva Swanson
4f4f6de629
Update DelayedPayoutTxReceiverService Activation Date
2023-06-21 14:45:19 +03:00
Alejandro García
153e578d6c
Merge pull request #6723 from jmacxx/resend_dispute_ticket
...
Allow dispute agent to resend ticket.
2023-06-20 13:15:21 +00:00