Commit graph

14577 commits

Author SHA1 Message Date
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
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
Christoph Atteneder
05cc96ec68
Merge pull request #5434 from BtcContributor/updatetechdocs
Update technical documentations to help onboarding new developers
2021-04-27 09:38:23 +02:00
BtcContributor
734faad8aa
Merge branch 'master' into updatetechdocs 2021-04-26 15:47:32 +02:00
Christoph Atteneder
be86c0d4e2
Fix prompt text clipping in text area 2021-04-26 11:20:07 +02:00
BtcContributor
49daa9ca12
Add TestPad link and fix Codacy issue 2021-04-26 11:14:20 +02:00
Christoph Atteneder
69c7817340
Merge pull request #5438 from jmacxx/wording_changes_v163
v1.6.3 wording changes / clarification
2021-04-26 10:20:13 +02:00
jmacxx
94ebbc4ff3
v1.6.3 wording changes recommended by btc_contributor and pazza 2021-04-25 23:05:32 -05:00
Christoph Atteneder
33d0f1139f
Merge pull request #5436 from BtcContributor/fixclitest
Fix cli test that blocks building on Windows
2021-04-23 20:48:58 +02:00
Christoph Atteneder
208689b533
Merge pull request #5432 from BtcContributor/java11
Update docs references to Java 11
2021-04-23 20:48:27 +02:00
BtcContributor
b8adba8148
Improve wording 2021-04-23 15:52:16 +02:00
BtcContributor
5ad62ec4f8
Add command to skip tests when building the project 2021-04-23 11:29:59 +02:00
BtcContributor
a39da12ef6
Fix cli test that blocks building on Windows 2021-04-23 11:16:22 +02:00
BtcContributor
290b7dd6d6
Update link to OpenJDK archive 2021-04-23 10:31:11 +02:00
BtcContributor
6eed20283f
Add missing 'Example' word 2021-04-22 18:53:29 +02:00
BtcContributor
1a2307d613
Update technical documentations to help new developers 2021-04-22 18:49:41 +02:00
BtcContributor
84084b5d75
Update scripts to JDK 11 2021-04-22 17:16:00 +02:00
BtcContributor
8a06705bdf
Update references to Java 11 2021-04-22 11:33:57 +02:00
sqrrm
469448a218
Merge pull request #5431 from ripcurlx/upgrade-javafax-14
Upgrade Java to v11 and JavaFX to v15
2021-04-22 10:18:42 +02:00
Christoph Atteneder
412d485c05
Fix intentions caused by autoformat before commit 2021-04-22 10:12:04 +02:00
Christoph Atteneder
42e049c8f8
Fix remaining formatting issues 2021-04-22 10:01:24 +02:00
Christoph Atteneder
1f44ffbe4d
Fix "missing new line after list item complaint" 2021-04-22 09:52:22 +02:00
Christoph Atteneder
1ae8fc01b3
Autoformat markdown file 2021-04-22 09:36:51 +02:00
Christoph Atteneder
de76bd051b
Merge pull request #5427 from jmacxx/fix_issue_5334
Show a SPV resync suggestion if trade remains unconfirmed for 3 hours or more
2021-04-22 09:21:21 +02:00
Christoph Atteneder
c17b46fc2d
Merge pull request #5423 from jmacxx/dupOffer_2
Functionality to duplicate an offer
2021-04-22 09:16:33 +02:00
Christoph Atteneder
0852bce122
Merge pull request #5426 from wiz/wiz/20210421-increase-mempool-fee-estimation-to-high-priority
Pricenode: Increase mempool fee suggestion from medium to high priority
2021-04-22 09:15:08 +02:00
jmacxx
3c3dca0053
show a SPV msg if trade deposit remains unconfirmed for 3 hours or more 2021-04-21 20:00:01 -05:00
jmacxx
a5d5eafddf
@m52go edits and popup informing new feature 2021-04-21 15:54:16 -05:00
wiz
087e160f6b
Pricenode: Increase mempool fee suggestion from medium to high priority 2021-04-21 20:13:41 +09:00
Christoph Atteneder
568900b79d
Merge pull request #5425 from BtcContributor/revolutusername
Allow Revolut username to be minimum 3 characters
2021-04-21 10:52:34 +02:00
Christoph Atteneder
8957685073
Update release process documentation 2021-04-21 10:45:55 +02:00
BtcContributor
25b6685491
Allow Revolut username to be minimum 3 characters 2021-04-21 10:33:06 +02:00
Christoph Atteneder
bbe6c703ad
clean up formatting 2021-04-21 09:52:54 +02:00
Christoph Atteneder
5dc8abdbe7
Update Java SDK 2021-04-21 09:38:10 +02:00
Christoph Atteneder
2463e28330
Remove old build files 2021-04-21 09:23:32 +02:00
Christoph Atteneder
57adbdc367
Merge pull request #5424 from jmacxx/cashbymail_enhance_terms2
Size popup proportional to amount of text shown
2021-04-21 09:10:09 +02:00