zenith/app
Rene Vergara 0e14228a0e
feat!: add block tracking to data model
Adds new `ZcashBlock` table to database to track block information and
creates a relationship between `ZcashTransaction` records and the block
they belong to.
Database getters and setters are updated to use the block record for
confirmations, height, time data.
2024-09-23 13:55:14 -05:00
..
Main.hs feat!: add block tracking to data model 2024-09-23 13:55:14 -05:00
Server.hs Implement getnewaccount 2024-08-26 15:25:31 -05:00
ZenScan.hs Implement database migration 2024-08-10 07:04:40 -05:00