We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e91b95e + 40af41b commit d12ee18Copy full SHA for d12ee18
docs/taproot-assets/examples/basic-price-oracle/go.mod
@@ -1,6 +1,6 @@
1
module basic-price-oracle
2
3
-go 1.24.6
+go 1.24.9
4
5
// We want to format raw bytes as hex instead of base64. The forked version
6
// allows us to specify that as an option.
docs/taproot-assets/release-notes/release-notes-0.7.0.md
@@ -315,6 +315,9 @@
315
- [The Golang version used was bumped to `v1.24.6` in order to keep up with the
316
dependencies (LND).](https://github.com/lightninglabs/taproot-assets/pull/1815)
317
318
+- [PR](https://github.com/lightninglabs/taproot-assets/pull/1861): Bump
319
+ `lnd` to `v0.20.0-beta` as prep for non-RC release of taproot-assets.
320
+
321
## Breaking Changes
322
323
## Performance Improvements
0 commit comments