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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
lightninglabs
/
wavelength
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
42
Code
Issues
106
Pull requests
45
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
MailboxRPC 1/7: durability foundation
- #48
#48
Merged
Roasbeef
merged 22 commits into
main
lightninglabs/wavelength:main
from
durability
lightninglabs/wavelength:durability
Copy head branch name to clipboard
Feb 10, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
MailboxRPC 1/7: durability foundation
#48
Roasbeef
merged 22 commits into
main
lightninglabs/wavelength:main
from
durability
lightninglabs/wavelength:durability
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2026
db: add durable mailbox schema and SQLC queries
Show description for 66ce116
Roasbeef
committed
66ce116
View commit details
Copy full SHA for 66ce116
Browse repository at this point
db: implement ActorDeliveryStore for mailbox persistence
Show description for 5f1f68d
Roasbeef
committed
5f1f68d
View commit details
Copy full SHA for 5f1f68d
Browse repository at this point
baselib/actor: add TLVMessage codec for message serialization
Show description for b7cba3a
Roasbeef
committed
b7cba3a
View commit details
Copy full SHA for b7cba3a
Browse repository at this point
baselib/actor: add Delivery abstraction with lease operations
Show description for 817852c
Roasbeef
committed
817852c
View commit details
Copy full SHA for 817852c
Browse repository at this point
baselib/actor: add DurableMailbox with lease-based delivery
Show description for 6b06337
Roasbeef
committed
6b06337
View commit details
Copy full SHA for 6b06337
Browse repository at this point
baselib/actor: add AskResponse for durable request-response
Show description for 05a2dae
Roasbeef
committed
05a2dae
View commit details
Copy full SHA for 05a2dae
Browse repository at this point
baselib/actor: add DurableActor with deduplication and retry
Show description for 76313f7
Roasbeef
committed
76313f7
View commit details
Copy full SHA for 76313f7
Browse repository at this point
baselib/actor: add RestartMessage for crash recovery
Show description for 97385fc
Roasbeef
committed
97385fc
View commit details
Copy full SHA for 97385fc
Browse repository at this point
baselib/actor: add OutboxPublisher CDC and MapRef adapter
Show description for 0464d62
Roasbeef
committed
0464d62
View commit details
Copy full SHA for 0464d62
Browse repository at this point
internal/actortest: add e2e integration tests
Show description for 21f0250
Roasbeef
committed
21f0250
View commit details
Copy full SHA for 21f0250
Browse repository at this point
docs: add durable actor architecture documentation
Show description for 4f3d6f6
Roasbeef
committed
4f3d6f6
View commit details
Copy full SHA for 4f3d6f6
Browse repository at this point
multi: fix lint on rebased durability
Show description for 701a51c
bhandras
authored and
Roasbeef
committed
701a51c
View commit details
Copy full SHA for 701a51c
Browse repository at this point
db: renumber durable mailbox migration
bhandras
authored and
Roasbeef
committed
abdad2a
View commit details
Copy full SHA for abdad2a
Browse repository at this point
baselib/actor: harden Delivery with mutex and deferred promise completion
Show description for ee105d6
Roasbeef
committed
ee105d6
View commit details
Copy full SHA for ee105d6
Browse repository at this point
baselib/actor: nack DurableAsk on outbox failure and defer tx promise
Show description for c3655da
Roasbeef
committed
c3655da
View commit details
Copy full SHA for c3655da
Browse repository at this point
baselib/actor: harden mailbox with poison dead-lettering and outbox dedup
Show description for 9f9741b
Roasbeef
committed
9f9741b
View commit details
Copy full SHA for 9f9741b
Browse repository at this point
db/sqlc: regenerate queries after mailbox ON CONFLICT change
Show description for 0e153ad
Roasbeef
committed
0e153ad
View commit details
Copy full SHA for 0e153ad
Browse repository at this point
baselib/actor: add tests for durability review fixes
Show description for 36211ee
Roasbeef
committed
36211ee
View commit details
Copy full SHA for 36211ee
Browse repository at this point
baselib/actor: fix tx path deferPromise propagation and DurableAsk retry
Show description for 494d497
Roasbeef
committed
494d497
View commit details
Copy full SHA for 494d497
Browse repository at this point
multi: check Tell error return values in wallet, round, and vtxo
Show description for 29b4706
Roasbeef
committed
29b4706
View commit details
Copy full SHA for 29b4706
Browse repository at this point
Commits on Feb 10, 2026
baselib/actor: reorder SaveAskResult after lease validation in Ack
Show description for 0086c81
Roasbeef
committed
0086c81
View commit details
Copy full SHA for 0086c81
Browse repository at this point
multi: use BIGINT for timestamps and add outbox claim lease
Show description for 6035f5b
Roasbeef
committed
6035f5b
View commit details
Copy full SHA for 6035f5b
Browse repository at this point
You can’t perform that action at this time.