Commit graph

14968 commits

Author SHA1 Message Date
Christoph Atteneder
b4520237b0
Revert setting of deposit when cloning an offer 2021-05-28 17:51:02 +02:00
Christoph Atteneder
84c3fb581b
Fix setting of buyer security deposit
The existing code failed if an offer was duplicated that had
a different minimum security deposit set. It is changed so that
it makes sure that the it never falls below the minimum buyer
security deposit and never exceeds the maximum security deposit
percentage.
2021-05-27 22:27:38 +02:00
sqrrm
150ffc3b2b
Merge pull request #5539 from ripcurlx/fix-setting-of-offer-duplication-deposit
Fix setting of buyer security deposit
2021-05-27 22:25:41 +02:00
Stephan Oeste
d6e17610bd
Remove Bitpay as a pricenode data provider 2021-05-27 21:37:29 +02:00
Christoph Atteneder
73e6368b76
Merge pull request #5537 from Emzy/master
Remove Bitpay as a pricenode data provider
2021-05-27 21:36:27 +02:00
Christoph Atteneder
05b265006a
Fix setting of buyer security deposit
The existing code failed if an offer was duplicated that had
a different minimum security deposit set. It is changed so that
it makes sure that the it never falls below the minimum buyer
security deposit and never exceeds the maximum security deposit
percentage.
2021-05-27 21:28:21 +02:00
Christoph Atteneder
670ba8720b
Merge pull request #5534 from sqrrm/fix-send-bsq-change
Manually create BSQ outputs
2021-05-27 15:38:15 +02:00
Stephan Oeste
2139077e0c
Remove Bitpay as a pricenode data provider 2021-05-27 12:38:16 +02:00
sqrrm
9b023a371f
Manually create BSQ outputs
Avoid relying on bitcoinj completeTx for creation of BSQ change
outputs as dust BSQ would be used for mining fee, thus burning
the BSQ.
2021-05-27 11:23:32 +02:00
Christoph Atteneder
31ddc866b8
Fix broken translation access 2021-05-27 11:07:37 +02:00
Christoph Atteneder
44af88ec45
Merge pull request #5528 from sqrrm/guarantee-requestfee-callback
Add pending callbacks to FeeService
2021-05-27 11:04:23 +02:00
sqrrm
e9d61dd3d3
Manually create BSQ outputs
Avoid relying on bitcoinj completeTx for creation of BSQ change
outputs as dust BSQ would be used for mining fee, thus burning
the BSQ.
2021-05-26 15:32:32 +02:00
Christoph Atteneder
ca11587b1e
Merge pull request #5508 from andyheko/Remove-borders-on-separators-in-main-nav
Remove borders on separators in main nav Issue#5107
2021-05-25 20:53:19 +02:00
andyheko
e1d7da1312
Remove borders on separators in main nav #5107
change color of border to transparent on line#651 of bisq.css
2021-05-25 11:22:02 -07:00
Christoph Atteneder
07efb51fe7
Update release process to match new improvements 2021-05-25 16:35:12 +02:00
sqrrm
b077093522
Merge pull request #5527 from ripcurlx/update-data-stores-for-v1.6.5
Update data stores for v1.6.5
2021-05-25 13:13:04 +02:00
sqrrm
262b768d98
Add pending callbacks to FeeService
This fix guarantees a callback if there is a pending request rather than just
dropping the fee request.

When requestFee() is called the callbacks are added to a list of callBacks.
Once the next fee request completes all callbacks in the list are called
and the list cleared.
2021-05-25 12:49:49 +02:00
Christoph Atteneder
3be0795eea
Update data stores for v1.6.5 2021-05-25 10:40:45 +02:00
Christoph Atteneder
3a31ed7867
Update bitcoinj checkpoints for v1.6.5 2021-05-25 10:39:36 +02:00
cd2357
be96050964
Build: Change default console to plain
Change default gradle console style to plain. This makes y/n user prompts more readable during installer packaging, without having to specify --console=plain.
2021-05-25 09:27:08 +02:00
Christoph Atteneder
f0ba0eeb6a
Merge pull request #5524 from cd2357/gradle-console-plain
Build: Change default console to plain
2021-05-25 09:26:24 +02:00
cd2357
fb6dbcd9e0
Build: Change default console to plain
Change default gradle console style to plain. This makes y/n user prompts more readable during installer packaging, without having to specify --console=plain.
2021-05-25 08:59:10 +02:00
Christoph Atteneder
7233979d94
Merge pull request #5521 from m52go/wait-wording
Address #5513 and add minor improvements
2021-05-22 22:10:39 +02:00
sqrrm
351d75fd73
Merge pull request #5520 from ripcurlx/reduce-number-of-connected-btc-nodes
Reduce the number of connected BTC nodes from 9 to 7
2021-05-21 21:37:18 +02:00
Christoph Atteneder
59de78c332
Bump version number for v1.6.5 2021-05-21 20:00:49 +02:00
Christoph Atteneder
d66a858d51
Update translations for v1.6.5 2021-05-21 19:59:42 +02:00
Christoph Atteneder
1fa5724b7b
Remove unused imports 2021-05-21 19:58:27 +02:00
Christoph Atteneder
33aba27e97
Rename the BTC default value for the provided nodes option 2021-05-21 19:58:18 +02:00
Christoph Atteneder
2fd5f40239
Reduce the number of connected BTC nodes from 9 to 7 2021-05-21 19:58:09 +02:00
m52go
8b9046525a
Address #5513 and add minor improvements 2021-05-21 13:49:38 -04:00
Christoph Atteneder
f7e27a907e
Remove unused imports 2021-05-21 19:09:33 +02:00
Christoph Atteneder
19ccf96318
Rename the BTC default value for the provided nodes option 2021-05-21 17:26:01 +02:00
Christoph Atteneder
a046db528a
Reduce the number of connected BTC nodes from 9 to 7 2021-05-21 17:19:38 +02:00
Christoph Atteneder
c6d6bbefa3
Merge pull request #5516 from cd2357/fix-raspi-build
Fix raspi build
2021-05-21 15:40:31 +02:00
Christoph Atteneder
bb5c494959
Merge pull request #5515 from cd2357/open-binaries-dir-on-finish
Package: Open binaries shared folder on finish
2021-05-21 15:39:40 +02:00
Christoph Atteneder
37f9041f51
Merge pull request #5517 from cd2357/package-enforce-j11
Package: Remove one y/n interaction: Enforce Java 11
2021-05-21 15:38:27 +02:00
BtcContributor
ed6c046ff5
Add account owner on display account + fix a couple of minor issues 2021-05-21 11:53:06 +02:00
cd2357
8e2323c72c
Package: Remove y/n interaction: Enforce Java 11
Enforce JDK 11 for building and packaging. If user tries to package binaries using any other version, the packaging will fail.
2021-05-20 23:35:26 +02:00
cd2357
0109d92aa0
Package: Fix issue with raspi build
Fix packaging issue which sometimes caused issues with creating the raspi package on Windows (and other environments where a recent ./gradlew :desktop:build was not run recently).
2021-05-20 22:56:59 +02:00
cd2357
31b40d3fa6
Package: Open binaries shared folder on finish
If user selects Y at the last packaging step ("copy binaries to shared folder"), open an explorer window at the shared folder location after binaries are copied. Copy binaries to shared folder only after all binary processing is done (including sha generation).
2021-05-20 22:47:59 +02:00
Christoph Atteneder
f0725e56db
Merge pull request #5514 from cd2357/create-os-specific-jar-hash
Build: Include build platform in fat jar filename
2021-05-20 22:00:53 +02:00
Christoph Atteneder
3c4e212471
Merge pull request #5487 from cd2357/fix-mac-jar-hash
Fix mac jar hash
2021-05-20 21:56:12 +02:00
cd2357
12f074103a
Build: Include platform in filename of fat jar
Rename resulting fat jar in such a way that it includes the platform on
which it was built.
2021-05-20 20:38:52 +02:00
sqrrm
31d37db78a
Merge pull request #5499 from ripcurlx/update-javafx-to-16
Upgrade JavaFX to v16
2021-05-20 16:28:13 +02:00
Christoph Atteneder
0160039788
Revert "Remove openjfx plugin and manually add cross-platform openjfx libs"
This reverts commit 1c0409ad84.
2021-05-20 16:19:48 +02:00
Christoph Atteneder
c6e2b2cffa
Merge pull request #5512 from jmacxx/fix_withdraw_fee_update
Withdrawal view: reduce vertical spacing and fix issue with custom fee
2021-05-20 09:54:05 +02:00
jmacxx
1cf6e76a24
reduce vertical spacing and fix issue with custom fee 2021-05-19 12:28:51 -05:00
Christoph Atteneder
1c0409ad84
Remove openjfx plugin and manually add cross-platform openjfx libs 2021-05-19 11:37:38 +02:00
BtcContributor
f835389993
Fix codacy issue 2021-05-18 18:20:53 +02:00
BtcContributor
8dfe2601df
Restore proto order and add backward compatibility 2021-05-18 18:10:20 +02:00