Nathan Woodburn nathanwoodburn
nathanwoodburn pushed to main at nathanwoodburn/firewalletbrowser 2025-08-29 22:43:29 +10:00
30108e3bc5 fix: Extra backslash in CI/CD pipeline
nathanwoodburn pushed to main at nathanwoodburn/firewalletbrowser 2025-08-29 22:40:44 +10:00
a2dc9f43e3 feat: Add docker support for inbuilt HSD
nathanwoodburn opened issue nathanwoodburn/firewalletbrowser#5 2025-08-29 18:05:57 +10:00
Add docker image with HSD to allow for faster deployments
nathanwoodburn pushed tag v2.0 to nathanwoodburn/firewalletbrowser 2025-08-29 18:01:41 +10:00
nathanwoodburn pushed to main at nathanwoodburn/firewalletbrowser 2025-08-29 13:28:36 +10:00
1203719eac fix: Docker python version and fix reporting missing requirements
nathanwoodburn pushed to main at nathanwoodburn/firewalletbrowser 2025-08-29 13:04:32 +10:00
373a71f04d Merge pull request 'SPV support & add internal HSD node' (#4) from feat/internal_hsd into main
b76b873036 feat: Update readme
23e714fad8 feat: Add additional node info to settings
a36c69ecfc fix: Add SPV support for getDNS()
1fd9987bf1 feat: Upgrade tx page caches to a sqlite db
Compare 10 commits »
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