Docker image #89

Merged
pitmutt merged 45 commits from milestone2 into master 2024-06-21 18:15:53 +00:00
Owner
No description provided.
pitmutt added this to the MVP 2 milestone 2024-06-21 18:15:29 +00:00
pitmutt added the
enhancement
label 2024-06-21 18:15:29 +00:00
pitmutt self-assigned this 2024-06-21 18:15:29 +00:00
pitmutt added 45 commits 2024-06-21 18:15:30 +00:00
getAdrBook function to get a list of all addresses
         recorded in AddressBook table
address field in address book changed to T.Text
delete record using AddressBookId
Options for Address Book and Help windows added
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.
- Functionality to copy receiver address to Clipboard  added
	- Functionality to Send Zcash to selected AddresBook entry added
- Check added ::   value to send has to be > 0 and <= balance
Form to create a new Address Book entry
	Error control added to the form.
DB.hs updated -
	   updateAdrsInAdrBook :: ConnectionPool -> T.Text -> T.Text -> T.Text -> IO ()
	 CLI.hs updated
Delete addressbook entry in progress
Added a  window to show a address book entry
	 It is activated pressing Enter inside Address Book window
Reviewed-on: #84
Reviewed-on: #85
ABList removed from focusRing
	 address_book's column address renamed to abaddress
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
getABookRec function commented out from DB.hs
	 abaddresses state renamed to abAddresses
addressBookDescrip changed to addressBookAbdescrip
	 DB.hs and CLI.hs source files affected
Reviewed-on: #86
list  is empty
	       Fixed  -> RefreshAddressBook function reviwed and corrected
- abText state variable removed
	 - AdrBookEntryDisplay refactored to use abAddresses state variable
- Some comments removed
Address removed from Message windown in Copy Address Action result
Some UI changes
Reviewed-on: #82
some enhancements added
Reviewed-on: #87
Reviewed-by: pitmutt <rene@vergara.network>
Reviewed-on: #88
Reviewed-by: pitmutt <rene@vergara.network>
pitmutt added this to the Zenith Full Node Wallet project 2024-06-21 18:15:30 +00:00
pitmutt merged commit d3f3651bcd into master 2024-06-21 18:15:53 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Vergara_Tech/zenith#89
No description provided.