dbfc91d33a
rvv041 - README.md updated
2024-06-01 20:20:38 -04:00
edb7422951
rvv001 - AddressBook completed - ready for tests
2024-06-01 20:04:18 -04:00
a33ae3b595
rvv041 - AddressBook -
...
Added a window to show a address book entry
It is activated pressing Enter inside Address Book window
2024-06-01 18:02:43 -04:00
4cb4f401a3
rvv041 - AddressBook functionality
...
Delete addressbook entry in progress
2024-05-31 22:18:26 -04:00
bd1f4e3a5c
rvv041 - AddressBook - Edit record working correctly.
...
DB.hs updated -
updateAdrsInAdrBook :: ConnectionPool -> T.Text -> T.Text -> T.Text -> IO ()
CLI.hs updated
2024-05-31 18:36:32 -04:00
28bbcb48f0
rvv041 - Address Book
...
Form to create a new Address Book entry
Error control added to the form.
2024-05-30 17:27:59 -04:00
939a23f7ca
rvv041 - Address Book functionality -
...
- Check added :: value to send has to be > 0 and <= balance
2024-05-24 21:55:03 -04:00
16b5acabf2
rvv041 - Address Book updated
...
- Functionality to copy receiver address to Clipboard added
- Functionality to Send Zcash to selected AddresBook entry added
2024-05-24 21:23:06 -04:00
e946df43f8
rvv041 - Addresss Book Window working with static data
...
new attributes created for the box
At this stage, the Evenhandler is processing the exit command only
to close the window and return to the main window.
2024-05-24 12:20:49 -04:00
2fb889b1a2
rvv041 - Main Menu updated -
...
Options for Address Book and Help windows added
2024-05-24 10:35:06 -04:00
8cb5211453
Merge branch 'milestone2' into rvv041
2024-05-23 13:59:49 -04:00
79b0464ff6
Add freeze file
2024-05-23 12:41:31 -05:00
146e111586
Merge branch 'milestone2' into rvv041
2024-05-23 08:44:36 -04:00
b137b022cc
Merge pull request 'Bug fixes for beta version' ( #83 ) from milestone2 into master
...
Reviewed-on: #83
2024-05-16 16:55:01 +00:00
a96d713859
Bug fixes for beta version
2024-05-16 11:50:48 -05:00
e4498e1b7d
Update to latest branch of ZH
2024-05-16 10:47:38 -05:00
83cc1905ad
rvv041 - CRUD operations for AddressBook completed
...
delete record using AddressBookId
2024-05-14 18:17:21 -04:00
e9e56453c1
rvv041 - Insert and edit an address book entry functions created
...
address field in address book changed to T.Text
2024-05-13 16:26:07 -04:00
2fb6747bfb
rvv041 - Address Book table added to database
...
getAdrBook function to get a list of all addresses
recorded in AddressBook table
2024-05-12 20:39:48 -04:00
94b16f743f
Commit zenith.db created
2024-05-10 22:11:23 -04:00
d6faa3e5e5
Merge branch 'master' into rvv041
2024-05-10 22:06:40 -04:00
3f4bfefe64
2024-05-10 - Initial commit from dev041
2024-05-10 21:07:19 -04:00
1dc71c0d83
Merge branch 'dev041'
2024-05-10 08:28:51 -05:00
af1ee16408
Merge pull request 'Beta release' ( #79 ) from rav001 into dev041
...
Reviewed-on: #79
2024-05-10 13:19:53 +00:00
ad1c910c95
Merge branch 'dev041' into rav001
2024-05-10 13:19:36 +00: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
5f0a7dc6b0
Version bump
2024-05-09 14:09:35 -05:00
dd20442d44
Update installation instructions
2024-05-09 14:08:49 -05:00
f71426d69f
Merge pull request 'Sending transactions' ( #78 ) from rav001 into dev041
...
Reviewed-on: #78
2024-05-09 15:48:24 +00: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
1ba188ec24
Merge pull request 'Implement transaction creation' ( #77 ) from rav001 into dev041
...
Reviewed-on: #77
2024-05-03 12:15:11 +00:00
84c067ec79
Implement transaction creation
2024-05-03 07:10:08 -05:00
8ec2fe31a4
Merge pull request 'Include display of balance and transactions' ( #76 ) from rav001 into dev041
...
Reviewed-on: #76
2024-04-25 19:24:59 +00:00
900d4f9da6
Balance display and transaction display
2024-04-25 14:22:44 -05:00
53c18a833b
Fix display of last block scanned
2024-04-24 09:04:56 -05:00
07c1b85829
Add balance display to UI
2024-04-24 08:58:45 -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
a36de0a307
Merge pull request 'Enhancements to blockchain scanner' ( #74 ) from rav001 into dev041
...
Reviewed-on: #74
2024-04-04 19:39:06 +00: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
f2ab12238d
Merge pull request 'Implements scanning of transactions' ( #73 ) from rav001 into dev041
...
Reviewed-on: #73
2024-04-03 20:20:47 +00:00
a79b86cc05
Implements scanning of transactions
2024-04-03 15:14:14 -05:00
24fd6e2e95
Merge pull request 'Implements scanning of transparent transactions' ( #72 ) from rav001 into dev041
...
Reviewed-on: #72
2024-03-27 18:40:58 +00:00
b3e33b798b
Update to ZH 0.5.2.0
2024-03-27 13:38:02 -05:00