Docker image #89

Merged
pitmutt merged 45 commits from milestone2 into master 2024-06-21 18:15:53 +00:00

45 Commits

Author SHA1 Message Date
Rene Vergara 2f88c89083
Version update 2024-06-21 12:58:31 -05:00
pitmutt 77a0890ac8
Merge pull request 'rvv041 - Change Zenith start parameter from CLI to TUI' (#88) from rvv041 into milestone2
Reviewed-on: #88
Reviewed-by: pitmutt <rene@vergara.network>
2024-06-12 17:18:39 +00:00
pitmutt 3a9c5a8430
Merge branch 'milestone2' into rvv041 2024-06-12 17:17:43 +00:00
Rene V. Vergara A. f8bac14df3 rvv041 - Change Zenith start parameter from CLI to TUI 2024-06-11 19:34:40 -04:00
pitmutt 244bbf76a7
Merge pull request 'rvv041 - User Interface' (#87) from rvv041 into milestone2
Reviewed-on: #87
Reviewed-by: pitmutt <rene@vergara.network>
2024-06-11 19:14:00 +00:00
pitmutt b63b0ff444
Merge branch 'milestone2' into rvv041 2024-06-11 19:13:43 +00:00
Rene V. Vergara A. d1a5fdfa50 rvv041 - User Interface
some enhancements added
2024-06-07 20:53:32 -04:00
pitmutt 122d24a929
Merge pull request 'rvv041' (#82) from rvv041 into milestone2
Reviewed-on: #82
2024-06-07 20:03:05 +00:00
Rene Vergara f89e9b72ca
Add debugging to `prepareTx` 2024-06-06 05:58:11 -05:00
Rene V. Vergara A. 84265de3e2 rvv041 - Merge branch 'milestone2' into rvv041
Some UI changes
2024-06-05 20:43:32 -04:00
Rene V. Vergara A. 3f33295bdc rvv041 - Code Optimization - Addreess Book
Address removed from Message windown in Copy Address Action result
2024-06-04 20:14:49 -04:00
Rene V. Vergara A. 8754c79079 rvv041 - Code Optimization
- Some comments removed
2024-06-03 22:10:30 -04:00
Rene V. Vergara A. 4f0fa9bc34 rvv041 - Code Optimization
- abText state variable removed
	 - AdrBookEntryDisplay refactored to use abAddresses state variable
2024-06-03 21:41:48 -04:00
Rene V. Vergara A. c5b7714917 rvv041 - Bug - New address book entry not displaying when address buok
list  is empty
	       Fixed  -> RefreshAddressBook function reviwed and corrected
2024-06-03 18:17:50 -04:00
pitmutt eb82f250ea
Merge pull request 'Enable copying transaction ID' (#86) from fix014 into milestone2
Reviewed-on: #86
2024-06-03 19:25:51 +00:00
Rene Vergara 0ae6e1d458
Enable copying transaction ID 2024-06-03 14:12:47 -05:00
Rene V. Vergara A. ddbd08d474 rvv041 - Code Optimizations
addressBookDescrip changed to addressBookAbdescrip
	 DB.hs and CLI.hs source files affected
2024-06-03 15:00:05 -04:00
Rene V. Vergara A. 772025e317 rvv041 - Code Optimizations
getABookRec function commented out from DB.hs
	 abaddresses state renamed to abAddresses
2024-06-03 14:48:01 -04:00
Rene V. Vergara A. d57ac5db14 rvv041 - Code Optimizations
addressbook's column descrip renamed to abdescrip
	 _abText - variable used to hold AddressBook entry data for display
	 _abCurAdrs - variable used to hold unique key in CRUD operations
2024-06-03 14:28:39 -04:00
Rene V. Vergara A. 51116e8083 rvv041 - Code optimizations
ABList removed from focusRing
	 address_book's column address renamed to abaddress
2024-06-03 14:04:16 -04:00
pitmutt 4e8c01c8d9
Merge pull request 'Fix issue 010' (#85) from fix010 into milestone2
Reviewed-on: #85
2024-06-03 17:19:50 +00:00
Rene Vergara 006c101c06
Fix issue 010 2024-06-03 12:18:18 -05:00
Rene V. Vergara A. 1c88ea5f08 rvv041 - {-# LANGUAGE BlockArguments #-} removed 2024-06-03 12:53:24 -04:00
pitmutt 42412e12b9
Merge pull request 'Fix issue 015' (#84) from fix015 into milestone2
Reviewed-on: #84
2024-06-03 16:35:56 +00:00
Rene Vergara c6e006edf3
Fix issue 015 2024-06-03 11:33:43 -05:00
Rene V. Vergara A. 0b70bbb8de rvv041 - Improvement - Unused code removed 2024-06-02 09:02:12 -04:00
Rene V. Vergara A. dbfc91d33a rvv041 - README.md updated 2024-06-01 20:20:38 -04:00
Rene V. Vergara A. edb7422951 rvv001 - AddressBook completed - ready for tests 2024-06-01 20:04:18 -04:00
Rene V. Vergara A. 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
Rene V. Vergara A. 4cb4f401a3 rvv041 - AddressBook functionality
Delete addressbook entry in progress
2024-05-31 22:18:26 -04:00
Rene V. Vergara A. 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
Rene V. Vergara A. 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
Rene V. Vergara A. 939a23f7ca rvv041 - Address Book functionality -
- Check added ::   value to send has to be > 0 and <= balance
2024-05-24 21:55:03 -04:00
Rene V. Vergara A. 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
Rene V. Vergara A. 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
Rene V. Vergara A. 2fb889b1a2 rvv041 - Main Menu updated -
Options for Address Book and Help windows added
2024-05-24 10:35:06 -04:00
Rene V. Vergara A. 8cb5211453 Merge branch 'milestone2' into rvv041 2024-05-23 13:59:49 -04:00
Rene Vergara 79b0464ff6
Add freeze file 2024-05-23 12:41:31 -05:00
Rene V. Vergara A. 146e111586 Merge branch 'milestone2' into rvv041 2024-05-23 08:44:36 -04:00
Rene V. Vergara A. 83cc1905ad rvv041 - CRUD operations for AddressBook completed
delete record using AddressBookId
2024-05-14 18:17:21 -04:00
Rene V. Vergara A. 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
Rene V. Vergara A. 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
Rene V. Vergara A. 94b16f743f Commit zenith.db created 2024-05-10 22:11:23 -04:00
Rene V. Vergara A. d6faa3e5e5 Merge branch 'master' into rvv041 2024-05-10 22:06:40 -04:00
Rene V. Vergara A. 3f4bfefe64 2024-05-10 - Initial commit from dev041 2024-05-10 21:07:19 -04:00