A decentralized bitcoin exchange network
Go to file
chimp1984 e2bf77fb59
Fixes https://github.com/bisq-network/bisq/issues/5762
Avoid that outdated donation and fee addresses are used.

In case we get an outdated donation address (RECIPIENT_BTC_ADDRESS)
we trigger a dao resync. The user get a popup for doing a restart
in that case.
For the fee address selection we do not fall back to the
RECIPIENT_BTC_ADDRESS in case no address from filter is provided
but we use the hard coded address of the current fee receiver address.
2021-11-09 20:42:30 +01:00
.github GitHub build: Cache gradle dependencies 2021-11-03 14:23:08 +01:00
.idea
apitest Add api test, Cleanup 2021-11-04 12:48:07 +01:00
assets/src
cli/src Apply codacy review suggestions 2021-11-02 16:18:50 +01:00
common/src Add DEFAULT_LOG_LEVEL field 2021-11-09 20:00:34 +01:00
core Fixes https://github.com/bisq-network/bisq/issues/5762 2021-11-09 20:42:30 +01:00
daemon/src Apply patch from ghubstan 2021-11-02 16:18:50 +01:00
desktop Add missing space 2021-11-09 20:30:14 +01:00
docs
gradle Use bitcoinj 42bbae9 (with fix required for bsq swaps) 2021-10-21 15:41:07 +02:00
inventory/src/main Move Utilities.objectToJson to JsonUtil.objectToJson 2021-11-02 16:18:50 +01:00
monitor Move OfferPayload into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
p2p/src Clean up log 2021-11-09 20:00:34 +01:00
pricenode
proto/src/main/proto Persist bsq blocks as buckets of 1000 blocks 2021-11-09 13:01:19 +01:00
relay Revert to SNAPSHOT version 2021-10-29 16:06:49 +02:00
scripts
seednode
statsnode/src/main
.editorconfig
.gitattributes Add git lfs support for BsqBlocks in resources 2021-11-09 17:22:35 +01:00
.gitignore
.travis.yml
build.gradle Cleanups, change log levels 2021-11-09 13:01:19 +01:00
CODEOWNERS
CONTRIBUTING.md
gradle.properties
gradlew
gradlew.bat
LICENSE
Makefile
pull_request_template.md
README.md
settings.gradle

Bisq

Build Status

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.