Commit Graph

6353 Commits

Author SHA1 Message Date
Christoph Atteneder
3d62605597
Merge pull request #1661 from cbeams/overhaul-readme
Overhaul README
2018-09-07 15:48:13 +02:00
Chris Beams
ac6d93162a
Overhaul README
As a follow-on to the monorepo reconsolidation (#1650):

 - Revise and shorten "What is Bisq" section
 - Remove outdated sections
 - Remove sections documented elsewhere
 - Add instructions for building, running and importing into IDEA
2018-09-07 15:21:56 +02:00
Christoph Atteneder
708d9a4325
Merge pull request #1650 from ripcurlx/create-mono-repository
Create mono repository
2018-09-05 17:35:03 +02:00
Christoph Atteneder
4f7161a0a4
Update checksum for forked repositories 2018-09-05 11:38:16 +02:00
Christoph Atteneder
4339d33592
Adapt to new path structure 2018-09-05 11:24:19 +02:00
Christoph Atteneder
5d4e99c210
Merge 'Update and add new checksums':5e9f48d1e129053d53dfc9f3bd36ad76142265c9 2018-09-05 11:23:27 +02:00
Christoph Atteneder
00bce03695
Fix Javadoc errors 2018-09-05 11:20:44 +02:00
Christoph Atteneder
ca825410bc
Improve gitignore 2018-09-05 11:20:22 +02:00
Chi Nul
c3dc3c5086
Update gradle to 4.9 2018-09-05 11:19:58 +02:00
Chi Nul
918269b6ea
Merge "desktop: Update gradle scripts for monorepo":5f14cf8b4146f4eb25b7bd03f7f44e129c97be17 from @chirhonul 2018-09-05 11:19:20 +02:00
Chi Nul
14efcbce98
Merge "Update root gradle scripts":9c628bb873cbfd7fd9c56fbbd022470a205561f9 from @chirhonul 2018-09-05 11:15:30 +02:00
Chi Nul
08bd373587
assets: Drop now unnecessary files 2018-09-05 11:10:20 +02:00
Christoph Atteneder
df4944bd3f
Add assets to settings file 2018-09-05 11:09:58 +02:00
Christoph Atteneder
b013c71ff5
Merge assets repository at 2a7e17f 2018-09-05 11:08:28 +02:00
Christoph Atteneder
b8c7981049
Clean p2p build file 2018-09-05 11:02:02 +02:00
Chi Nul
91cb4a9c28
p2p: Drop now unnecessary files 2018-09-05 11:01:12 +02:00
Christoph Atteneder
7a5eb33b67
Merge commit for @chirhonul 's commit "core: Drop now unnecessary files" 8cd93def30bd7039f5c8da77c1c9eff0a8cc35d8 2018-09-05 11:00:49 +02:00
Christoph Atteneder
b35f8e5161
Adapt p2p reference in build files 2018-09-05 10:53:30 +02:00
Christoph Atteneder
27b6fa6a09
Merge p2p repository at eb22118 2018-09-05 10:52:42 +02:00
Christoph Atteneder
4c470d39e1
Adapt core reference in build files 2018-09-05 10:51:21 +02:00
Christoph Atteneder
049655b685
Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
Christoph Atteneder
df9dc6e089
Adapt common reference in build files 2018-09-05 10:46:27 +02:00
Christoph Atteneder
fce7f45a41
Merge common project at 6085d83 2018-09-05 10:39:56 +02:00
Chi Nul
9014925d1c
Move witness gradle plugin to desktop 2018-09-05 10:27:23 +02:00
Christoph Atteneder
c1c38a3ceb
Move desktop to subdirectory 2018-09-05 09:50:29 +02:00
Manfred Karrer
6d1c03b269
Merge pull request #1646 from ManfredKarrer/mk_master
Small improvements in DAO code
2018-09-01 17:52:50 +02:00
Manfred Karrer
9ccdfcfc5d
Fix wrong list of ballots in blind vote phase 2018-08-29 12:39:24 +02:00
Manfred Karrer
a5088704c6
Rename DecryptedVote to DecryptedBallotsWithMerits 2018-08-29 12:04:18 +02:00
Manfred Karrer
c0134a3e01
Move ValidationException to other package 2018-08-29 11:54:20 +02:00
Manfred Karrer
3236a79a63
Merged master 2018-08-29 11:06:00 +02:00
Christoph Atteneder
cd2a86d4aa
Merge pull request #1642 from chirhonul/1808-fixup-script
Verify all checksums in prepare-system.sh
2018-08-28 13:24:19 +02:00
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