File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
docs/taproot-assets/release-notes Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments