Skip to content

Commit 15c1eb1

Browse files
authored
Merge pull request #7099 from sputn1ck/v0.14.5
release: create v0.14.5 branch to back port block parsing bug fix
2 parents eecbe99 + 7a92b50 commit 15c1eb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
AppMinor uint = 14
4545

4646
// AppPatch defines the application patch for this binary.
47-
AppPatch uint = 4
47+
AppPatch uint = 5
4848

4949
// AppPreRelease MUST only contain characters from semanticAlphabet
5050
// per the semantic versioning spec.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require (
55
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
66
github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82
77
github.com/Yawning/aez v0.0.0-20180114000226-4dad034d9db2
8-
github.com/btcsuite/btcd v0.22.2
8+
github.com/btcsuite/btcd v0.22.3
99
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
1010
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
1111
github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3/go.mod h1:3J08xEfcug
8585
github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ=
8686
github.com/btcsuite/btcd v0.21.0-beta.0.20201208033208-6bd4c64a54fa/go.mod h1:Sv4JPQ3/M+teHz9Bo5jBpkNcP0x6r7rdihlNL/7tTAs=
8787
github.com/btcsuite/btcd v0.22.0-beta.0.20210803133449-f5a1fb9965e4/go.mod h1:9n5ntfhhHQBIhUvlhDvD3Qg6fRUj4jkN0VB8L8svzOA=
88-
github.com/btcsuite/btcd v0.22.2 h1:vBZ+lGGd1XubpOWO67ITJpAEsICWhA0YzqkcpkgNBfo=
89-
github.com/btcsuite/btcd v0.22.2/go.mod h1:wqgTSL29+50LRkmOVknEdmt8ZojIzhuWvgu/iptuN7Y=
88+
github.com/btcsuite/btcd v0.22.3 h1:kYNaWFvOw6xvqP0vR20RP1Zq1DVMBxEO8QN5d1/EfNg=
89+
github.com/btcsuite/btcd v0.22.3/go.mod h1:wqgTSL29+50LRkmOVknEdmt8ZojIzhuWvgu/iptuN7Y=
9090
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
9191
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
9292
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo=

0 commit comments

Comments
 (0)