| .. |
|
tests
|
ln: avoid code duplication
|
2018-06-28 16:04:25 +02:00 |
|
wordlist
|
|
|
|
__init__.py
|
|
|
|
base_crash_reporter.py
|
(minor) don't raise BaseException
|
2018-06-20 18:13:43 +02:00 |
|
base_wizard.py
|
Qt: show WIF help in import(x2) and sweep dialogs (#4425)
|
2018-06-20 15:58:37 +02:00 |
|
bitcoin.py
|
bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness
|
2018-06-26 19:30:08 +02:00 |
|
blockchain.py
|
Improving imports (#4448)
|
2018-06-19 18:36:01 +02:00 |
|
checkpoints_testnet.json
|
Add checkpoints file for testnet. Check that received headers are after max_checkpoint
|
2017-12-13 14:22:46 +01:00 |
|
checkpoints.json
|
Replace initial headers download with hardcoded checkpoints
|
2017-12-12 10:20:44 +01:00 |
|
coinchooser.py
|
change partial txn serialization format for imported addresses txins
|
2018-06-15 14:08:20 +02:00 |
|
commands.py
|
ln: store HTLCStateMachine in lnworker.channels
|
2018-06-28 13:57:39 +02:00 |
|
constants.py
|
constants.py: Simnet inherits from Testnet
|
2018-06-26 19:30:08 +02:00 |
|
contacts.py
|
fix openalias py3
|
2018-03-06 16:08:49 +01:00 |
|
crypto.py
|
update lnbase after crypto refactoring
|
2018-06-26 19:31:41 +02:00 |
|
currencies.json
|
added therocktrading exchange rate (#4272)
|
2018-04-24 09:28:38 +02:00 |
|
daemon.py
|
daemon: prevent json-rpc-pelix from suppressing stack traces of TypeErrors
|
2018-06-26 19:32:50 +02:00 |
|
dnssec.py
|
do not raise BaseException
|
2018-04-07 17:10:30 +02:00 |
|
ecc_fast.py
|
rename dylib for libsecp
|
2018-05-30 22:50:03 +02:00 |
|
ecc.py
|
lightning: add payment methods to lnworker
|
2018-06-26 19:31:41 +02:00 |
|
exchange_rate.py
|
util.make_dir: 0o700 permissions on folders (#4357)
|
2018-05-28 14:22:54 +02:00 |
|
i18n.py
|
Add missing languages to settings dialog
|
2018-05-23 22:15:14 +02:00 |
|
interface.py
|
follow-up prev
|
2018-06-22 18:32:01 +02:00 |
|
jsonrpc.py
|
Daemon: Fix preflight CORS request handling
|
2018-06-26 12:08:16 +02:00 |
|
keystore.py
|
lightning: add payment methods to lnworker
|
2018-06-26 19:31:41 +02:00 |
|
lightning.json
|
lnbase: fix json loading and indentation
|
2018-06-26 19:28:29 +02:00 |
|
lnaddr.py
|
lnaddr: fix imports
|
2018-06-29 13:31:42 +01:00 |
|
lnbase.py
|
ln: do not add_peer in open_channel, but add_peer in gui when opening channel to unknown peer
|
2018-06-29 16:22:32 +01:00 |
|
lnhtlc.py
|
ln: avoid recursive dependencies, make new lnutil
|
2018-06-28 15:50:45 +02:00 |
|
lnrouter.py
|
ln: avoid recursive dependencies, make new lnutil
|
2018-06-28 15:50:45 +02:00 |
|
lnutil.py
|
ln: avoid code duplication
|
2018-06-28 16:04:25 +02:00 |
|
lnwatcher.py
|
ln: avoid recursive dependencies, make new lnutil
|
2018-06-28 15:50:45 +02:00 |
|
lnworker.py
|
ln: do not add_peer in open_channel, but add_peer in gui when opening channel to unknown peer
|
2018-06-29 16:22:32 +01:00 |
|
mnemonic.py
|
Fix typos
|
2018-04-15 20:34:40 +02:00 |
|
msqr.py
|
Remove Python 2 support imports.
|
2017-11-13 02:26:48 -06:00 |
|
network.py
|
Separate open_channel dialog. In open_channel_coroutine, use host and port from channel announcements
|
2018-06-27 12:44:43 +02:00 |
|
old_mnemonic.py
|
Remove Python 2 support imports.
|
2017-11-13 02:26:48 -06:00 |
|
paymentrequest_pb2.py
|
|
|
|
paymentrequest.proto
|
|
|
|
paymentrequest.py
|
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
|
2018-05-25 15:43:06 +02:00 |
|
pem.py
|
fix #3411
|
2018-01-04 03:40:35 +01:00 |
|
plot.py
|
follow-up prev
|
2018-03-10 00:37:16 +01:00 |
|
plugins.py
|
electrum: cleanup plugin imports
|
2018-04-26 06:12:20 +02:00 |
|
qrscanner.py
|
this probably fixes #4072
|
2018-03-08 10:14:32 +01:00 |
|
ripemd.py
|
|
|
|
rsakey.py
|
minor
|
2017-11-29 18:14:39 -06:00 |
|
segwit_addr.py
|
avoid duplicating bech32 module
|
2018-06-26 19:30:08 +02:00 |
|
servers_regtest.json
|
add regtest support (#4242)
|
2018-04-11 19:10:14 +02:00 |
|
servers_testnet.json
|
update default server list
|
2018-03-05 06:00:24 +01:00 |
|
servers.json
|
Remove server from default list: cryptohead.de (#4320)
|
2018-05-03 20:30:42 +02:00 |
|
simple_config.py
|
lightning: add --simnet and --lightning switches
|
2018-06-26 19:28:29 +02:00 |
|
storage.py
|
remove "from addresses" from wallet logic
|
2018-06-11 17:55:31 +02:00 |
|
synchronizer.py
|
fix: network.interface can become None at any time
|
2018-06-25 01:14:49 +02:00 |
|
transaction.py
|
lnbase: offered htlc script construction
|
2018-06-26 19:30:07 +02:00 |
|
util.py
|
minor clean-up of prev. util.xor_bytes
|
2018-06-26 19:30:08 +02:00 |
|
verifier.py
|
Check SPV proof inner nodes not to be valid transactions. (#4436)
|
2018-06-20 18:09:38 +02:00 |
|
version.py
|
initial changelog for 3.2.0
|
2018-06-25 17:52:07 +02:00 |
|
wallet.py
|
ln: remove lnbase global flag
|
2018-06-26 19:32:50 +02:00 |
|
websockets.py
|
Remove explicit send calls, part deux (#4408)
|
2018-06-06 15:06:04 +02:00 |
|
x509.py
|
use explicit utf-8 encoding when opening files in text mode
|
2018-03-23 21:47:51 +01:00 |