Commit Graph

112 Commits

Author SHA1 Message Date
6218b337fb
main: Added Yubikey device check and removed redundant code
- Added a check for the number of connected Yubikeys
- Removed redundant code that prompts user to insert Yubikey before unlocking.
2023-06-15 19:31:24 +10:00
79350570fd
main: Added YubiKey
- Added a reference to the Yubico.YubiKey package in FireWallet.csproj

MainForm.cs: Added Yubikey login functionality
- Added code to use a connected Yubikey to encrypt and decrypt account passwords for login.

MainForm.Designer.cs: Added button for Yubikey settings
- Created a button for users to access the settings for using their Yubikey.
2023-06-15 19:08:55 +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
112b719d78
main: Fixed npm installed checks and fixed HSD install 2023-06-13 23:58:24 +10:00
2395c4ca29
main: Fixed npm installed checks 2023-06-13 23:57:10 +10:00
752d20f369
main: Updated version 2023-06-13 23:26:16 +10:00
dc53d7eb0f
assets: removed tmp logo 2023-06-13 23:26:06 +10:00
3783cfe759
main: Added error checks in case HSD doesn't start 2023-06-13 23:04:16 +10:00
71395f253b
main: Added agent to internal HSD node 2023-06-13 22:51:48 +10:00
b34c6507b8
domains: Fixed opening domain error 2023-06-13 22:51:23 +10:00
b93c981fcd
main: Added better errors for git, node or npm not installed 2023-06-13 11:30:54 +10:00
c7184be5ef
main: Fixed installer problem (need to increase file version number) 2023-06-12 21:55:43 +10:00
b934ba2184
Added TXWindow 2023-06-12 21:36:07 +10:00
43a52cc029
tx: Added name to outputs 2023-06-12 21:35:39 +10:00
092e30799b
main: Added TX windows to open and view txs in 2023-06-12 21:03:54 +10:00
54c5ccb555
main: Fixed bug with domain stats not being found 2023-06-12 14:53:07 +10:00
879f74f2bc
installer: increased version number 2023-06-12 14:34:16 +10:00
41fa569563
main: updated no domains found error message 2023-06-12 14:27:36 +10:00
f4900cf9d6
main: Added reveal and renew all buttons 2023-06-12 14:23:02 +10:00