Commit Graph

128 Commits

Author SHA1 Message Date
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
5323a8ff0d
main: Added HIP-02 to sending HNS 2023-06-15 13:46:45 +10:00
2572b17898
main: Don't install HSD if custom path specified 2023-06-15 12:21:15 +10:00
a8f425434e
config: Added custom HSD launch command
- Added `HSD` and `HSD-command` keys to node.txt file
- Users can now set a custom HSD launch command by setting the `hsd-command` key in node.txt
- README.md updated with instructions on how to set a custom HSD launch command using `{default-dir}`, `{key}` and `{Bob}`
- Support section added to README.md
2023-06-15 00:00:37 +10:00
07c9618837
tx: Show inputs while outputs are loading 2023-06-14 23:27:50 +10:00
eccc584b2c
main: Fixed error check in reveal all 2023-06-14 23:27:28 +10:00
cf2f68f2b3
main: Added support for custom HSD launch command 2023-06-14 23:27:13 +10:00
5eb80bcd06
main: Added help menu 2023-06-14 17:30:50 +10:00
7c38bfc755
main: Move log if it is getting big 2023-06-14 17:19:06 +10:00
d4620af384
batch: Removed old file writing for ledger 2023-06-14 17:08:10 +10:00
15cb4efaf1
package: Increased version 2023-06-14 17:04:14 +10:00
18607358bf
TX: Fixed watchonly errors 2023-06-14 17:04:00 +10:00
6db6d02e9e
TXs: Fixed decimal errors 2023-06-14 16:57:07 +10:00
3eda3d7419
hsd-ledger added sendraw to usage 2023-06-14 16:30:49 +10:00
3f6c2bdded
hsd-ledger: Removed using files to store batch info 2023-06-14 16:30:05 +10:00
2bfca908a9
batch: Changed sendRaw in hsd-ledger 2023-06-14 16:29:22 +10:00
531d41a413
main: Fixed showing TXs for Ledger 2023-06-14 16:29:00 +10:00
960af0b169
main: fixed settings location 2023-06-14 15:49:56 +10:00
14a685690c
package: Increased version 2023-06-14 15:29:22 +10:00
816e16a9aa
main: On load bring to front 2023-06-14 15:28:59 +10:00
036819169d
tx: Get TX on load to lower memory use 2023-06-14 15:20:08 +10:00
1675ac48f3
main: Only get the number of TXs needed
This should speed up the loading on larger wallets
2023-06-14 15:19:16 +10:00
f44aac35f0
domain: Removed OPEN button from reserved domains 2023-06-14 14:09:20 +10:00
bf2e41058d
main: Fixed click on text in domains and tx history doesn't open window 2023-06-14 14:07:03 +10:00
2109879f93
Merge remote-tracking branch 'origin/master' 2023-06-13 23:58:32 +10:00