Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.16 KB

File metadata and controls

38 lines (22 loc) · 1.16 KB

Changelog

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.

Fixed

  • fix: Respect null columns when reading tx table

Changed

  • schema: Add migration 0002_schema.up.sql #14

This release includes a migration that changes the database schema in 2 ways:

  • The block table's PRIMARY KEY is changed to height; previously it was (height, hash)
  • The type of anchor.block_hash column is changed to TEXT; previously it was INTEGER

Fixed

  • fix: Avoid inserting rows of duplicate height into block table #9

Changed

  • feat: Make Store::migrate public
  • deps: Bump bdk_wallet to 2.3.0