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 04760a0 + 0ae945f commit 32bedbaCopy full SHA for 32bedba
docs/taproot-assets/examples/basic-price-oracle/go.mod
@@ -1,6 +1,6 @@
1
module basic-price-oracle
2
3
-go 1.23.9
+go 1.23.12
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
@@ -183,6 +183,9 @@
183
184
## Code Health
185
186
+- [The Golang version used was bumped to `v1.23.12` to fix a potential issue
187
+ with the SQL API](https://github.com/lightninglabs/taproot-assets/pull/1713).
188
+
189
## Tooling and Documentation
190
191
- [Two new sequence diagrams were
0 commit comments