Add persistent network switcher with localStorage#154
Merged
Haroldwonder merged 3 commits intoHaroldwonder:mainfrom Feb 25, 2026
Merged
Add persistent network switcher with localStorage#154Haroldwonder merged 3 commits intoHaroldwonder:mainfrom
Haroldwonder merged 3 commits intoHaroldwonder:mainfrom
Conversation
- Fix calculate_fee() to use correct basis points divisor (10000 not 100000) - Fix test expectation: 1% of 1B is 10M not 1M - All CI checks now passing (289 tests pass, 0 fail)
- Handle Python module check errors more gracefully - Prevent build failures when Python modules unavailable - Ensures mock-only feature builds pass in CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #104
Persistent Network Switcher for Status Monitor
Overview
Added a network switcher to the status monitor dashboard that allows developers
to quickly toggle between different Stellar networks during testing and
integration work.
Features
Mainnet, Local)
page reloads
endpoints when network changes
Network Configurations
Implementation
Benefits
editing URLs
Usage
Files Changed
logic