Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/asset/bch/bch.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import (
"decred.org/dcrdex/dex/config"
dexbch "decred.org/dcrdex/dex/networks/bch"
dexbtc "decred.org/dcrdex/dex/networks/btc"
"github.com/bisoncraft/bchwallet/wallet"
"github.com/btcsuite/btcd/btcec/v2"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/dcrlabs/bchwallet/wallet"
"github.com/gcash/bchd/bchec"
bchchaincfg "github.com/gcash/bchd/chaincfg"
bchtxscript "github.com/gcash/bchd/txscript"
Expand Down
18 changes: 9 additions & 9 deletions client/asset/bch/spv.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ import (
"decred.org/dcrdex/client/asset/btc"
"decred.org/dcrdex/dex"
dexbch "decred.org/dcrdex/dex/networks/bch"
"github.com/bisoncraft/bchwallet/chain"
bchwaddrmgr "github.com/bisoncraft/bchwallet/waddrmgr"
"github.com/bisoncraft/bchwallet/wallet"
"github.com/bisoncraft/bchwallet/wallet/txauthor"
"github.com/bisoncraft/bchwallet/walletdb"
_ "github.com/bisoncraft/bchwallet/walletdb/bdb"
bchwtxmgr "github.com/bisoncraft/bchwallet/wtxmgr"
neutrino "github.com/bisoncraft/neutrino-bch"
labschain "github.com/bisoncraft/neutrino-bch/chain"
"github.com/btcsuite/btcd/btcec/v2"
"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcd/btcutil"
Expand All @@ -28,15 +37,6 @@ import (
"github.com/btcsuite/btcwallet/waddrmgr"
btcwallet "github.com/btcsuite/btcwallet/wallet"
"github.com/btcsuite/btcwallet/wtxmgr"
"github.com/dcrlabs/bchwallet/chain"
bchwaddrmgr "github.com/dcrlabs/bchwallet/waddrmgr"
"github.com/dcrlabs/bchwallet/wallet"
"github.com/dcrlabs/bchwallet/wallet/txauthor"
"github.com/dcrlabs/bchwallet/walletdb"
_ "github.com/dcrlabs/bchwallet/walletdb/bdb"
bchwtxmgr "github.com/dcrlabs/bchwallet/wtxmgr"
neutrino "github.com/dcrlabs/neutrino-bch"
labschain "github.com/dcrlabs/neutrino-bch/chain"
"github.com/decred/slog"
"github.com/gcash/bchd/bchec"
bchchaincfg "github.com/gcash/bchd/chaincfg"
Expand Down
2 changes: 1 addition & 1 deletion client/asset/eth/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
"decred.org/dcrdex/dex/networks/eth/contracts/entrypoint"
multibal "decred.org/dcrdex/dex/networks/eth/contracts/multibalance"
"decred.org/dcrdex/dex/utils"
"github.com/bisoncraft/go-bip39"
"github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa"
"github.com/decred/dcrd/hdkeychain/v3"
"github.com/ethereum/go-ethereum"
Expand All @@ -45,7 +46,6 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/params"
"github.com/tyler-smith/go-bip39"
)

func registerToken(tokenID uint32, desc string) {
Expand Down
18 changes: 9 additions & 9 deletions client/cmd/bisonw-desktop/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
github.com/athanorlabs/go-dleq v0.1.0 // indirect
github.com/bisoncraft/bchwallet v1.0.2 // indirect
github.com/bisoncraft/go-bip39 v1.0.1 // indirect
github.com/bisoncraft/go-monero v0.1.1 // indirect
github.com/bisoncraft/neutrino-bch v1.0.1 // indirect
github.com/bisoncraft/op-geth v0.0.0-20250729074358-3cfe4f15e91c // indirect
github.com/bits-and-blooms/bitset v1.20.0 // indirect
github.com/consensys/gnark-crypto v0.18.0 // indirect
Expand Down Expand Up @@ -86,8 +89,6 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dchest/blake2b v1.0.0 // indirect
github.com/dchest/siphash v1.2.3 // indirect
github.com/dcrlabs/bchwallet v0.0.0-20240114124852-0e95005810be // indirect
github.com/dcrlabs/neutrino-bch v0.0.0-20240114121828-d656bce11095 // indirect
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
github.com/decred/base58 v1.0.6 // indirect
github.com/decred/dcrd/blockchain/stake/v5 v5.0.2 // indirect
Expand Down Expand Up @@ -165,16 +166,15 @@ require (
github.com/tevino/abool v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/zquestz/grab v0.0.0-20190224022517-abcee96e61b1 // indirect
go.etcd.io/bbolt v1.3.12 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/time v0.9.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading