Skip to content

Scope requests, cache data to selected account and fetch Company info from session - #37

Merged
Priceless-P merged 1 commit into
dmnd-pool:mainfrom
Priceless-P:fix/account-scoping
Aug 13, 2026
Merged

Scope requests, cache data to selected account and fetch Company info from session#37
Priceless-P merged 1 commit into
dmnd-pool:mainfrom
Priceless-P:fix/account-scoping

Conversation

@Priceless-P

@Priceless-P Priceless-P commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator
  • Each request can now be pinned to a specific account instead of relying only on the current global account header.
  • Cached data is now separated by account, so switching accounts cannot show data from the previous account. Account-specific cache entries are cleared on switch, while shared master account data stays available.
  • The selected subaccount is saved per tab and restored after refresh. The account header is also set before the first request runs, so initial data loads for the correct account.
  • Company details and KYB status now come from the session instead of placeholder values.
  • Included KYB link
  • User, KYB status, and Bitcoin address types match the API response directly, removing unused fallback logic. *Show user's active Bitcoin address instead of simply using the first saved address.
  • Show pending KYB status in the home page. Updates proxy port to 32768 and prod url to proxy-mining.dmnd.work.

… info and KYB data from session

* Each request can now be pinned to a specific account instead of relying only on the current global account header.
* Cached data is now separated by account, so switching accounts cannot show data from the previous account. Account-specific cache entries are cleared on switch, while shared master account data stays available.
* The selected subaccount is saved per tab and restored after refresh. The account header is also set before the first request runs, so initial data loads for the correct account.
* Company details and KYB status now come from the session instead of placeholder values.
* Included KYB link

* User, KYB status, and Bitcoin address types match the API response directly, removing unused fallback logic.
*Show user's active Bitcoin address instead of simply using the first saved address.
* Show pending KYB status in the home page.
Updates proxy port to 32768 and prod url to proxy-mining.dmnd.work.
@Priceless-P Priceless-P changed the title Scope requests, cached data to the selected account and fetch Company… Scope requests, cache data to selected account and fetch Company info from session Aug 13, 2026
@Priceless-P
Priceless-P merged commit 04668e9 into dmnd-pool:main Aug 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant