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
.
pythonthings
/
electrum
Public
forked from
spesmilo/electrum
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
electrum
electrum
lnworker.py
on
jsonpatch
User selector
All users
All time
Commit history
Commits on Dec 14, 2019
partial writes
ecdsa
committed
ba8a59c
View commit details
Copy full SHA for ba8a59c
View code at this point
Browse repository at this point
Commits on Dec 13, 2019
lnworker: remove_channel should remove it from channel_timestamps
ecdsa
committed
a5489a2
View commit details
Copy full SHA for a5489a2
View code at this point
Browse repository at this point
Restructure storage db:
Show description for 7c775bc
ecdsa
committed
7c775bc
View commit details
Copy full SHA for 7c775bc
View code at this point
Browse repository at this point
follow-up previous commit
ecdsa
committed
34d652b
View commit details
Copy full SHA for 34d652b
View code at this point
Browse repository at this point
lnworker: save timestamp regardless of channel state
ecdsa
committed
11f1541
View commit details
Copy full SHA for 11f1541
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
python 3.8: adapt to breaking changes re asyncio.CancelledError
Show description for 308517d
SomberNight
committed
308517d
View commit details
Copy full SHA for 308517d
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
lnworker: don't log InvoiceError
Show description for daef1a8
SomberNight
committed
daef1a8
View commit details
Copy full SHA for daef1a8
View code at this point
Browse repository at this point
lnworker: introduce PaymentAttemptLog NamedTuple
SomberNight
committed
b99add5
View commit details
Copy full SHA for b99add5
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
LNPeerAddr: fix equality tests and hence lnworker._last_tried_peer
Show description for adaa016
SomberNight
committed
adaa016
View commit details
Copy full SHA for adaa016
View code at this point
Browse repository at this point
Commits on Nov 25, 2019
LNPeerAddr: validate arguments
Show description for 13d6997
SomberNight
committed
13d6997
View commit details
Copy full SHA for 13d6997
View code at this point
Browse repository at this point
Commits on Nov 23, 2019
kivy: fix open_channel (API was changed)
SomberNight
committed
ddeb176
View commit details
Copy full SHA for ddeb176
View code at this point
Browse repository at this point
add/fix some open_channel related type hints
SomberNight
committed
557987d
View commit details
Copy full SHA for 557987d
View code at this point
Browse repository at this point
Open lightning channels with partially signed tx.
Show description for fd82365
ecdsa
committed
fd82365
View commit details
Copy full SHA for fd82365
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
lnpeer: only set initialized after both sent AND received "init"
Show description for 268e245
SomberNight
committed
268e245
View commit details
Copy full SHA for 268e245
View code at this point
Browse repository at this point
Refactor channel states:
Show description for 61dfcba
ecdsa
committed
61dfcba
View commit details
Copy full SHA for 61dfcba
View code at this point
Browse repository at this point
simplify network callbacks in lnworker
ecdsa
committed
8e08ca7
View commit details
Copy full SHA for 8e08ca7
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
check channel funding_tx amount and script in save_short_channel_id
ecdsa
committed
b469df5
View commit details
Copy full SHA for b469df5
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
ln: update list of fallback nodes
Show description for ae04434
SomberNight
committed
ae04434
View commit details
Copy full SHA for ae04434
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
fix #5761
ecdsa
committed
aa37979
View commit details
Copy full SHA for aa37979
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Pass make_tx function to ConfirmTxDialog
Show description for 78813dc
ecdsa
committed
78813dc
View commit details
Copy full SHA for 78813dc
View code at this point
Browse repository at this point
Commits on Nov 4, 2019
integrate PSBT support natively. WIP
SomberNight
committed
bafe8a2
View commit details
Copy full SHA for bafe8a2
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
fix logic error in lnworker.on_channel_closed
SomberNight
committed
75902f8
View commit details
Copy full SHA for 75902f8
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
delete channel from db in remove_channel, becaose it is called from lnworker
ecdsa
committed
a4944cd
View commit details
Copy full SHA for a4944cd
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
fix fee in lnworker.get_history (sign error)
ecdsa
committed
2234f93
View commit details
Copy full SHA for 2234f93
View code at this point
Browse repository at this point
kivy: show status with color. show inflight attempts.
ecdsa
committed
aac0fe9
View commit details
Copy full SHA for aac0fe9
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
follow-up prev
SomberNight
committed
106bc6d
View commit details
Copy full SHA for 106bc6d
View code at this point
Browse repository at this point
fix expected returned peer address values when opening channel.
fiatjaf
committed
38622c0
View commit details
Copy full SHA for 38622c0
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
lnworker: less verbose
ecdsa
committed
db833e1
View commit details
Copy full SHA for db833e1
View code at this point
Browse repository at this point
minor: callback unknown_channels (follow-up 0966edc637ba927ea6767b44aa937b0ca7805dd7)
ecdsa
committed
c9d403c
View commit details
Copy full SHA for c9d403c
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Allow user to enable lightning in the GUI. Make it a per-wallet setting.
ecdsa
committed
90ce9f1
View commit details
Copy full SHA for 90ce9f1
View code at this point
Browse repository at this point
Commits on Oct 12, 2019
fine-grained callbacks for lightning network dialog
ecdsa
committed
0966edc
View commit details
Copy full SHA for 0966edc
View code at this point
Browse repository at this point
payment log: show whether channel have been blacklisted
ecdsa
committed
fe550c6
View commit details
Copy full SHA for fe550c6
View code at this point
Browse repository at this point
move handle_error_code_from_failed_htlc to lnworker because it requires access to the network object
ecdsa
committed
3897cf7
View commit details
Copy full SHA for 3897cf7
View code at this point
Browse repository at this point
improve payment log dialog
ecdsa
committed
8f86a15
View commit details
Copy full SHA for 8f86a15
View code at this point
Browse repository at this point
follow-up dd0be1541eb696d6a41420178543f2c36d20f80e
ecdsa
committed
5377eb9
View commit details
Copy full SHA for 5377eb9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.