Skip to content

Commit 71fb917

Browse files
Merge pull request #928 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents f4736b1 + e5f3374 commit 71fb917

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/taproot-assets/examples/basic-price-oracle/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module basic-price-oracle
22

3-
go 1.23.12
3+
go 1.24.6
44

55
// We want to format raw bytes as hex instead of base64. The forked version
66
// allows us to specify that as an option.

docs/taproot-assets/release-notes/release-notes-0.7.0.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@
238238
`ChainPorter` state machine by removing a goroutine and simplifying
239239
event emission. Fixes an itest flake.
240240

241+
- [The Golang version used was bumped to `v1.23.12` to fix a potential issue
242+
with the SQL API](https://github.com/lightninglabs/taproot-assets/pull/1713).
243+
244+
- [The Golang version used was bumped to `v1.24.6` in order to keep up with the
245+
dependencies (LND).](https://github.com/lightninglabs/taproot-assets/pull/1815)
246+
241247
## Breaking Changes
242248

243249
## Performance Improvements
@@ -252,11 +258,6 @@
252258

253259
## Database
254260

255-
## Code Health
256-
257-
- [The Golang version used was bumped to `v1.23.12` to fix a potential issue
258-
with the SQL API](https://github.com/lightninglabs/taproot-assets/pull/1713).
259-
260261
## Tooling and Documentation
261262

262263
- [Two new sequence diagrams were

0 commit comments

Comments
 (0)