Commit Graph

152 Commits

Author SHA1 Message Date
db5934bf4a
batch: Fixed batch form flashing when it imports 2023-06-26 21:21:03 +10:00
54d5c63db7
multisig: Finished signing for hot wallets 2023-06-26 18:48:12 +10:00
6da345e650
multisig: Added info on signers
Added variables to track the number of total signers, required signers and signed signatures. Also added code to get multisig information from transaction inputs and display it in the UI.
2023-06-26 18:13:08 +10:00
5be4f0d6e9
multisig: Added import tx 2023-06-26 16:21:05 +10:00
b1d21289ab
main: Initial send multisig to address 2023-06-26 16:20:54 +10:00
cefd2d18c7
main: Added multisig detect 2023-06-26 14:31:18 +10:00
d8efdb98f7
batch: Bring form to front after you add a new batch 2023-06-24 14:39:59 +10:00
eea79b92d4
main: Added HIP-02 to batch import transfers 2023-06-24 11:41:05 +10:00
ffd1372eca
transform: Updated HIP02 to use MainForm's task 2023-06-24 11:34:02 +10:00
cbf1bc3e38
main: Moved HIP02 lookup to its own task 2023-06-24 11:28:30 +10:00
843f824b2f
package: Increased version 2023-06-22 13:29:37 +10:00
71a04edc02
README.md: Added default settings to config file
- Added default settings for HideScreen and Timeout to the config file
- Users can modify these values in the file if needed
2023-06-22 13:26:58 +10:00
30c5690c24
main: Custom timeouts 2023-06-22 13:20:11 +10:00
af9327a1fa
main: Restart node if it hangs 2023-06-22 12:55:46 +10:00
07345d7f33
Merge branch 'newBranding' 2023-06-21 21:32:08 +10:00
d41c72faff
main: Added redeem and send all 2023-06-21 21:31:46 +10:00
a4a35ad62e
splash: Cleaned up code 2023-06-21 19:42:19 +10:00
9f0f7214e2
splash: Added splash screen fade in out 2023-06-21 19:38:20 +10:00
742cd9bafd
main: Initial new image 2023-06-21 17:57:52 +10:00
9f33c74bb0
main: Added Register support 2023-06-21 12:12:45 +10:00
8f241fc90a
main: Stop logging sending HNS unless errors 2023-06-20 12:39:51 +10:00
dc09194759
readme: Added info on donating straight to @firewallet 2023-06-20 12:11:44 +10:00
638a367029
package: Increased version 2023-06-20 11:58:51 +10:00
026849575d
readme: Removed warning about import UPDATE not working 2023-06-20 11:58:02 +10:00
d1a150114e
main: Updated batching and docs
- Updated example-configs/batch.txt with new DNS records
- Modified BatchForm.cs to handle new DNS record types
2023-06-20 11:57:33 +10:00
5d59bdee64
dns: Updated DNS record parsing and formatting
- Added support for new DNS record types
- Improved formatting of update records in BatchForm.cs
2023-06-20 11:43:39 +10:00
74548a22e2
main: Removed unused dependencies 2023-06-19 13:24:18 +10:00
ac2aa06888
main: Fixed resizing form 2023-06-19 11:31:43 +10:00
429cf0d67b
package: Increase version 2023-06-18 20:33:27 +10:00
38838096d6
readme: Added info on HIP-02 config 2023-06-18 20:28:08 +10:00
fae4bff32b
main: HIP-02 fix for Bob port
If Bob is the HSD FireWallet is connected to use the default Bob DNS resolver port
2023-06-18 20:25:27 +10:00
df8c675588
Merge branch 'hip02remote' 2023-06-18 20:10:31 +10:00
de7109eddc
main: Added some improvements to hip02 addresses with trailing whitespace 2023-06-18 19:58:43 +10:00
1a98a6a1c6
main: Add option to set custom hip 02 ip and port 2023-06-18 19:42:05 +10:00
859562ac22
splash: Don't require top most 2023-06-18 19:41:26 +10:00
0a5412478c
main: Cleaned up code and set splash to close after node connected
- Splash will not close anymore until Node is started and connected if internal HSD running.
- Splash will not close until after 4 seconds if external HSD running
2023-06-17 15:24:13 +10:00
90cc614ebf
main: Updated theme dropdown and added new menu item for other projects.
- Changed foreach loop to update the foreground and background colors of ToolStripDropDownItems
- Added a new menu item "Other Projects" to the Help dropdown menu
- Created a new event handler method for the "Other Projects" menu item click action
2023-06-17 13:47:47 +10:00
a024ce7afc
readme: Added installation dependencies
- Added instructions for installing .net desktop
- Added instructions for installing Node, NPM, and git
2023-06-16 11:20:48 +10:00
88ee50f4a6
main: Dependencies install links 2023-06-15 22:56:35 +10:00
23cbace1ea
package: Increased version 2023-06-15 22:28:51 +10:00
6894e9c079
main: Fixed installation of hsd 2023-06-15 22:21:12 +10:00
95d0498672
main: cleaned up code 2023-06-15 22:01:32 +10:00
88c6b5afe0
README.md: Added instructions for using HIP-02
- Added instructions for using HIP-02 to send HNS to Handshake addresses or domains.
- To use HIP-02, a user needs to have an HSD resolver listening on port 5350.
- A domain must be prefixed with `@` to use HIP-02 (e.g., `@nathan.woodburn`).
2023-06-15 17:38:05 +10:00
f06bc5b711
mainForm.cs: Added domain sorting feature and updated UI
- Added comboBoxDomainSort_DropDownClosed method to update domains
- Added comboBoxDomainSort control to panelDomains
- Added labelDomainSort control to MainForm.Designer.cs
- Updated UpdateDomains method to sort domains based on selected option
2023-06-15 16:47:59 +10:00
42536e47bb
README.md: Added a note about BID import syntax
- Added a note about the BID import syntax being BID,LOCKUP where LOCKUP is (BID+BLIND)
2023-06-15 16:43:51 +10:00
404a47ec79
batchForm.cs: Added try-catch block to handle file in use exceptions
- Added try-catch block to handle exceptions when importing batch
- Displayed error message and notification form if an exception occurs
2023-06-15 16:21:13 +10:00
c3abd0b4de
README.md: Added ability to send HNS using HIP-02
- Added option to send HNS to Handshake addresses or domains
- Implemented [HIP-02](https://github.com/handshake-org/HIPs/blob/master/HIP-0002.md) for sending HNS
2023-06-15 14:07:26 +10:00
41a38e2af1
package: Increased version 2023-06-15 14:00:48 +10:00
699b1051d4
main: Finished HIP-02 sending 2023-06-15 13:56:24 +10:00
14cb5453dc
main: HIP-02 transfers for domains 2023-06-15 13:55:51 +10:00