mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
A decentralized bitcoin exchange network
6a84500710
In the (hopefully rare) case that the user has multiple past trades that end in arbitration, the entire wallet tx output set was scanned once for every such trade (via 'TransactionAwareTrade.isRefundPayoutTx' calls), to look for any outputs matching the payout address. This potentially causes a slowdown of the Transaction view load for each new arbitration case added. To avoid this problem, cache the last set of recipient address strings of the provided tx, as the next call to 'isRefundPayoutTx' is likely to be for the same tx. Also check that there is exactly one input (the multisig input) for any candidate delayed payout tx, to speed up 'isDelayedPayoutTx' in case the wallet contains many unusual txs with nonzero locktime. |
||
---|---|---|
.github | ||
.idea | ||
apitest | ||
assets | ||
build-logic | ||
cli | ||
common | ||
core | ||
daemon | ||
desktop | ||
docs | ||
gradle | ||
p2p | ||
proto | ||
scripts | ||
seednode | ||
statsnode | ||
.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 |
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.