From ce5824c184e757f4a4febcf076a234d565d6cc89 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 11 Nov 2024 15:01:46 -0600 Subject: [PATCH] [release-v2.0] main: Use backported mixing updates. This updates the 2.0 release branch to use the latest version of the mixing module which includes various fixes to make decentralized mixing more robust against misbehaving peers. All participants will need to update to the latest version to achieve the maximum anonymity set. In particular, the following updated module version is used: - github.com/decred/dcrd/mixing@v0.4.2 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 33753f1df..130c136f8 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/decred/dcrd/gcs/v4 v4.1.0 github.com/decred/dcrd/lru v1.1.2 github.com/decred/dcrd/math/uint256 v1.0.2 - github.com/decred/dcrd/mixing v0.4.1 + github.com/decred/dcrd/mixing v0.4.2 github.com/decred/dcrd/peer/v3 v3.1.3 github.com/decred/dcrd/rpc/jsonrpc/types/v4 v4.3.0 github.com/decred/dcrd/rpcclient/v8 v8.0.1 diff --git a/go.sum b/go.sum index 412dd96da..be5347a2e 100644 --- a/go.sum +++ b/go.sum @@ -58,8 +58,8 @@ github.com/decred/dcrd/lru v1.1.2 h1:KdCzlkxppuoIDGEvCGah1fZRicrDH36IipvlB1ROkFY github.com/decred/dcrd/lru v1.1.2/go.mod h1:gEdCVgXs1/YoBvFWt7Scgknbhwik3FgVSzlnCcXL2N8= github.com/decred/dcrd/math/uint256 v1.0.2 h1:o8peafL5QmuXGTergI3YDpDU0eq5Z0pQi88B8ym4PRA= github.com/decred/dcrd/math/uint256 v1.0.2/go.mod h1:7M/y9wJJvlyNG/f/X6mxxhxo9dgloZHFiOfbiscl75A= -github.com/decred/dcrd/mixing v0.4.1 h1:W8ZCzhmNyzG1xjJMA3L6FOElmp98Ttnk3dDUxD6irAE= -github.com/decred/dcrd/mixing v0.4.1/go.mod h1:ySvVwTZyVz5YvevA6YjPrB6pJEwTm7IkHohTfaiHh2c= +github.com/decred/dcrd/mixing v0.4.2 h1:mpt2pNIFTI6L1hXrieAWJTQJv5t9WzHcNnhI+tnAG90= +github.com/decred/dcrd/mixing v0.4.2/go.mod h1:VF87lOn41kitgWVOwmXoB4qMYF7+bxItZXyw4JfW3EQ= github.com/decred/dcrd/peer/v3 v3.1.3 h1:MmIVuP82VdBTqSqqz6+m8YFpsV7C7KT/jTzngleepyY= github.com/decred/dcrd/peer/v3 v3.1.3/go.mod h1:Uj2o/et9DswIv173UTIiQwZ3jb57vcjss8yAkUHAvcY= github.com/decred/dcrd/rpc/jsonrpc/types/v4 v4.3.0 h1:l0DnCcILTNrpy8APF3FLN312ChpkQaAuW30aC/RgBaw=