You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sander van Grieken b1bd4d5acb add seed generation and verification for standard wallets 4 years ago
..
_vendor vendor a part of distutils, to be removed from stdlib in py3.12 4 years ago
gui add seed generation and verification for standard wallets 4 years ago
lnwire lnwire: understand warning messages 4 years ago
plugins qml: qml test plugin 4 years ago
qrreader qrreader.get_qr_reader: raise instead of returning None 4 years ago
scripts scripts: fix py3.6 compat in update_default_servers.py 4 years ago
tests add lnurl-pay and lightning address support 4 years ago
wordlist Add SLIP-0039 wordlist. 5 years ago
www@dbba6f5701
__init__.py
address_synchronizer.py EventListener class to handle callbacks 4 years ago
base_crash_reporter.py
base_wizard.py
bip32.py
bip39_recovery.py bip39_recovery: also scan change addresses 4 years ago
bip39_wallet_formats.json
bitcoin.py
blockchain.py
channel_db.py kivy: add "clear all gossip" button in ln gossip dialog 4 years ago
checkpoints.json
checkpoints_testnet.json
coinchooser.py
commands.py qml: add 'qml' gui option and add gui.qml.ELectrumGui to type hint for gui_object 4 years ago
constants.py
contacts.py lnurl: clean-up 4 years ago
crypto.py
currencies.json
daemon.py password unification refactor: move methods from wallet to daemon 4 years ago
dns_hacks.py
dnssec.py
ecc.py
ecc_fast.py
electrum
exchange_rate.py EventListener follow-ups: adapt left-out classes and minor clean-ups 4 years ago
i18n.py
interface.py interface: fix DeprecationWarnings re SSLContext 4 years ago
invoices.py remove scheduled invoices: bad UX. better expect the user to retry later. 4 years ago
json_db.py
keystore.py hww: make DeviceMgr.select_device dlg msg more explicit (add details) 4 years ago
lnaddr.py
lnchannel.py lnchannel: add new states: `WE_ARE_TOXIC`, `REQUESTED_FCLOSE` 4 years ago
lnhtlc.py lnpeer.reestablish_chan: enforce order of replaying commitsig/revack 4 years ago
lnmsg.py
lnonion.py replace some erroneous usages of IntFlag with IntEnum 4 years ago
lnpeer.py lnpeer: (trivial) better log message 4 years ago
lnrater.py
lnrouter.py
lnsweep.py Refactor: move calls to lnworker methods out of the tx creation functions 4 years ago
lntransport.py
lnurl.py lnurl: make requests async, don't block Qt GUI, rm LUD-16 support 4 years ago
lnutil.py update trampoline feature bits. fixes #7801 4 years ago
lnverifier.py
lnwatcher.py lnwatcher.inspect_tx_candidate: handle witness being None 4 years ago
lnworker.py replace some erroneous usages of IntFlag with IntEnum 4 years ago
logging.py remove kivy platform check 4 years ago
mnemonic.py
mpp_split.py
network.py lnurl: make requests async, don't block Qt GUI, rm LUD-16 support 4 years ago
old_mnemonic.py
paymentrequest.proto
paymentrequest.py bip70 paymentrequest: remove support for "file" URIs 4 years ago
paymentrequest_pb2.py
pem.py
plot.py
plugin.py qt "Wallet Info" dialog: show bip32 root fingerprint 4 years ago
qrscanner.py
ripemd.py
rsakey.py Fix "== None" linter fails 4 years ago
segwit_addr.py
servers.json
servers_regtest.json
servers_signet.json
servers_testnet.json
simple_config.py
slip39.py
sql_db.py asyncio: stop using get_event_loop(). introduce ~singleton loop. 4 years ago
storage.py password unification refactor: move methods from wallet to daemon 4 years ago
submarine_swaps.py network: rename _send_http_on_proxy and make it part of public API 4 years ago
synchronizer.py Persist LNWatcher transactions in wallet file: 4 years ago
trampoline.py update trampoline feature bits. fixes #7801 4 years ago
transaction.py transaction.deserialize: only set self._inputs after parsing witness 4 years ago
util.py lnurl: clean-up 4 years ago
verifier.py
version.py bump version to 4.3.0a0 4 years ago
wallet.py password unification refactor: move methods from wallet to daemon 4 years ago
wallet_db.py Index lightning requests with rhash instead of onchain address. 4 years ago
x509.py