File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
examples/basic-price-oracle Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11module 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.
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments