mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
A decentralized bitcoin exchange network
Some apache & logback dependency versions were bumped up, some transitive dependencies declared as direct dependencies, and some new exclusions were added to reduce the number of duplicated dependencies in the build. Also updated gradle-witness.gradle. Here are some of the duplicated apache and logback dependencies in the current build: commons-codec-1.10.jar commons-codec-1.9.jar commons-io-2.4.jar commons-io-2.6.jar commons-logging-1.1.1.jar commons-logging-1.2.jar httpclient-4.0.1.jar httpclient-4.5.3.jar httpclient-4.5.5.jar httpcore-4.0.1.jar httpcore-4.4.6.jar httpcore-4.4.9.jar logback-classic-1.1.10.jar logback-classic-1.1.11.jar logback-core-1.1.10.jar logback-core-1.1.11.jar Upgraded: codecVersion 1.9 -> 1.13 ioVersion 2.4 -> 2.6 langVersion 3.4 -> 3.8 httpclientVersion 4.5.3 -> 4.5.12 slf4jVersion 1.7.22 -> 1.7.25 New dependency declarations: loggingVersion 1.2 httpcoreVersion 4.4.13 This commit reduces the number of build dependencies by 10. Partial fix for #4086 |
||
---|---|---|
.github | ||
.idea | ||
assets/src | ||
cli/src/main/java/bisq/cli/app | ||
common/src | ||
core | ||
daemon/src/main/java | ||
desktop | ||
docs | ||
gradle | ||
monitor | ||
p2p/src | ||
pricenode | ||
relay | ||
scripts | ||
seednode | ||
statsnode/src/main | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
Makefile | ||
pull_request_template.md | ||
README.md | ||
settings.gradle |
Bisq
What is Bisq?
Bisq is a safe, private and decentralized way to exchange bitcoin for national currencies and other digital assets. Bisq uses peer-to-peer networking and multi-signature escrow to facilitate trading without a third party. Bisq is non-custodial and incorporates a human arbitration system to resolve disputes.
To learn more, see the doc and video at https://bisq.network/intro.
Get started using Bisq
Follow the step-by-step instructions at https://bisq.network/get-started.
Contribute to Bisq
See CONTRIBUTING.md and the developer docs.