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
/
lily-backend
Public
forked from
Lilly-Protocol/lily-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
Breadcrumbs
History for
lily-backend
src
modules
on
fix/validate-id-path-params-266
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 6, 2026
Merge remote-tracking branch 'origin/main' into pr-317-resolve
Netty-kun
committed
7dd165b
View commit details
Copy full SHA for 7dd165b
View code at this point
Browse repository at this point
fix(payments): reject non-decimal amounts and non-uppercase asset codes (#270) (#323)
Show description for 88189c7
3 people
authored
88189c7
View commit details
Copy full SHA for 88189c7
View code at this point
Browse repository at this point
fix(payments): generate quote and payment identifiers with crypto.randomUUID (closes #290) (#325)
Show description for bd60ef9
3 people
authored
bd60ef9
View commit details
Copy full SHA for bd60ef9
View code at this point
Browse repository at this point
fix(payments): reject non-decimal amounts and malformed currency codes in quoteSchema (closes #270) (#328)
Show description for cc1593e
3 people
authored
cc1593e
View commit details
Copy full SHA for cc1593e
View code at this point
Browse repository at this point
feat(metrics): expose HTTP request metrics alongside process metrics (closes #267) (#329)
Show description for aab452e
katakata0522
and
Netty-kun
authored
aab452e
View commit details
Copy full SHA for aab452e
View code at this point
Browse repository at this point
refactor(http): preserve generic request types in asyncHandler and drop body casts (closes #296) (#332)
Show description for dd60db5
Salahalioui
and
Netty-kun
authored
dd60db5
View commit details
Copy full SHA for dd60db5
View code at this point
Browse repository at this point
feat(agents): add limit and offset pagination to GET /api/v1/agents (closes #265) (#334)
Salahalioui
authored
0a02040
View commit details
Copy full SHA for 0a02040
View code at this point
Browse repository at this point
fix(payments): keep quote math on exact decimals (#342)
Show description for b2c0def
katakata0522
and
Netty-kun
authored
b2c0def
View commit details
Copy full SHA for b2c0def
View code at this point
Browse repository at this point
fix(agents): reject normalized wallet address collisions (#347)
Show description for 3ef88fc
katakata0522
and
Netty-kun
authored
3ef88fc
View commit details
Copy full SHA for 3ef88fc
View code at this point
Browse repository at this point
feat(payments): expose settled payment history (#349)
Show description for 0751feb
katakata0522
and
Netty-kun
authored
0751feb
View commit details
Copy full SHA for 0751feb
View code at this point
Browse repository at this point
fix(security): use constant-time comparison for API key auth (#287) (#358)
Show description for 048552e
3 people
authored
048552e
View commit details
Copy full SHA for 048552e
View code at this point
Browse repository at this point
Fix bounty issue #286 (#366)
Show description for f935480
TheCriners
and
Netty-kun
authored
f935480
View commit details
Copy full SHA for f935480
View code at this point
Browse repository at this point
fix(#264): sweep expired quotes and bound the in-memory quote store (#370)
Show description for 7b10b1c
foxxx009
authored
7b10b1c
View commit details
Copy full SHA for 7b10b1c
View code at this point
Browse repository at this point
fix(agents): prevent duplicate wallet addresses and zero-padding degenerate suffix (#281) (#373)
Anthgg
authored
0c9a6a8
View commit details
Copy full SHA for 0c9a6a8
View code at this point
Browse repository at this point
fix(payments): make quote fee and destination math consistent with exact decimal calculator (#286) (#374)
Anthgg
authored
1458065
View commit details
Copy full SHA for 1458065
View code at this point
Browse repository at this point
feat(payments): add GET /api/v1/payments history endpoint (#279) (#378)
Show description for 69d9668
Anthgg
and
Netty-kun
authored
69d9668
View commit details
Copy full SHA for 69d9668
View code at this point
Browse repository at this point
Fix bounty issue #263 (#381)
Show description for e5558ed
TheCriners
and
Netty-kun
authored
e5558ed
View commit details
Copy full SHA for e5558ed
View code at this point
Browse repository at this point
fix(#270): reject non-decimal amounts and validate currency codes in quote schemas (#384)
Show description for 9abdc30
foxxx009
authored
9abdc30
View commit details
Copy full SHA for 9abdc30
View code at this point
Browse repository at this point
fix(payments): generate quote/payment ids with crypto.randomUUID (closes #290) (#386)
Vyacheslav-Tomashevskiy
authored
60231fc
View commit details
Copy full SHA for 60231fc
View code at this point
Browse repository at this point
fix(agents): enforce capabilityEnum allowlist on seed data and add allowlist assertion test (closes #258) (#390)
Show description for b57c222
Ranjeet2063
authored
b57c222
View commit details
Copy full SHA for b57c222
View code at this point
Browse repository at this point
fix(health): delegate /health/live and /health/ready to dedicated service methods (closes #260) (#392)
Show description for 3f2f272
Ranjeet2063
and
Netty-kun
authored
3f2f272
View commit details
Copy full SHA for 3f2f272
View code at this point
Browse repository at this point
fix(errors): persist error code on AppError and emit in error envelope (closes #259) (#393)
Show description for dbb9e28
Ranjeet2063
authored
dbb9e28
View commit details
Copy full SHA for dbb9e28
View code at this point
Browse repository at this point
feat(metrics): report event-loop lag in process metrics payload (#398)
Show description for d201973
Senthemodder
and
Senthemodder
authored
d201973
View commit details
Copy full SHA for d201973
View code at this point
Browse repository at this point
Commits on Sep 3, 2026
fix(ci): align lint errors and add missing test:coverage script
Netty-kun
committed
e860653
View commit details
Copy full SHA for e860653
View code at this point
Browse repository at this point
fix(routes): apply validateParams to quote id route (#266)
ghzhost
committed
7ceba3d
View commit details
Copy full SHA for 7ceba3d
View code at this point
Browse repository at this point
fix(routes): apply validateParams to agent id routes (#266)
ghzhost
committed
24a281b
View commit details
Copy full SHA for 24a281b
View code at this point
Browse repository at this point
fix(schema): add agentIdParamsSchema and quoteIdParamsSchema for path param validation (#266)
ghzhost
committed
1fd0bdf
View commit details
Copy full SHA for 1fd0bdf
View code at this point
Browse repository at this point
fix(backend): repair merge-corrupted HTTP middleware and remove stray bot files
Show description for 90d8e6f
Netty-kun
committed
90d8e6f
View commit details
Copy full SHA for 90d8e6f
View code at this point
Browse repository at this point
Commits on Sep 2, 2026
Fix #75: [Bounty: $65] Restrict agent capabilities to an allowlist enum (#149)
Show description for c025b75
gnomedev-gvs
and
Netty-kun
authored
c025b75
View commit details
Copy full SHA for c025b75
View code at this point
Browse repository at this point
Handle HTTP parser errors and validate payment quotes (#157)
Show description for 20f2010
Danop404
and
Netty-kun
authored
20f2010
View commit details
Copy full SHA for 20f2010
View code at this point
Browse repository at this point
fix: add readiness and liveness endpoints for issue #120 (#171)
Show description for 9042da5
3 people
authored
9042da5
View commit details
Copy full SHA for 9042da5
View code at this point
Browse repository at this point
feat: add idempotency-key middleware for agent creation (#119) (#175)
Show description for 95f675e
3 people
authored
95f675e
View commit details
Copy full SHA for 95f675e
View code at this point
Browse repository at this point
feat(agents): GET/PATCH/DELETE /:id endpoints (issues #113, #114, #115) (#176)
Show description for 6ff823d
3 people
authored
6ff823d
View commit details
Copy full SHA for 6ff823d
View code at this point
Browse repository at this point
feat(payments): create quote, GET /quotes/:id, POST /execute (issues #116, #117) (#177)
Show description for 0edba64
3 people
authored
0edba64
View commit details
Copy full SHA for 0edba64
View code at this point
Browse repository at this point
feat(http): add 405 Method Not Allowed handling for known routes (#131) (#187)
Show description for be3db76
3 people
authored
be3db76
View commit details
Copy full SHA for be3db76
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.