Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
StellarRouter
Public
forked from
StellarRouter/StellarRouter
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
StellarRouter
api-server
on
dependabot/github_actions/codecov/codecov-action-7
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 22, 2026
Log when min_resource_fee fallback is used (Closes #39)
milah-247
committed
f890c44
View commit details
Copy full SHA for f890c44
View code at this point
Browse repository at this point
Merge pull request #65 from Yasir-TechGuy/fix-websocket-subscription-limit
Show description for 90f3ccb
Maki-Zeninn
authored
90f3ccb
View commit details
Copy full SHA for 90f3ccb
View code at this point
Browse repository at this point
Commits on Jun 21, 2026
fix: add MAX_SUBSCRIPTIONS_PER_CONNECTION limit to WebSocket handler
Show description for e47d19c
Yasir Abdulsalam
committed
e47d19c
View commit details
Copy full SHA for e47d19c
View code at this point
Browse repository at this point
refactor: consolidate duplicate auth/validation code between metrics and off-chain-common #45 FIXED
Kappa16
committed
2d20fc3
View commit details
Copy full SHA for 2d20fc3
View code at this point
Browse repository at this point
refactor: make fee estimation constants configurable via environment
Chigybillionz
committed
704836d
View commit details
Copy full SHA for 704836d
View code at this point
Browse repository at this point
Commits on Jun 20, 2026
Merge pull request #60 from Errordog2/codex/ws-channel-capacity-41
Show description for 50f3cc8
Maki-Zeninn
authored
50f3cc8
View commit details
Copy full SHA for 50f3cc8
View code at this point
Browse repository at this point
Make WebSocket fan-in capacity configurable
Errordog2
committed
a43b36d
View commit details
Copy full SHA for a43b36d
View code at this point
Browse repository at this point
feat: add cargo-fuzz targets for XDR, strkey and base64 parsing
Show description for 17ba32e
Chibey-max
and
claude
committed
17ba32e
View commit details
Copy full SHA for 17ba32e
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
fix(ci): fix all clippy -D warnings errors
Show description for 518a96c
Austinaminu2
committed
518a96c
View commit details
Copy full SHA for 518a96c
View code at this point
Browse repository at this point
fix(ci): resolve remaining CI failures
Show description for 3207539
Austinaminu2
committed
3207539
View commit details
Copy full SHA for 3207539
View code at this point
Browse repository at this point
fix(ci): resolve all CI failures
Show description for 8efc410
Austinaminu2
committed
8efc410
View commit details
Copy full SHA for 8efc410
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Merge branch 'main' into feat/router-off-chain-common
Maki-Zeninn
authored
77fea61
View commit details
Copy full SHA for 77fea61
View code at this point
Browse repository at this point
fix(api-server/rpc): build valid Soroban XDR for get_all_routes and get_route
Show description for 12d980b
Ndifreke000
and
claude
committed
12d980b
View commit details
Copy full SHA for 12d980b
View code at this point
Browse repository at this point
chore: extract shared off-chain utilities into router-off-chain-common crate
Show description for a491ad2
Nonso-Eze
committed
a491ad2
View commit details
Copy full SHA for a491ad2
View code at this point
Browse repository at this point
Merge branch 'main' into feat/api-rate-limiting-3
Maki-Zeninn
authored
acc0ea5
View commit details
Copy full SHA for acc0ea5
View code at this point
Browse repository at this point
Merge pull request #27 from Vibeofkd/main
Show description for fc560d1
Maki-Zeninn
authored
fc560d1
View commit details
Copy full SHA for fc560d1
View code at this point
Browse repository at this point
feat(api-server): add OpenAPI/Swagger documentation
Vibeofkd
committed
10fc96a
View commit details
Copy full SHA for 10fc96a
View code at this point
Browse repository at this point
style(api-server): format rate limiter
singhvishalkr
committed
e20f33c
View commit details
Copy full SHA for e20f33c
View code at this point
Browse repository at this point
feat(api-server): add rate limiting middleware
singhvishalkr
committed
0614861
View commit details
Copy full SHA for 0614861
View code at this point
Browse repository at this point
fix(api-server/websocket): fix event fan-out loop to use FuturesUnordered (#4)
primexk5
committed
0eb5445
View commit details
Copy full SHA for 0eb5445
View code at this point
Browse repository at this point
Merge pull request #24 from Jayydy/test
Show description for 6c84d58
Maki-Zeninn
authored
6c84d58
View commit details
Copy full SHA for 6c84d58
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
feat: add WebSocket server tests for subscription and broadcast functionality
Chongai-Cli
committed
6a584e8
View commit details
Copy full SHA for 6a584e8
View code at this point
Browse repository at this point
Merge pull request #21 from singhvishalkr/feat/docker-healthchecks
Show description for d29c501
Maki-Zeninn
authored
d29c501
View commit details
Copy full SHA for d29c501
View code at this point
Browse repository at this point
feat: implement authentication middleware and configuration
Chongai-Cli
committed
89a99bf
View commit details
Copy full SHA for 89a99bf
View code at this point
Browse repository at this point
feat(docker): add service health checks
singhvishalkr
committed
1c67b90
View commit details
Copy full SHA for 1c67b90
View code at this point
Browse repository at this point
Commits on May 28, 2026
Merge remote-tracking branch 'upstream/main' into feat/get-route-endpoint-and-fixes
luhrhenzthedev
committed
6f9523f
View commit details
Copy full SHA for 6f9523f
View code at this point
Browse repository at this point
Merge branch 'main' into fix/routes-endpoint-quote-panic-retry-logic
Maki-Zeninn
authored
22a6bf7
View commit details
Copy full SHA for 22a6bf7
View code at this point
Browse repository at this point
Merge pull request #531 from lonerthefirst3-sudo/fix/quote-error-surface-websocket-busy-loop-integration-tests
Show description for 6d41e0e
Maki-Zeninn
authored
6d41e0e
View commit details
Copy full SHA for 6d41e0e
View code at this point
Browse repository at this point
test router
faith3310
committed
4f4fe2f
View commit details
Copy full SHA for 4f4fe2f
View code at this point
Browse repository at this point
fix(api-server/websocket): replace busy-loop broadcast arm with FuturesUnordered
Show description for 8d87510
lonerthefirst3-sudo
committed
8d87510
View commit details
Copy full SHA for 8d87510
View code at this point
Browse repository at this point
Commits on May 27, 2026
fix: fixed bugs
chriz-cloud
committed
c8efc5c
View commit details
Copy full SHA for c8efc5c
View code at this point
Browse repository at this point
feat: added handlers
luhrhenzthedev
committed
9fff768
View commit details
Copy full SHA for 9fff768
View code at this point
Browse repository at this point
Commits on May 26, 2026
Merge branch 'main' into feat/396-397-398-399
Maki-Zeninn
authored
74fce3e
View commit details
Copy full SHA for 74fce3e
View code at this point
Browse repository at this point
feat: #396 exchange rate calculation, #397 real RPC simulation, #398 handler tests, #399 failure scenario tests
Austinaminu2
committed
3d0321f
View commit details
Copy full SHA for 3d0321f
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
feat(#357): Add transaction status tracking via WebSocket
Show description for 6c555b3
xam-cli
committed
6c555b3
View commit details
Copy full SHA for 6c555b3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.