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
/
backend-1
Public
forked from
StellarSend/backend
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 18, 2026
Merge pull request #66 from Smoothjane/fix/keeper-panic-supervision-50
Show description for c0c11ba
abayomicornelius
authored
c0c11ba
View commit details
Copy full SHA for c0c11ba
Browse repository at this point
Fix failing cargo-deny advisories check: bump reqwest 0.11 -> 0.12
Show description for ff0fc6d
Smoothjane
committed
ff0fc6d
View commit details
Copy full SHA for ff0fc6d
Browse repository at this point
rustfmt: tidy the atomic imports and a long assert! in my own new code
Smoothjane
committed
f6a3cb8
View commit details
Copy full SHA for f6a3cb8
Browse repository at this point
Add end-to-end test proving the keeper-loop tick/pass structure survives a panic
Smoothjane
committed
2b534ef
View commit details
Copy full SHA for 2b534ef
Browse repository at this point
Expose background loop liveness in /health
Smoothjane
committed
06c947b
View commit details
Copy full SHA for 06c947b
Browse repository at this point
Wire both background loops through supervise_loop for outer restart protection
Smoothjane
committed
e460898
View commit details
Copy full SHA for e460898
Browse repository at this point
Isolate reconciliation-loop passes from panics and track their liveness
Smoothjane
committed
ecd13c9
View commit details
Copy full SHA for ecd13c9
Browse repository at this point
Isolate keeper-loop passes from panics and track their liveness
Smoothjane
committed
ba10b18
View commit details
Copy full SHA for ba10b18
Browse repository at this point
Add BackgroundLoopHealth for keeper/reconciliation loop liveness tracking
Smoothjane
committed
ef39dff
View commit details
Copy full SHA for ef39dff
Browse repository at this point
Add unit tests for supervise_loop
Smoothjane
committed
421ff6c
View commit details
Copy full SHA for 421ff6c
Browse repository at this point
Add supervise_loop: restart a background loop with capped backoff if it ever exits
Smoothjane
committed
b09f2c9
View commit details
Copy full SHA for b09f2c9
Browse repository at this point
Add unit tests for run_isolated_pass
Smoothjane
committed
995f71b
View commit details
Copy full SHA for 995f71b
Browse repository at this point
Add run_isolated_pass: isolate a single background-loop pass from panics
Smoothjane
committed
155c6f2
View commit details
Copy full SHA for 155c6f2
Browse repository at this point
Commits on Aug 17, 2026
Merge pull request #62 from prodbycorne/fix/cursor-pagination-transactions-54
Show description for 8cc1032
abayomicornelius
authored
8cc1032
View commit details
Copy full SHA for 8cc1032
Browse repository at this point
test: cover cursor pagination correctness against a real Postgres
Show description for bf7d331
prodbycorne
committed
bf7d331
View commit details
Copy full SHA for bf7d331
Browse repository at this point
test: cover cursor encode/decode round-trip and malformed input
Show description for 3ca88d5
prodbycorne
committed
3ca88d5
View commit details
Copy full SHA for 3ca88d5
Browse repository at this point
docs: document cursor pagination for GET /api/transactions
Show description for 98aa99f
prodbycorne
committed
98aa99f
View commit details
Copy full SHA for 98aa99f
Browse repository at this point
feat(transaction): migrate list_for_user to cursor/keyset pagination
Show description for 641c857
prodbycorne
committed
641c857
View commit details
Copy full SHA for 641c857
Browse repository at this point
feat(models): add cursor pagination fields to transaction list types
Show description for 7ae30af
prodbycorne
committed
7ae30af
View commit details
Copy full SHA for 7ae30af
Browse repository at this point
deps: add base64 for opaque pagination cursor encoding
Show description for f99d35c
prodbycorne
committed
f99d35c
View commit details
Copy full SHA for f99d35c
Browse repository at this point
Commits on Aug 16, 2026
Merge pull request #61 from Temi-suwa18/fix/unique-onchain-ids
Show description for 57f5132
abayomicornelius
authored
57f5132
View commit details
Copy full SHA for 57f5132
Browse repository at this point
test: escrow duplicate-onchain-id rejection and NULL-id permissiveness (#56)
Show description for 4a6f1df
Temi-suwa18
committed
4a6f1df
View commit details
Copy full SHA for 4a6f1df
Browse repository at this point
feat: map duplicate onchain_escrow_id to 409 Conflict in EscrowService::create (#56)
Show description for c72eaad
Temi-suwa18
committed
c72eaad
View commit details
Copy full SHA for c72eaad
Browse repository at this point
test: subscription duplicate-onchain-id rejection and the run_due_executions selection risk (#56)
Show description for 7b9ec6d
Temi-suwa18
committed
7b9ec6d
View commit details
Copy full SHA for 7b9ec6d
Browse repository at this point
feat: map duplicate onchain_subscription_id to 409 Conflict in SubscriptionService::create (#56)
Show description for 1a323b6
Temi-suwa18
committed
1a323b6
View commit details
Copy full SHA for 1a323b6
Browse repository at this point
feat: partial unique index on onchain_subscription_id/onchain_escrow_id (#56)
Show description for 0e83388
Temi-suwa18
committed
0e83388
View commit details
Copy full SHA for 0e83388
Browse repository at this point
fix: repair migration 005's broken payments table reference
Show description for 68c84de
Temi-suwa18
committed
68c84de
View commit details
Copy full SHA for 68c84de
Browse repository at this point
Merge pull request #59 from OluRemiFour/chore/add-deny-toml-supply-chain-audit
Show description for 6e5065f
abayomicornelius
authored
6e5065f
View commit details
Copy full SHA for 6e5065f
Browse repository at this point
chore: add cargo-deny supply-chain audit gate (advisories, bans, licenses, sources) (#53)
OluRemiFour
committed
a537c15
View commit details
Copy full SHA for a537c15
Browse repository at this point
Commits on Jul 20, 2026
Merge pull request #32 from Empyrean-Code/fix/docker-compose-env-vars
Show description for 669b864
abayomicornelius
authored
669b864
View commit details
Copy full SHA for 669b864
Browse repository at this point
Commits on Jul 18, 2026
Merge pull request #33 from presidojay1/fix/batch-payment-crash-reconciliation
Show description for 34ee2a3
abayomicornelius
authored
34ee2a3
View commit details
Copy full SHA for 34ee2a3
Browse repository at this point
Commits on Jul 17, 2026
feat(services): background reconciliation for stuck batch transactions (#30)
Show description for fc21473
presidojay1
committed
fc21473
View commit details
Copy full SHA for fc21473
Browse repository at this point
fix(batch): durable, race-safe crash/timeout recovery for execute_batch (#30)
Show description for a2aae0f
presidojay1
committed
a2aae0f
View commit details
Copy full SHA for a2aae0f
Browse repository at this point
feat(services): compute a Stellar tx hash locally from signed_xdr (#30)
Show description for dfecbcf
presidojay1
committed
dfecbcf
View commit details
Copy full SHA for dfecbcf
Browse repository at this point
feat(db): schema for batch payment crash/timeout recovery (#30)
Show description for e153bb1
presidojay1
committed
e153bb1
View commit details
Copy full SHA for e153bb1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.