Commit Graph

6372 Commits

Author SHA1 Message Date
Manfred Karrer
eb41c51330
Refactor OpReturnParser
Remove not used parser classes.
Make methods in OpReturnParser static.
Move checks or data length to Consensus classes.
Add handleOpReturnOutput and getOptionalOpReturnTypeFromTxOutputType
to TxOutPutParser.
Move setLockTime to TxOutPutParser.
2018-08-27 20:32:13 +02:00
Manfred Karrer
0c2ef8957c
Merge remote-tracking branch 'ManfredKarrer/mk_master' into mk_master 2018-08-26 16:38:24 +02:00
Manfred Karrer
5c04c8d01b
Merged master 2018-08-26 16:37:33 +02:00
Chi Nul
84b9070d45
Add -e and -u options in prepare-system.sh
The -e makes any command that exits with non-success terminate
the script.

The -u makes any reference to an undefined variable exit with
an error.
2018-08-25 16:32:39 +02:00
Chi Nul
c026d71f53
Improve style for prepare-system.sh script
Consistently indent with four spaces.

Use ${foo} instead of $foo to expand variables.

Edit log messages to say e.g "Enabling foo..." instead of
"Enable foo" (the second sounds like we are telling the user
to do something).

Add log message at the end of script, so it shows a message even
if nothing needs to be done on the current run.
2018-08-25 16:30:56 +02:00
Chi Nul
e6d4403b59
Also verify checksum for bouncy castle .jar in prepare-system.sh
We do this for the jce_policy-8.zip file, but we also fetch the BC
.jar over http and it could be trivially MitM'ed by a network adversary
before this patch.
2018-08-25 16:30:56 +02:00
Manfred Karrer
220c6d47d9
Merged master 2018-08-24 13:31:20 +02:00
Manfred Karrer
66aeff35c4
Merge pull request #1640 from ripcurlx/fix-version-number
Use correct version number
2018-08-23 21:59:18 +02:00
Christoph Atteneder
eebcde814c
Use correct version number 2018-08-23 13:08:19 +02:00
Christoph Atteneder
ed3e90c2d4
Revert version to -SNAPSHOT 2018-08-22 13:22:29 +02:00
Christoph Atteneder
c866f9d903
Update version number for release 2018-08-22 13:06:28 +02:00
Manfred Karrer
974f7e1ee3
Merge pull request #1639 from ManfredKarrer/mk_master
Fix tx broadcast issue
2018-08-22 10:58:54 +02:00
Manfred Karrer
05c3db3f58
Add dependencyVerification items
- There are still issues with libdohj and btcj. If the gradle task is
run it fails because it cannot resolve core....
2018-08-21 23:26:44 +02:00
Manfred Karrer
58ae87209f
Merge pull request #1638 from ManfredKarrer/mk_master
Fix broadcast issues
2018-08-21 21:33:46 +02:00
Manfred Karrer
9a9d574521
Update libdohj to 5047c80004, remove temp dependencyVerification items
- remove temp dependencyVerification items to not break other builds
as dependencies have changed but they are still not correctly
resolved ;-(
2018-08-21 20:33:30 +02:00
Manfred Karrer
2e6e959610
Merged master 2018-08-21 18:14:40 +02:00
Manfred Karrer
76d7f57e8b
Merge pull request #1637 from ripcurlx/add-update-script-for-linux
Add script to update and re-configure OS for release
2018-08-21 14:17:26 +02:00
Manfred Karrer
6e107a3fc4
Remove onTimeout at TxBroadcast callback
- We handle the timeout by default with a call onSuccess to reduce
potential problems with delayed broadcasts.
2018-08-21 14:10:22 +02:00
Christoph Atteneder
7479193e87
Add script to update and re-configure OS for release 2018-08-21 12:41:28 +02:00
Manfred Karrer
98f65621da
Merged master 2018-08-21 10:39:27 +02:00
Manfred Karrer
4c5498744a
Merge pull request #1635 from ManfredKarrer/mk_master
Mirror webcam image at QR code scan view
2018-08-20 18:20:58 +02:00
Manfred Karrer
5c3558c1f7
Mirror webcam image at QR code scan view
For better usability we mirror the scanned image from the webcam so that
users move the mobile phone to the direction to the webcam by intuition.
2018-08-20 17:40:22 +02:00
Manfred Karrer
a2d5aae398
Merged master 2018-08-20 16:38:33 +02:00
Manfred Karrer
f573284754
Merge pull request #1634 from ManfredKarrer/mk_master
Change link to F2F docs page
2018-08-20 14:17:09 +02:00
Manfred Karrer
a2f2503b47
Update getAdjustedFiatVolume and getAdjustedAmount methods 2018-08-19 12:30:04 +02:00
Manfred Karrer
005d330db9
Change link to F2F docs page 2018-08-17 21:57:45 +02:00
Manfred Karrer
454506aca1
Fix proposal list management 2018-08-17 13:08:04 +02:00
Manfred Karrer
5952fa2928
Merged master 2018-08-17 11:22:07 +02:00
Manfred Karrer
1ad0277ce5
Merge pull request #1633 from ripcurlx/de-annoy-rounding-fiat-popup
Only show popup on activation of screen
2018-08-17 11:18:22 +02:00
Christoph Atteneder
53383fe596
Only show popup on activation of screen 2018-08-17 07:50:39 +02:00
Manfred Karrer
2ae5787a89
Merged 2018-08-16 18:18:54 +02:00
Manfred Karrer
2562d2d246
Merge pull request #1630 from ripcurlx/dont-show-fiat-rounding-info-when-amout-field-focused
Not show popup on every volume changed when volume textfield is focused
2018-08-16 17:06:18 +02:00
Manfred Karrer
2bed2035ca
Merge pull request #1631 from ripcurlx/also-update-min-amount-when-focus-out-of-amount-field
Force update of minimum amount field when leaving maximum amount field
2018-08-16 17:05:41 +02:00
Christoph Atteneder
5093e5bec4
Force update of minimum amount field when leaving maximum amount field 2018-08-16 16:04:46 +02:00
Christoph Atteneder
a45db47974
Not show popup on every volume changed when volume textfield is focused 2018-08-16 15:48:55 +02:00
Manfred Karrer
63acd56b2a
Merge pull request #1629 from ripcurlx/add-new-feature-popup-for-rounded-fiat-values
Add rounded fiat value info popup
2018-08-16 12:10:44 +02:00
Christoph Atteneder
e0bd79f172
Add rounded fiat value info popup 2018-08-16 11:32:28 +02:00
Manfred Karrer
45a901977a
Merge pull request #1627 from ManfredKarrer/merged-voting
Add DAO code
2018-08-15 19:08:38 +02:00
Manfred Karrer
731fe0bd86
Merge pull request #1628 from ripcurlx/add-info-icon-for-fiat-rounding
Add info icon for rounding of fiat values
2018-08-15 19:07:40 +02:00
Christoph Atteneder
21109d3074
Add info icon for rounding of fiat values 2018-08-15 18:40:24 +02:00
Manfred Karrer
59b5b130a6
Merge branch 'master' into merged-voting 2018-08-15 16:39:26 +02:00
Manfred Karrer
67e99a1eb3
Merge branch 'master' of https://github.com/bisq-network/bisq-desktop 2018-08-15 16:38:48 +02:00
Manfred Karrer
9f02ec5c7b
Merge pull request #1626 from ripcurlx/fix-tests
Fix tests
2018-08-15 16:38:07 +02:00
Manfred Karrer
7cdda97155
Merge branch 'master' into merged-voting 2018-08-15 16:27:09 +02:00
Manfred Karrer
814ade4f1c
Merged 2018-08-15 16:24:41 +02:00
Christoph Atteneder
c2cbf1ca6e
Add mock for newly added trade limit check 2018-08-15 16:15:01 +02:00
Christoph Atteneder
4f4d1b9d79
Fix test as no decimal fiat values are displayed anymore 2018-08-15 16:14:37 +02:00
Manfred Karrer
0c2f582862
Merge pull request #1625 from ripcurlx/fix-double-colon-usage
Fix double colon usage
2018-08-15 15:39:01 +02:00
Manfred Karrer
276d526e18
Merge pull request #1624 from ManfredKarrer/notifications
Add mobile notifications
2018-08-15 15:38:42 +02:00
Manfred Karrer
6499772580
Fix version number 2018-08-15 15:30:05 +02:00