-
Notifications
You must be signed in to change notification settings - Fork 1
feat: use staging RGS server on regtest #449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @piotr-iohk:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR configures the application to use a staging RGS (Rapid Gossip Sync) server when running on REGTEST network, addressing issue #337. The change enables testing of RGS functionality in the regtest environment.
Key changes:
- Added staging RGS server URL for REGTEST network configuration
- Improved logging messages for gossip source selection
- Refactored dispatcher creation logic for better reusability
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
app/src/main/java/to/bitkit/env/Env.kt |
Added staging RGS server URL for REGTEST network |
app/src/main/java/to/bitkit/services/LightningService.kt |
Enhanced logging messages for gossip source configuration |
app/src/main/java/to/bitkit/async/ServiceQueue.kt |
Extracted dispatcher creation into standalone function |
app/src/main/java/to/bitkit/ui/settings/lightning/components/ChannelStatusView.kt |
Added suppression for ReturnCount lint warning |
app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveConfirmScreen.kt |
Removed unused imports |
jvsena42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for me, except for the copilot comment
c73aae0 to
81a7318
Compare
Fixed and force-pushed in 81a7318 |
Closes #337
Description
This PR updates config to use the new staging RGS server on REGTEST.
Preview
regtestRgs.mp4
QA Notes
Test
{URL}.