Nathan Woodburn nathanwoodburn
nathanwoodburn merged pull request nathanwoodburn/firewalletbrowser#4 2025-08-29 13:04:31 +10:00
SPV support & add internal HSD node
nathanwoodburn pushed to feat/internal_hsd at nathanwoodburn/firewalletbrowser 2025-08-28 17:51:04 +10:00
b76b873036 feat: Update readme
nathanwoodburn commented on pull request nathanwoodburn/firewalletbrowser#4 2025-08-28 17:28:10 +10:00
SPV support & add internal HSD node

Added more node info to the settings page and the option to restart the internal node

Remote full node:

image.png

Internal SPV…

nathanwoodburn pushed to feat/internal_hsd at nathanwoodburn/firewalletbrowser 2025-08-28 17:28:08 +10:00
23e714fad8 feat: Add additional node info to settings
nathanwoodburn pushed to feat/internal_hsd at nathanwoodburn/firewalletbrowser 2025-08-28 17:19:10 +10:00
a36c69ecfc fix: Add SPV support for getDNS()
1fd9987bf1 feat: Upgrade tx page caches to a sqlite db
Compare 2 commits »
nathanwoodburn pushed to feat/internal_hsd at nathanwoodburn/firewalletbrowser 2025-08-28 16:42:52 +10:00
f2cda461ba feat: Add SPV features to fix accoutn balances
nathanwoodburn commented on pull request nathanwoodburn/firewalletbrowser#4 2025-08-26 18:10:14 +10:00
SPV support & add internal HSD node

To enable the internal node just switch to the feature branch and add the INTERNAL_HSD=true flag to your .env file

nathanwoodburn pushed to feat/internal_hsd at nathanwoodburn/firewalletbrowser 2025-08-26 18:04:17 +10:00
26c5b4a4fa feat: Update configuration storage and overrides
nathanwoodburn pushed to feat/internal_hsd at nathanwoodburn/firewalletbrowser 2025-08-26 17:32:03 +10:00
7fdc4a3122 fix: SPV causes some domains to not be recognized as owned by the wallet
nathanwoodburn created pull request nathanwoodburn/firewalletbrowser#4 2025-08-26 16:46:27 +10:00
Internal HSD node option
nathanwoodburn created branch feat/internal_hsd in nathanwoodburn/firewalletbrowser 2025-08-26 16:44:47 +10:00
nathanwoodburn pushed to feat/internal_hsd at nathanwoodburn/firewalletbrowser 2025-08-26 16:44:47 +10:00
5ff8960b7b feat: Add initial internal node option
4c84bc2bbe fix: Use hsd.hns.au to get name from namehash in order to only import account once
Compare 2 commits »
nathanwoodburn pushed to main at nathanwoodburn/firewalletbrowser 2025-08-26 12:52:42 +10:00
49e378803d fix: Use existing hsd from accounts module to get name from hash
nathanwoodburn pushed to main at nathanwoodburn/firewalletbrowser 2025-08-25 18:23:24 +10:00
1c53547047 feat: Add env flag to disable WALLET DNS record lookup
nathanwoodburn pushed to main at nathanwoodburn/Nathanwoodburn.github.io 2025-08-25 17:23:37 +10:00
08f80ddb5c feat: Add some better checks
nathanwoodburn pushed to main at nathanwoodburn/hns_doh_loadbalancer 2025-08-25 15:48:09 +10:00
0b16708540 feat: Update EasyHNS IPv6 address
nathanwoodburn pushed to main at nathanwoodburn/firewalletbrowser 2025-08-25 13:59:19 +10:00
080c4402d8 Merge pull request 'Add WALLET DNS record for sending using domain alias' (#3) from feat/WALLETDNS into main
792688064e fix: More code cleanup
599c0df00c feat: Add more code cleanup
a619d78efd fix: Update types to make code more reliable
f090b7b71a feat: Add initial WALLET DNS record support
Compare 5 commits »
nathanwoodburn merged pull request nathanwoodburn/firewalletbrowser#3 2025-08-25 13:59:18 +10:00
Add WALLET DNS record for sending using domain alias
nathanwoodburn created pull request nathanwoodburn/firewalletbrowser#3 2025-08-25 13:58:58 +10:00
Add WALLET DNS record for sending using domain alias
nathanwoodburn pushed to feat/WALLETDNS at nathanwoodburn/firewalletbrowser 2025-08-25 12:43:22 +10:00
792688064e fix: More code cleanup