Skip to content

Commit e7dc483

Browse files
authored
Merge pull request #950 from lightninglabs/bump-tapd-0-5-1-rc1
Update tapd to v0.5.1-alpha.rc1, bump version to v0.14.1-alpha.rc1
2 parents 85143d9 + db23a1b commit e7dc483

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

docs/release-notes/release-notes-0.14.1.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@
3636

3737
### Taproot Assets
3838

39+
* The integrated `tapd` instance was
40+
[updated](https://github.com/lightninglabs/lightning-terminal/pull/950) to
41+
[`v0.5.1-alpha.rc1`](https://github.com/lightninglabs/taproot-assets/releases/tag/v0.5.1-rc1).
42+
3943
# Contributors (Alphabetical Order)
4044

41-
* Elle Mouton
45+
* Andras Banki-Horvath
46+
* Elias Rad
47+
* Elle Mouton
48+
* jiangmencity
49+
* Oliver Gugger
50+
* Tristav
51+
* zhoufanjin

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/lightninglabs/pool v0.6.5-beta.0.20241015105339-044cb451b5df
2424
github.com/lightninglabs/pool/auctioneerrpc v1.1.2
2525
github.com/lightninglabs/pool/poolrpc v1.0.0
26-
github.com/lightninglabs/taproot-assets v0.5.0
26+
github.com/lightninglabs/taproot-assets v0.5.1-rc1
2727
github.com/lightningnetwork/lnd v0.18.4-beta
2828
github.com/lightningnetwork/lnd/cert v1.2.2
2929
github.com/lightningnetwork/lnd/fn v1.2.3
@@ -57,7 +57,7 @@ require (
5757
github.com/aead/siphash v1.0.1 // indirect
5858
github.com/andybalholm/brotli v1.0.4 // indirect
5959
github.com/beorn7/perks v1.0.1 // indirect
60-
github.com/btcsuite/btcd/btcutil/psbt v1.1.8 // indirect
60+
github.com/btcsuite/btcd/btcutil/psbt v1.1.10 // indirect
6161
github.com/btcsuite/btcwallet v0.16.10-0.20240912233857-ffb143c77cc5 // indirect
6262
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.5 // indirect
6363
github.com/btcsuite/btcwallet/wallet/txrules v1.2.2 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@ github.com/btcsuite/btcd/btcutil v1.0.0/go.mod h1:Uoxwv0pqYWhD//tfTiipkxNfdhG9Ur
661661
github.com/btcsuite/btcd/btcutil v1.1.0/go.mod h1:5OapHB7A2hBBWLm48mmw4MOHNJCcUBTwmWH/0Jn8VHE=
662662
github.com/btcsuite/btcd/btcutil v1.1.5 h1:+wER79R5670vs/ZusMTF1yTcRYE5GUsFbdjdisflzM8=
663663
github.com/btcsuite/btcd/btcutil v1.1.5/go.mod h1:PSZZ4UitpLBWzxGd5VGOrLnmOjtPP/a6HaFo12zMs00=
664-
github.com/btcsuite/btcd/btcutil/psbt v1.1.8 h1:4voqtT8UppT7nmKQkXV+T9K8UyQjKOn2z/ycpmJK8wg=
665-
github.com/btcsuite/btcd/btcutil/psbt v1.1.8/go.mod h1:kA6FLH/JfUx++j9pYU0pyu+Z8XGBQuuTmuKYUf6q7/U=
664+
github.com/btcsuite/btcd/btcutil/psbt v1.1.10 h1:TC1zhxhFfhnGqoPjsrlEpoqzh+9TPOHrCgnPR47Mj9I=
665+
github.com/btcsuite/btcd/btcutil/psbt v1.1.10/go.mod h1:ehBEvU91lxSlXtA+zZz3iFYx7Yq9eqnKx4/kSrnsvMY=
666666
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.0/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
667667
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
668668
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 h1:59Kx4K6lzOW5w6nFlA0v5+lk/6sjybR934QNHSJZPTQ=
@@ -1177,8 +1177,8 @@ github.com/lightninglabs/pool/poolrpc v1.0.0 h1:vvosrgNx9WXF4mcHGqLjZOW8wNM0q+BL
11771177
github.com/lightninglabs/pool/poolrpc v1.0.0/go.mod h1:ZqpEpBFRMMBAerMmilEjh27tqauSXDwLaLR0O3jvmMA=
11781178
github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display h1:w7FM5LH9Z6CpKxl13mS48idsu6F+cEZf0lkyiV+Dq9g=
11791179
github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
1180-
github.com/lightninglabs/taproot-assets v0.5.0 h1:aXX08DsV9ObUCm5jAbUsd0B1llcAqQHVAfrxtRu+q7Q=
1181-
github.com/lightninglabs/taproot-assets v0.5.0/go.mod h1:7XEbJ8DZ79hkYUNuZceuynT6vGqDNdAn7l20knK9DfI=
1180+
github.com/lightninglabs/taproot-assets v0.5.1-rc1 h1:2DjdSLgx3rSLp1ripu+uBLA4TaCkptMloPtR5p3pagY=
1181+
github.com/lightninglabs/taproot-assets v0.5.1-rc1/go.mod h1:W/R7DYNT8su4SkmHfea1sASR6o4t+Ztfu7wF/Gzdtnw=
11821182
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb h1:yfM05S8DXKhuCBp5qSMZdtSwvJ+GFzl94KbXMNB1JDY=
11831183
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb/go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI=
11841184
github.com/lightningnetwork/lnd v0.18.4-beta h1:4pGmIjIMisrs4TMDYp4fk8NeI1YFpcuqwaSiFwLcd1g=

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
appMajor uint = 0
2525
appMinor uint = 14
26-
appPatch uint = 0
26+
appPatch uint = 1
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.
30-
appPreRelease = "alpha"
30+
appPreRelease = "alpha.rc1"
3131
)
3232

3333
// Version returns the application version as a properly formed string per the

0 commit comments

Comments
 (0)