Christoph Atteneder
b4520237b0
Revert setting of deposit when cloning an offer
2021-05-28 17:51:02 +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
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
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
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
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
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
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
Christoph Atteneder
e3842f2d04
Use gradle javafx plugin
2021-05-18 17:19:56 +02:00
Christoph Atteneder
fb410ac345
Upgrade JavaFX to v16
2021-05-18 16:44:30 +02:00
Christoph Atteneder
8221bc54ef
Merge pull request #5485 from BtcContributor/cloneoffer_securitydeposit
...
Return correct security deposit percentage size/minimum deposit when cloning an offer
2021-05-18 16:33:33 +02:00
Christoph Atteneder
ff1d818b9c
Merge pull request #5502 from cd2357/remove-jcenter-dependency
...
Preserve shadow plugin name
2021-05-18 16:27:10 +02:00
Christoph Atteneder
08320d862f
Merge pull request #5484 from cd2357/faster-sync-dao
...
Speed up "Synchronizing DAO" by ~30%
2021-05-17 20:35:15 +02:00
cd2357
a4863baa94
Preserve shadow plugin name
...
Include plugins.gradle.org repository, which contains the shadow plugin of the same artefact group and name as used before in jcenter.
2021-05-17 12:55:32 +02:00
BtcContributor
e4d479d89c
Add brackets to if-else statement
2021-05-17 10:47:45 +02:00
Christoph Atteneder
ee6ccc4869
Merge pull request #5450 from jmacxx/bsq_fee_estimation
...
reduce BSQ fee estimation constant for segwit
2021-05-17 10:36:19 +02:00
Christoph Atteneder
4da173266f
Merge pull request #5492 from BtcContributor/text_overlapping
...
Fix text overlapping in Wallet Info menu
2021-05-17 09:23:19 +02:00
Christoph Atteneder
9d6236c35f
Merge pull request #5497 from cd2357/remove-jcenter-dependency
...
Remove jcenter repository
2021-05-17 09:21:14 +02:00
cd2357
dd803b0ef6
Rename variable for clarity
...
Rename blocksByHash because it is not actually indexing blocks by hashes, instead it's a cache of known hashes.
2021-05-17 08:38:26 +02:00
cd2357
f26ccb15b7
Remove jcenter repository
...
Replace the jcenter repo with mavenCentral and jitpack.
2021-05-16 15:17:44 +02:00
cd2357
b6dbe85313
Strengthen index integrity
...
Update the two new indices on every known write to the list, namely addBlock() and addBlocks(). Restrict ability to modify the blocks list outside of these methods by overwriting the getBlocks() getter such that it returns an unmodifiable list.
2021-05-15 22:34:27 +02:00
BtcContributor
0940312d8b
Fix text overlapping in Wallet Info menu
2021-05-13 15:17:15 +02:00
Christoph Atteneder
e375e9aadb
Merge pull request #5416 from xrhodium/fixed-xrc-title
...
Fixed XRC coin title to correct one
2021-05-12 21:29:05 +02:00
Christoph Atteneder
c9166f9ae0
Merge pull request #5489 from jmacxx/fix_pricenode_minfee
...
Fix the PriceNode lower bounds for MinFee
2021-05-12 21:25:28 +02:00
jmacxx
f462a72899
Differentiate PriceNode minFee/txFee limits (2 and 10)
2021-05-11 21:50:10 -05:00