Commit graph

5 commits

Author SHA1 Message Date
95b89e28ed
tests: Add transaction preparation tests 2024-09-25 13:01:48 -05:00
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
66767da36a
Implement listreceived 2024-08-15 11:17:24 -05:00
621ffea3d9
Publish Zenith beta version (#80)
Co-authored-by: Rene V. Vergara <rvergara59@protonmail.com>
Reviewed-on: #80
Co-authored-by: pitmutt <rene@vergara.network>
Co-committed-by: pitmutt <rene@vergara.network>
2024-05-09 19:15:37 +00:00
a100087646
Initial commit 2022-06-20 16:46:13 -05:00