Commit graph

14625 commits

Author SHA1 Message Date
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
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
Christoph Atteneder
9c4137bc11
Not update the historical resource file 2021-05-05 14:29:52 +02:00
Christoph Atteneder
0731804b45
Filter banned seednodes with wrong format 2021-05-05 14:27:32 +02:00
Christoph Atteneder
83d9fa0ee8
Merge pull request #5453 from devinbileck/change-mempool.bisq.services-onion
Change mempool.bisq.services onion address
2021-05-05 14:27:06 +02:00
sqrrm
2205726e21
Merge pull request #5469 from ripcurlx/filterBannedSeednodesWithWrongFormat
Filter banned seednodes with wrong format
2021-05-05 13:24:58 +02:00
Christoph Atteneder
c63148e62a
Merge pull request #5405 from maxim-belkin/update-install-java-script
Update scripts/install_java.sh script
2021-05-05 11:36:24 +02:00
Christoph Atteneder
35ede06037
Filter banned seednodes with wrong format 2021-05-05 11:21:53 +02:00
Devin Bileck
a486093ffa
Change mempool.bisq.services onion address
In the process of migrating the server to a new instance, my secret key
for the onion address seems to have become corrupted. Therefore, I
needed to generate a new onion address.
2021-05-05 10:28:09 +02:00
Christoph Atteneder
dba59138df
Bump version number for v1.6.4 2021-05-05 10:27:42 +02:00
Christoph Atteneder
59b4697664
Revert to SNAPSHOT version 2021-05-04 11:09:44 +02:00
Christoph Atteneder
177067ea08
Merge pull request #5404 from maxim-belkin/gh-action
.github/workflows/build.yml: new GitHub Action
2021-05-04 11:03:54 +02:00
Christoph Atteneder
31b7bd1de2
Merge pull request #5452 from BtcContributor/addfiatequivalent
Add fiat equivalent for Total Amount & Security Deposit for both makers and sellers
2021-05-04 10:02:38 +02:00
BtcContributor
4af614b9cc
Update scripts to JDK 11 2021-05-01 10:24:40 +02:00
Devin Bileck
f5fd99f9ad
Change mempool.bisq.services onion address
In the process of migrating the server to a new instance, my secret key
for the onion address seems to have become corrupted. Therefore, I
needed to generate a new onion address.
2021-04-30 14:43:56 -07:00
BtcContributor
de74ab04de
Fix codacy issues 2021-04-30 18:46:20 +02:00
BtcContributor
ea8653ef87
Add fiat conversion also for trade amount when making a trade to sell btc 2021-04-30 18:24:09 +02:00
BtcContributor
a1d63e35d7
Notice when the security deposit is the minimum possible 2021-04-30 17:35:24 +02:00
BtcContributor
0218803650
Restore totalToPay as 'final' as before 2021-04-30 16:56:41 +02:00
BtcContributor
8e1074881f
Add fiat equivalent for Total Amount & Security Deposit for both makers and sellers 2021-04-30 16:49:54 +02:00
sqrrm
e287fddc86
Merge pull request #5449 from ripcurlx/release/v1.6.3
Update DAO data store for v1.6.3
2021-04-30 12:55:10 +02:00
Christoph Atteneder
fa920fc0a1
Update DAO state for v1.6.3 2021-04-29 20:20:49 +02:00
Christoph Atteneder
ec4ce6027d
Merge pull request #5448 from m52go/remove-faq-links
Replace bisq.network/faq links with bisq.wiki
2021-04-29 15:20:06 +02:00
m52go
afa3daa069
Replace bisq.network/faq links with bisq.wiki 2021-04-28 20:29:47 -04:00
ghubstan
1ea445b1e5
Fix NetworkParameters.fromID( incorrect-arg -> correct-arg ) 2021-04-28 17:41:40 +02:00
ghubstan
2559ba2203
Fix flaky tx fee rate validation test (api)
Min tx fee rates move fast, sometimes so low the validation test fails.
Try to consistently force validation error by setting fee rate=1.
2021-04-28 17:41:30 +02:00
ghubstan
f94f19e79b
Fix bsq wallet testcase setup (api)
Regtest btc block was not being generated, and chain download not triggered.
Also ajusted testGetUnusedBsqAddress() for upcoming segwit bsq changes.
2021-04-28 17:40:52 +02:00
Christoph Atteneder
5c369a4dc8
Merge pull request #5447 from ghubstan/fix-bsq-wallet-test-case
Fix bsq wallet & tx fee rate test cases (api)
2021-04-28 17:38:23 +02:00
ghubstan
984aac713d
Fix NetworkParameters.fromID( incorrect-arg -> correct-arg ) 2021-04-28 12:22:26 -03:00
ghubstan
38eee59375
Fix flaky tx fee rate validation test (api)
Min tx fee rates move fast, sometimes so low the validation test fails.
Try to consistently force validation error by setting fee rate=1.
2021-04-28 12:01:25 -03:00
ghubstan
81f345b9ea
Fix bsq wallet testcase setup (api)
Regtest btc block was not being generated, and chain download not triggered.
Also ajusted testGetUnusedBsqAddress() for upcoming segwit bsq changes.
2021-04-28 12:00:54 -03:00
sqrrm
bc5c8e82f5
Merge pull request #5446 from ripcurlx/remove-macos-warning
Remove key logger warning because of new notarization support and specific entitlements
2021-04-28 16:32:46 +02:00
Christoph Atteneder
3520d9b16d
Remove key logger warning because of new notarization support and specific entitlements 2021-04-28 16:21:38 +02:00
Christoph Atteneder
12f4e0fc13
Remove key logger warning because of new notarization support and specific entitlements 2021-04-28 16:15:55 +02:00
Christoph Atteneder
ed21e1ac36
Merge pull request #5442 from m52go/remove-docs-links
Switch docs links to wiki links in strings file
2021-04-28 15:59:52 +02:00
Christoph Atteneder
81b3c0ac6a
Merge pull request #5443 from m52go/other-docs-links
Switch remaining docs links in repository
2021-04-28 15:59:13 +02:00
Christoph Atteneder
af8e5e2450
Merge pull request #5441 from wiz/wiz/20210428-reduce-mempool-fee-estimation-to-medium-priority
Reduce mempool fee suggestion from high to medium priority
2021-04-28 15:35:23 +02:00
sqrrm
c5eea1e573
Merge pull request #5444 from chimp1984/add-phase-check-to-blindvote-hash
Add missing check if tx was in correct phase
2021-04-28 14:51:36 +02:00
chimp1984
e46669d9b1
Move null check up 2021-04-28 07:35:52 -05:00
chimp1984
68af436ef4
Add missing check if tx was in correct phase
There have been 1 tx in cycle 17 and 2 txs in cycle 23 which have been confirmed outside of the phase.
The vote result had excluded it correctly but for the hash calculation for the blind vote monitor the
phase check was missing which results in an incorrect hash.
By fixing that the past hashes back to cycle 17 are all invalid. Once all seed nodes are running that
patch nodes should be in sync again. As it did not affect consensus but only the monitoring it is not
critical.
2021-04-27 22:49:59 -05:00
sqrrm
f267b60c1f
Merge pull request #5440 from ripcurlx/fix-clipping-in-textarea
Fix prompt text clipping in text area
2021-04-27 22:40:52 +02:00
m52go
6d9c53ed0c
Switch old docs links to wiki links 2021-04-27 16:29:14 -04:00
m52go
1550597f63
Switch remaining docs links to wiki links 2021-04-27 16:07:39 -04:00
wiz
938e9b29ab
Reduce mempool fee suggestion from high to medium priority
This reverts commit 087e160f6b.
2021-04-28 04:15:24 +09:00