Commit graph

5917 commits

Author SHA1 Message Date
Chris Beams
6467b557da
Update instructions for regenerating dependency verification hashes 2018-06-05 16:50:05 +02:00
Chris Beams
ba1419a515
Update libdohj and bitcoinj dependency verification hashes
This does the work that was intended to be done in commit
175e11d81c, but was done by first removing
the dependencyVerification block entirely, and then replacing it with
the output of the `calculateChecksums` task.

The entire process went like this:

 1. Remove existing dependencyVerification block from build.gradle
 2. Run `./gradlew -q calculateChecksums | grep -v network.bisq:bisq- >> build.gradle`
 3. Run `git diff` to see that only the checksums we expect to have
    changed have in fact changed (libdohj and bitcoinj in this case).
 4. Commit the changes (in this commit)

I'll update the instructions for the dependencyVerification block in a
subsequent commit to make this clearer in the future.
2018-06-05 16:40:31 +02:00
Chris Beams
536d13fbff
Revert "Update build.gradle to fix failing checksum tests"
This reverts commit 175e11d81c.
2018-06-05 16:39:02 +02:00
Manfred Karrer
35e5d82ece
Fix concurrent modification error 2018-06-05 13:24:41 +02:00
Manfred Karrer
175e11d81c
Update build.gradle to fix failing checksum tests
The calculated checksum from the calculateChecksums task did not
reflect updates of libdohj and bitcoinj.
libdohj is a dependency in common but seems the calculateChecksums task
in desktop did not resolve that correctly. It did not change the
checksum after the libdohj version has changed and led to build errors.
Adding the libdohj dependency in Desktop as well solves the issue.
@bceams: If there is a better solution to solve that feel free to
revert and apply....
2018-06-05 11:52:41 +02:00
Manfred Karrer
c013130bb1
Merge pull request #1557 from ManfredKarrer/remove-venmo-cashapp
Remove venmo cashapp
2018-05-28 13:15:14 +02:00
Manfred Karrer
30ab8c86cf
Merge pull request #1556 from ManfredKarrer/mk_master
Fix reuse of change addresses
2018-05-28 13:14:58 +02:00
Manfred Karrer
e7bdfecca1
Update hashes of libdohj, bitcoinj-core and commons-codec 2018-05-27 13:36:27 +02:00
Manfred Karrer
534f347064
Remove Venmo and CashApp
- Filter Venmo and CashApp at dropdown for account creation
- Delete Venmo and CashApp account if not used in offers or trades
- Set all Venmo and CashApp classes deprecated
2018-05-25 23:03:52 +02:00
Manfred Karrer
4e378e4b1a
Download hash file for jar
- See: https://github.com/bisq-network/bisq-core/issues/114
2018-05-25 22:04:26 +02:00
Manfred Karrer
1570ec3e74
Update tools.jar for deterministic builds
- Create hash of jar and copy it to deploy dir
- Remove BC jars from -srcfiles
- Remove commented out code for policy file
2018-05-25 22:03:42 +02:00
Manfred Karrer
8d939f0f37
Add tools.jar for reproducible builds
- tools.jar is built from: https://github.com/ManfredKarrer/tools
Should be included in main project to avoid to copy over the jar,
but as long the reproducible build is not complete we prefer to not
add too much changes to the code base
2018-05-25 15:18:36 +02:00
Manfred Karrer
aa7c9564f2
Update build file
- Remove BC inclusion (not working that way)
- Add support for reproducible builds
2018-05-25 15:16:22 +02:00
Manfred Karrer
e5003d9d28
Merge branch 'master' into mk_master 2018-05-25 15:11:23 +02:00
Manfred Karrer
aa6ec28d2e
Fix reuse of change addresses
Fixes issue: https://github.com/bisq-network/bisq-desktop/issues/1540
2018-05-25 14:54:45 +02:00
Manfred Karrer
88dfaf642e
Use USD as default for PerfectMoney dummy account 2018-05-25 13:37:26 +02:00
Manfred Karrer
586e5564af
Merge pull request #1553 from ripcurlx/relax-account-number-restriction-for-argentina
Remove validation for Argentinian account numbers and allow manual edit
2018-05-24 12:57:56 +02:00
Christoph Atteneder
5b2a84ffea
Remove validation for Argentinian account numbers and allow manual edit 2018-05-23 19:30:11 +02:00
Manfred Karrer
de283a56f6
Merge pull request #1552 from ripcurlx/fix-format-duration-as-words
Fix wrong duration translation in double digit numbers
2018-05-23 19:06:14 +02:00
Christoph Atteneder
8eed6908c7
Fix wrong singular word translation in double digit numbers 2018-05-23 18:50:43 +02:00
Manfred Karrer
fc81c92f20
Merge branch 'master' into mk_master 2018-05-15 23:17:34 +02:00
Manfred Karrer
323d058025
Revert version to -SNAPSHOT 2018-05-11 20:23:53 +02:00
Manfred Karrer
35cf7f4c3c
Update finalize script 2018-05-11 19:57:18 +02:00
Manfred Karrer
a7825a2e1e
Add gpg keys 2018-05-11 19:56:53 +02:00
Manfred Karrer
564f306a75
Add releases/* to gitignore 2018-05-11 19:56:40 +02:00
Manfred Karrer
25ba64f318
Fix layout issue 2018-05-11 18:59:45 +02:00
Manfred Karrer
ccf4580882
Fix path. Add build to provide BC libs. 2018-05-11 18:33:05 +02:00
Manfred Karrer
bd690d3878
Add BC jars 2018-05-11 18:16:05 +02:00
Manfred Karrer
32db0f9524
Add missing directory 2018-05-11 16:49:03 +02:00
Manfred Karrer
70b1dd7f34
Add copy build script task 2018-05-11 16:23:48 +02:00
Manfred Karrer
6f37812e90
Add include-build commands for dependencies 2018-05-11 12:19:00 +02:00
Manfred Karrer
7941e55c91
Change version from -SNAPSHOT to 0.7.0 2018-05-11 10:54:44 +02:00
Manfred Karrer
5863386ac3
Merge pull request #1536 from ManfredKarrer/release-0.7.0
Preparation for release 0.7.0
2018-05-11 10:20:03 +02:00
Manfred Karrer
a66a663f48
Revert version to -SNAPSHOT 2018-05-11 10:16:03 +02:00
Manfred Karrer
5b96da93e6
Add rpm build script 2018-05-11 10:05:02 +02:00
Manfred Karrer
daf4433766
Remove bc jars, use @USER var in script 2018-05-11 01:26:22 +02:00
Manfred Karrer
944d750c90
Remove base currency selector in Settingsview 2018-05-11 01:25:18 +02:00
Manfred Karrer
6e8d4dfd3f
Add mavenLocal to repositories in gradle file 2018-05-10 23:13:40 +02:00
Manfred Karrer
6a9b2839a3
Remove STRESS_TEST_MODE flag 2018-05-10 21:29:50 +02:00
Manfred Karrer
f352dc083a
Block Revolut Sepa accounts
- See: https://github.com/bisq-network/bisq-desktop/issues/1439
2018-05-10 21:24:56 +02:00
Manfred Karrer
e322ef4e76
Show popup for cash deposit taker 2018-05-10 21:03:08 +02:00
Manfred Karrer
e38b868254
Show bank ID in offerDetailsWindow for cashDeposit 2018-05-10 13:02:29 +02:00
Manfred Karrer
1b42afd670
Fix bundle ID 2018-05-10 12:43:43 +02:00
Manfred Karrer
9f93fe2da9
Set BISQ_GPG_USER as environment var 2018-05-10 12:43:32 +02:00
Manfred Karrer
190aca584a
Use version 0.7.0 instead of -SNAPSHOT 2018-05-10 12:27:41 +02:00
Manfred Karrer
592c307d3b
Merge branch 'master' into release-0.7.0
# Conflicts:
#	package/osx/create_app.sh
2018-05-10 12:04:06 +02:00
Chris Beams
bd9cfe6d1d
Merge pull request #1533 from rex4539/fix-typos
Fix typos
2018-05-08 08:47:30 +02:00
Chris Beams
e5c99e220f
Revert changes to generated 'gradlew' script
This script is generated by running `gradle wrapper`, so it's best not
to modify it at all. To actually fix this typo, a pull request should be
submitted to https://github.com/gradle/gradle itself.
2018-05-08 08:45:05 +02:00
Dimitris Apostolou
e81a665f9b
Fix typos 2018-05-08 09:38:45 +03:00
Manfred Karrer
4b851ae261
Adjust confirmation popup at edit offer
- Remove don't show again check box and navigation suggestion
2018-05-06 22:51:03 -05:00