Skip to content

Conversation

@qlrd
Copy link
Member

@qlrd qlrd commented Dec 10, 2025

What is this PR for?

This PR add the options signet and regtest to DefaultWallet at src/krux/krux_settings as well Signet and Regtest names to src/krux/wallet_settings. To be in coherent with the change, it was added the options string to menubar as well added theme colors for it.

Changes made to:

  • Code
  • Tests
  • Docs
  • CHANGELOG

Did you build the code and tested on device?

  • Yes, build and tested on

What is the purpose of this pull request?

  • Bug fix
  • New feature
  • Docs update
  • Other

Notes

Add these options do not alter the key generation on network chain (e.g. 84h/0h or 84h/1h) since the number 1h do not change for testnet/signet/regtest). They're just an UX improvement for a new user, so he/she will not be messed up thinking was his/her error.

@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

❌ Patch coverage is 91.89189% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.33%. Comparing base (86340f3) to head (8bab5ec).

Files with missing lines Patch % Lines
src/krux/pages/__init__.py 72.72% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #804      +/-   ##
===========================================
+ Coverage    97.31%   97.33%   +0.01%     
===========================================
  Files           83       83              
  Lines        10576    10604      +28     
===========================================
+ Hits         10292    10321      +29     
+ Misses         284      283       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@qlrd qlrd force-pushed the feat/signet-regtest branch from 7d43b00 to 9c17965 Compare December 13, 2025 02:39
@qlrd qlrd force-pushed the feat/signet-regtest branch 2 times, most recently from da921b7 to 2ace576 Compare December 27, 2025 23:00
@qlrd qlrd force-pushed the feat/signet-regtest branch from 2ace576 to faabd78 Compare January 5, 2026 13:01
qlrd added 2 commits January 5, 2026 10:09
This commit add the options `signet` and `regtest` to `DefaultWallet` at
`src/krux/krux_settings` as well `Signet` and `Regtest` names to
`src/krux/wallet_settings`. To be in coherent with the change, it was
added the options string to menubar as well added theme colors for it.
This commit add tests on `Customize` menu button and change `Networks`
from `Mainnet` to `Testnet/Signet/Regtest`.

test
@qlrd qlrd force-pushed the feat/signet-regtest branch from faabd78 to 8bab5ec Compare January 5, 2026 13:09
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