Skip to content

Commit

Permalink
Merge pull request #77 from gcash/may-2022-upgrade
Browse files Browse the repository at this point in the history
[Chore] Update bchwallet for the may 2022 upgrade
  • Loading branch information
cpacia authored May 9, 2022
2 parents 4837f97 + 56b5671 commit 0c22707
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 12 deletions.
2 changes: 1 addition & 1 deletion boot/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 9
appMinor uint = 10
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet
Expand Down
29 changes: 20 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,36 @@ go 1.16
require (
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/gcash/bchd v0.18.1
github.com/dchest/siphash v1.2.3 // indirect
github.com/gcash/bchd v0.19.0
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6
github.com/gcash/bchutil v0.0.0-20210113190856-6ea28dff4000
github.com/gcash/bchwallet/walletdb v0.0.0-20210524044131-61bcca2ae6f9
github.com/gcash/neutrino v0.0.0-20210524105223-4cec86bbd8a4
github.com/gcash/bchwallet/walletdb v0.0.0-20210524114850-4837f9798568
github.com/gcash/neutrino v0.0.0-20210524114821-3b1878290cf9
github.com/golang/protobuf v1.5.2
github.com/improbable-eng/grpc-web v0.14.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/jarcoal/httpmock v1.0.8
github.com/jessevdk/go-flags v1.5.0
github.com/jrick/logrotate v1.0.0
github.com/klauspost/compress v1.12.2 // indirect
github.com/klauspost/compress v1.15.2 // indirect
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf
github.com/miekg/dns v1.1.42
github.com/miekg/dns v1.1.48
github.com/prometheus/common v0.34.0 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/simpleledgerinc/goslp v0.0.0-20210423125905-3c2e5f2ef33f // indirect
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f
google.golang.org/grpc v1.38.0
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
google.golang.org/grpc v1.46.0
nhooyr.io/websocket v1.8.7 // indirect
)

Expand Down
Loading

0 comments on commit 0c22707

Please sign in to comment.