Commit Graph

110 Commits

Author SHA1 Message Date
15d919ca97 feat: Add option to use http basic auth for api routes
This shoudl make it easier to use curl to access info
2025-09-16 16:42:09 +10:00
2ee294cab8 feat: Add git version to status route 2025-09-12 15:40:39 +10:00
19771fe30d feat: Add better status check for internal nodes and error logging 2025-09-12 15:23:56 +10:00
12d3958b9d fix: Auction sort crashes on 0 bids 2025-09-12 12:07:16 +10:00
d20fc1eb55 feat: Use inline link for logs to improve readability 2025-09-11 16:55:51 +10:00
148e5f325a fix: Move logger before imports to ensure it is initialized before logs start 2025-09-11 16:48:43 +10:00
6442aa4df6 fix: Return error message if logs are nonexistent or empty 2025-09-11 15:28:37 +10:00
7fc19a7f19 fix: Don't allow alerts without an ID to be dismissed 2025-09-11 15:07:19 +10:00
eb6306bb83 feat: Move update check to alerts function 2025-09-11 15:04:31 +10:00
9f8daa8b88 feat: Replace most prints with logger calls to help with debugging 2025-09-10 17:14:32 +10:00
63e0f0b804 feat: Add initial logggin system 2025-09-10 16:56:31 +10:00
0c17c4ad9b feat: Add option to set host and port on main.py entry 2025-09-10 16:18:46 +10:00
59000afa87 feat: Cleanup function layouts for alerts 2025-09-09 17:34:36 +10:00
699a74f093 feat: Add api route to dismiss alert 2025-09-09 17:29:11 +10:00
6096f82c4d feat: Add an alert framework 2025-09-09 17:24:39 +10:00
812fc84d3e feat: Allow zapping txs of a different age 2025-09-02 17:58:40 +10:00
6d318a597b feat: Add API info to settings page
This is most useful when using an internal node with a random api key
2025-09-02 17:54:56 +10:00
e7b787c30b fix: Lint to follow ruff standards 2025-09-02 15:55:45 +10:00
997828795a feat: Add ruff linting 2025-09-02 15:48:21 +10:00
30de2d585e fix: Use single quote in sign message and reduce test versions 2025-09-02 15:28:39 +10:00
56eabfc1fc feat: Add some inital tests 2025-09-02 15:20:31 +10:00
a2dc9f43e3 feat: Add docker support for inbuilt HSD 2025-08-29 22:40:30 +10:00
23e714fad8 feat: Add additional node info to settings 2025-08-28 17:27:45 +10:00
5ff8960b7b feat: Add initial internal node option 2025-08-26 16:44:10 +10:00
4c84bc2bbe fix: Use hsd.hns.au to get name from namehash in order to only import account once 2025-08-26 15:26:19 +10:00
a619d78efd fix: Update types to make code more reliable 2025-08-25 12:28:26 +10:00
f090b7b71a feat: Add initial WALLET DNS record support 2025-08-25 11:55:15 +10:00
eda690544d feat: Add js to pull bids and auction state 2025-07-16 18:32:32 +10:00
e67c178ea7 feat: Add initial mempool bids function 2025-07-16 17:41:32 +10:00
631d558377 tmp: Add debugging for bids 2025-07-16 16:53:14 +10:00
2fab7b3bc0 feat: Add info on when bidding closes 2025-07-12 13:28:21 +10:00
3fa57cc617 feat: Add time estimates to block times 2025-07-12 12:44:31 +10:00
21043fc124 fix: Reveal from auction page crash
Reveal from the auction page had a missing function call
2025-07-12 11:56:22 +10:00
0164a9c3f2 fix: Remove Niami API requirement for searching for domains 2025-07-07 12:20:16 +10:00
0e7a72a136 feat: Only convert namehash to name via cache to make loading quicker 2025-06-27 14:34:46 +10:00
85cf5306b5 feat: Update sync format on small screens 2025-06-26 12:50:41 +10:00
a8c7dbe716 fix: Unify api route 2025-06-26 12:34:46 +10:00
fe960c0c2b feat: Add js loading of /tx page 2025-06-26 12:25:54 +10:00
0082c0e9ec feat: Finish tx revamp 2025-06-23 16:31:34 +10:00
f966b421e2 Merge branch 'dev' 2025-05-28 11:51:11 +10:00
e5397e1fe0 fix: Speed up the dev server by only using the default host 2025-05-28 11:48:59 +10:00
9a8472c5cb feat: Finalize emoji rendering 2025-05-24 15:31:29 +10:00
43efac30a8 feat: Add emoji rendering to dashboard 2025-05-24 15:20:43 +10:00
11699834cf fix: Use correct http code 2025-05-08 12:59:22 +10:00
17ad73ad8b fix: Update format for failed connection 2025-05-08 12:56:55 +10:00
8ce0e94e67 feat: Add api route for status 2025-05-08 12:52:13 +10:00
d92cb7c743 Merge branch 'dev'
Update shakeshift explorer and fix unencrypted wallets
2025-05-08 12:09:53 +10:00
fd1ba1d059 fix: Allow wallet acctions from unencrypted wallets 2025-05-08 12:09:04 +10:00
30f61f1505 feat: Use correct a link 2025-03-07 15:12:33 +11:00
3aff724b81 fix: Version check on settings page 2025-02-05 14:57:51 +11:00