Skip to content

Commit 2e5c5bc

Browse files
Merge pull request #938 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 3df4dc3 + 94f4f68 commit 2e5c5bc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
requiring a fully initialized AuxSweeper, allowing sweep operations to proceed
5454
during server startup.
5555

56+
- [Ensure that tapd won't start if the latest db migration errors and sets the
57+
db to a dirty state for sqlite database
58+
backends](https://github.com/lightninglabs/taproot-assets/pull/1826).
59+
If the latest migration errors and sets the db to a dirty state, startup of
60+
tapd will now be prevented for all database backend types. Previously, this
61+
safeguard did not work correctly for SQLite backends if the most recent
62+
migration failed. Tapd could then still start even though the database was
63+
dirty. This issue has been resolved, and the behavior is now consistent across
64+
all database backend types.
65+
5666
# New Features
5767

5868
## Functional Enhancements
@@ -179,6 +189,15 @@
179189
configured with public read access. This matches the behavior of the
180190
existing FetchSupplyCommit RPC endpoint.
181191

192+
- [PR#1839](https://github.com/lightninglabs/taproot-assets/pull/1839) The
193+
`FetchSupplyLeaves` and `FetchSupplyCommit` RPC endpoints now
194+
include a new `block_headers` field. This field is a map from block
195+
height to a `SupplyLeafBlockHeader` message, which provides the block
196+
header timestamp (in seconds since the Unix epoch) and the 32-byte
197+
block header hash. This allows clients to obtain block timing and hash
198+
information directly from the RPC response without performing separate
199+
blockchain queries.
200+
182201
## tapcli Additions
183202

184203
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint

0 commit comments

Comments
 (0)