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
setup.py
on
master
User selector
All users
All time
Commit history
Commits on Mar 27, 2021
sdist build: let pip install put ~everything from tar.gz to site-packages
Show description for 2cb4e56
SomberNight
committed
2cb4e56
View commit details
Copy full SHA for 2cb4e56
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
dependencies: support and require dnspython 2.0, rm monkey patches
Show description for 14372e0
SomberNight
committed
14372e0
View commit details
Copy full SHA for 14372e0
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
dependencies: rm pyaes from requirements
Show description for 7e534f4
SomberNight
committed
7e534f4
View commit details
Copy full SHA for 7e534f4
View code at this point
Browse repository at this point
binaries: bundle 'cryptography' instead of 'pycryptodomex' in binaries
Show description for 1cc8c2c
SomberNight
committed
1cc8c2c
View commit details
Copy full SHA for 1cc8c2c
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
setup.py: fix 'full' extra
Show description for 0b6ce65
SomberNight
committed
0b6ce65
View commit details
Copy full SHA for 0b6ce65
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
setup.py: specify lnwire as package_data
Show description for 756c7db
SomberNight
committed
756c7db
View commit details
Copy full SHA for 756c7db
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
include lnwire csv files in binaries (follow-up #6050)
SomberNight
committed
f412420
View commit details
Copy full SHA for f412420
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
clear up requirements re pycryptodomex
SomberNight
committed
adc97af
View commit details
Copy full SHA for adc97af
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
add pycryptodomex to requirements
ecdsa
committed
d493dd1
View commit details
Copy full SHA for d493dd1
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
test python version in main script
Show description for 0de9545
SomberNight
committed
0de9545
View commit details
Copy full SHA for 0de9545
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
icons: instead of symlinks, just mv "icons" dir
Show description for 2c71b9d
SomberNight
committed
2c71b9d
View commit details
Copy full SHA for 2c71b9d
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
fix: qt icons not available when installed as python package
Show description for 4fa87d8
SomberNight
committed
4fa87d8
View commit details
Copy full SHA for 4fa87d8
View code at this point
Browse repository at this point
rm qt icons file
Show description for 16bac5f
SomberNight
committed
16bac5f
View commit details
Copy full SHA for 16bac5f
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
exception formatting: use repr(e) instead of str(e) in messages
Show description for d77e4d8
SomberNight
committed
d77e4d8
View commit details
Copy full SHA for d77e4d8
View code at this point
Browse repository at this point
Commits on Nov 3, 2018
implement oneserver option for kivy
Show description for 160bc93
SomberNight
committed
160bc93
View commit details
Copy full SHA for 160bc93
View code at this point
Browse repository at this point
Commits on Sep 28, 2018
setup.py: rm deprecated 'imp'. dedupe min py version
SomberNight
committed
071bc27
View commit details
Copy full SHA for 071bc27
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
bump min python to 3.6
SomberNight
committed
bed35a6
View commit details
Copy full SHA for bed35a6
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
setup.py: add 'gui' extra. potentially build Qt icons files (#4647)
SomberNight
authored
c99007b
View commit details
Copy full SHA for c99007b
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
some packaging clean-up
SomberNight
committed
61aa195
View commit details
Copy full SHA for 61aa195
View code at this point
Browse repository at this point
Commits on Jul 20, 2018
linux sdist: 'typing' was not included, which is needed on py3.4
Show description for 281805a
SomberNight
committed
281805a
View commit details
Copy full SHA for 281805a
View code at this point
Browse repository at this point
Commits on Jul 13, 2018
file reorganization with top-level module
ysangkok
committed
097ac14
View commit details
Copy full SHA for 097ac14
View code at this point
Browse repository at this point
Commits on Jun 30, 2018
fix #4475
SomberNight
committed
65d5be1
View commit details
Copy full SHA for 65d5be1
View code at this point
Browse repository at this point
Commits on Jun 16, 2018
python3.4: typing module is not part of stdlib
SomberNight
committed
849f64a
View commit details
Copy full SHA for 849f64a
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
fix revealer for linux distributables; and small clean-up
SomberNight
committed
56a399e
View commit details
Copy full SHA for 56a399e
View code at this point
Browse repository at this point
Commits on May 25, 2018
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
SomberNight
committed
16e4827
View commit details
Copy full SHA for 16e4827
View code at this point
Browse repository at this point
Commits on Apr 11, 2018
add regtest support (#4242)
Show description for b4d71e6
fivepiece
authored and
SomberNight
committed
b4d71e6
View commit details
Copy full SHA for b4d71e6
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
fix #4136: revert to extras_require
ecdsa
committed
104ea47
View commit details
Copy full SHA for 104ea47
View code at this point
Browse repository at this point
Commits on Mar 20, 2018
setup.py: fix icon path for user installation
Show description for 1735978
toxeus
committed
1735978
View commit details
Copy full SHA for 1735978
View code at this point
Browse repository at this point
Commits on Mar 8, 2018
setup.py: install optional modules. fixes #3927
ecdsa
committed
f38ca73
View commit details
Copy full SHA for f38ca73
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
prevent requirements.txt from being installed to /usr
marceloneil
committed
e72947c
View commit details
Copy full SHA for e72947c
View code at this point
Browse repository at this point
Commits on Feb 11, 2018
Add new requirements file for binaries in contrib
bauerj
committed
afa0168
View commit details
Copy full SHA for afa0168
View code at this point
Browse repository at this point
Merge remote-tracking branch 'lillypad/master'
bauerj
committed
f9a3edc
View commit details
Copy full SHA for f9a3edc
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
freeze hw wallet dependencies into separate file. update versions using freeze_packages.sh. introduce "hardware" setuptools extra.
SomberNight
committed
0693837
View commit details
Copy full SHA for 0693837
View code at this point
Browse repository at this point
Commits on Dec 27, 2017
include servers_testnet.json and checkpoints_testnet.json in every binary
SomberNight
committed
d83d927
View commit details
Copy full SHA for d83d927
View code at this point
Browse repository at this point
Commits on Dec 17, 2017
requirements.txt support for user only pip requirements
lillypad
committed
c44427d
View commit details
Copy full SHA for c44427d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.