28c05a66fe
feat: implement new PrivacyPolicy
2024-10-01 08:13:26 -05:00
302cfb0b76
Add Logging to sync
2024-09-29 12:32:12 -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
7189ddcb2a
feat: update to use new createTransaction
2024-09-17 14:23:35 -05:00
4a874897cf
feat: draft new prepareTxV2
function
2024-09-16 11:52:57 -05:00
1caa4efdb4
Implement getnewaddress
RPC method
2024-08-30 15:14:48 -05:00
66767da36a
Implement listreceived
2024-08-15 11:17:24 -05:00
c68c504b53
Refactor for new schema for ZcashTransaction
2024-08-10 07:52:45 -05:00
46b4969da5
Implement database migration
2024-08-10 07:04:40 -05:00
f89e9b72ca
Add debugging to prepareTx
2024-06-06 05:58:11 -05:00
e20f253cda
Improve the fee calculation
2024-05-09 10:44:07 -05:00
dcbb2fac4a
Implement background sync
2024-05-05 09:49:55 -05:00
84c067ec79
Implement transaction creation
2024-05-03 07:10:08 -05:00
52ac50e30c
Implement per-address tx display
2024-04-24 07:42:35 -05:00
29bed14f7c
Implement transaction display
2024-04-21 07:07:51 -05:00
c6da52f594
Implement source note discovery
2024-04-17 20:28:47 -05:00
9471a861c6
Add function to check commitment trees
2024-04-09 13:32:39 -05:00
0543c1141c
Implement Shielded Output scanning
2024-04-08 15:54:09 -05:00
5ce822e52f
Migrate to Esqueleto
2024-04-07 09:25:25 -05:00
865f7241b1
Implement progress bar for zenscan
2024-04-04 14:35:08 -05:00
bf192a77f6
Add check of existing db for scan
2024-04-04 13:21:55 -05:00
de211d03b0
Add Zenith Scanner ( #71 )
...
Reviewed-on: #71
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-03-22 20:39:37 +00:00
bd32eb4f38
Implement internal change addresses
2024-03-17 07:17:52 -05:00
856ade051e
Implement wallet and account switching
2024-03-07 14:20:06 -06:00
e1262bf5f7
Add error handling for account creation
2024-03-07 08:01:29 -06:00
b33ba29c91
Implement address creation
2024-03-05 12:34:30 -06:00
c522c4c3a2
Implement Account creation
2024-03-01 14:57:13 -06:00
0de5dc4f9c
Avoid creating wallets with the same name
2024-02-28 16:37:43 -06:00
bb05d269ac
Add wallet creation logic
2024-02-28 15:12:57 -06:00
e9fd87ef58
Add splash screen to TUI
2024-02-14 12:03:18 -06:00
1022944e67
Implement help dialog
2024-02-13 14:19:05 -06:00
268d17c094
Implement functions to make RPC calls to Zebra
2024-02-12 15:14:30 -06:00
1b91177a46
CLI enhancements to manage lists of items
2024-02-09 16:18:48 -06:00