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
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
2809e8d768
Add Account owner full name field to Uphold payment method
2021-05-17 11:24:07 +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
cd2357
85fe297128
Checksum deterministic jar after signing
...
Copy the deterministic, signed jar to the binaries folder only after it has been processed. Once copied, it will be checksum-ed in the last packaging step.
2021-05-12 01:17:50 +02:00
cd2357
3f0dd29158
Generate checksums for generated binaries
...
Add SHA256 checksum for each generated binary.
2021-05-12 01:07:47 +02:00
BtcContributor
8af3573cfe
Reorganize code
2021-05-11 17:42:58 +02:00
BtcContributor
1ba42e0d91
Return correct security deposit percentage size when cloning an offer
2021-05-11 17:39:18 +02:00
Christoph Atteneder
21a231b735
Merge pull request #5478 from BtcContributor/restore_strings
...
Restore missing displayStrings strings in Settings
2021-05-11 16:20:06 +02:00
Christoph Atteneder
68f4ec144b
Merge pull request #5483 from BtcContributor/custominput_customfee
...
Fix custom fee rate field when custom inputs are used
2021-05-11 14:43:39 +02:00
cd2357
9977920e4c
Address Codacy complaint / newline
2021-05-11 12:20:51 +02:00
cd2357
fea717eeab
Add blockHeight cache in DaoState
...
Improve block lookup by height by introducing an index, instead of iterating through all blocks and comparing the height.
2021-05-11 12:03:46 +02:00
cd2357
792d135693
Remove duplicate lookup method
...
Method is duplicate of isBlockHashKnown().
2021-05-11 11:49:30 +02:00
cd2357
ede38c13a3
Cache block hashes in DaoState
...
Improve isBlockHashKnown() by about 100ms per call by caching the hashes of the known blocks.
2021-05-11 11:03:57 +02:00
cd2357
a6897e5eb6
Improve timer accuracy in BlockParser
...
Measure the entire parseBlock() duration, not just the substep of parsing transactions.
2021-05-11 10:29:32 +02:00
BtcContributor
1a129b3fa9
Remove redundant code in updateItem
2021-05-11 10:23:51 +02:00
BtcContributor
77f5dc8822
Add case when you have multiple inputs and not all are selected
2021-05-11 10:13:00 +02:00
BtcContributor
3cb79956db
Fix custom fee rate field when custom inputs are used.
2021-05-11 09:46:30 +02:00
BtcContributor
7ee9eae4ae
Restore missing displayStrings strings in Settings
2021-05-09 20:56:51 +02:00
sqrrm
993f9b4e29
Merge pull request #5475 from BtcContributor/bsq_dust
...
Fix the formula used to calculate BSQ amount needed to avoid dust
2021-05-07 12:52:43 +02:00
Christoph Atteneder
eb9bce3033
Merge pull request #5451 from BtcContributor/fixstringmakingoffer
...
Fix string when creating a new offer
2021-05-07 11:52:17 +02:00
Christoph Atteneder
225a6f079f
Merge pull request #5473 from jmacxx/fix_edit_offer_focus_issue
...
Fix focus issue when enter key used to edit offer
2021-05-07 11:43:21 +02:00
Christoph Atteneder
ba1211bab0
Merge pull request #5476 from bisq-network/release/v1.6.4
...
Release/v1.6.4
2021-05-07 11:16:07 +02:00
Christoph Atteneder
4104fcd67f
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.6.4
...
# Conflicts:
# build.gradle
# desktop/package/linux/Dockerfile
# desktop/package/macosx/insert_snapshot_version.sh
# relay/src/main/resources/version.txt
2021-05-07 10:47:05 +02:00
sqrrm
fa054c76ad
Merge pull request #5464 from bisq-network/release/v1.6.3
...
Release/v1.6.3
2021-05-07 10:45:05 +02:00
Christoph Atteneder
89729c41c9
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.6.3
...
# Conflicts:
# scripts/install_java.sh
2021-05-07 10:33:45 +02:00
BtcContributor
ff18e8afbe
Fix the amount required to avoid BSQ dust as the formula used was incorrect.
2021-05-07 10:21:44 +02:00
jmacxx
11616610a8
fix issue #5460 (when enter key used, focus is wrong)
2021-05-06 23:19:58 -05:00
Christoph Atteneder
26e78e5989
Fix wrong resource path for Raspberry Pi bundle
2021-05-06 20:40:20 +02:00
Christoph Atteneder
25d2731fb4
Revert to SNAPSHOT version
2021-05-06 20:40:11 +02:00
Marcus0x
1e8db48a7b
Fixed XRC Coin Title
2021-05-06 16:51:22 +02:00
BtcContributor
270f7ba3cb
Fix string also for takers
2021-05-06 15:45:05 +02:00
BtcContributor
1f7c4fce05
Apply m52go suggestion
...
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
2021-05-06 13:55:57 +02:00