All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix: Respect null columns when reading
txtable
- schema: Add migration
0002_schema.up.sql#14
This release includes a migration that changes the database schema in 2 ways:
- The
blocktable's PRIMARY KEY is changed toheight; previously it was(height, hash) - The type of
anchor.block_hashcolumn is changed to TEXT; previously it was INTEGER
- fix: Avoid inserting rows of duplicate height into
blocktable #9
- feat: Make
Store::migratepublic - deps: Bump
bdk_walletto 2.3.0