| .. |
|
gui
|
Qt gui: show messages about payment outcome
|
2018-11-05 20:23:56 +01:00 |
|
plugins
|
kill old-style namedtuples
|
2018-10-28 00:28:29 +02:00 |
|
scripts
|
follow-up prev
|
2018-11-02 20:37:37 +01:00 |
|
tests
|
lnchan: add available_to_spend()
|
2018-11-05 20:23:54 +01:00 |
|
wordlist
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
__init__.py
|
expose electrum version as __version__
|
2018-10-31 16:21:04 +01:00 |
|
address_synchronizer.py
|
lnwatcher rebased
|
2018-11-05 20:16:10 +01:00 |
|
base_crash_reporter.py
|
small import clean-up
|
2018-10-11 16:30:30 +02:00 |
|
base_wizard.py
|
wizard,hw: tell user about errors during plugin init
|
2018-10-31 17:58:47 +01:00 |
|
bip32.py
|
split bip32 from bitcoin.py
|
2018-10-25 22:20:33 +02:00 |
|
bitcoin.py
|
bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness
|
2018-11-05 19:58:28 +01:00 |
|
blockchain.py
|
fix most "scripts"
|
2018-11-02 20:14:59 +01:00 |
|
checkpoints.json
|
update mainnet block header checkpoints
|
2018-09-08 17:32:28 +02:00 |
|
checkpoints_testnet.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
coinchooser.py
|
kill old-style namedtuples
|
2018-10-28 00:28:29 +02:00 |
|
commands.py
|
add 'recḱless' option to allow using lightning on mainnet
|
2018-11-05 20:22:45 +01:00 |
|
constants.py
|
persist recent peers. implement dns seed bootstrapping.
|
2018-11-05 20:16:03 +01:00 |
|
contacts.py
|
openalias: minor clean-up
|
2018-10-29 17:09:23 +01:00 |
|
crypto.py
|
update lnbase after crypto refactoring
|
2018-11-05 20:02:24 +01:00 |
|
currencies.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
daemon.py
|
channel verifier: NetworkJobOnDefaultServer, and some error handling
|
2018-11-05 20:23:41 +01:00 |
|
dnssec.py
|
dnssec: trivial clean-up
|
2018-10-14 04:23:42 +02:00 |
|
ecc.py
|
persist channel db on disk. verify channel gossip sigs.
|
2018-11-05 20:07:42 +01:00 |
|
ecc_fast.py
|
ecc_fast: require libsecp256k1 on lightning, channel graph breaks electrum without
|
2018-11-05 20:18:37 +01:00 |
|
electrum
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
exchange_rate.py
|
more type annotations in core lib
|
2018-10-22 16:41:25 +02:00 |
|
i18n.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
interface.py
|
channel verifier: NetworkJobOnDefaultServer, and some error handling
|
2018-11-05 20:23:41 +01:00 |
|
jsonrpc.py
|
remote watchtower: initial commit
|
2018-11-05 20:19:03 +01:00 |
|
keystore.py
|
lightning: add payment methods to lnworker
|
2018-11-05 20:02:26 +01:00 |
|
lightning.json
|
follow-up prev commit: channel_flags, message_flags, htlc_maximum_msat
|
2018-11-05 20:23:47 +01:00 |
|
lnaddr.py
|
lnaddr: encode min_final_cltv into invoice
|
2018-11-05 20:23:53 +01:00 |
|
lnbase.py
|
Qt gui: show messages about payment outcome
|
2018-11-05 20:23:56 +01:00 |
|
lnchan.py
|
lnchan: add available_to_spend()
|
2018-11-05 20:23:54 +01:00 |
|
lnchannelverifier.py
|
follow-up prev
|
2018-11-05 20:23:41 +01:00 |
|
lnonion.py
|
follow-up prev
|
2018-11-05 20:23:55 +01:00 |
|
lnrouter.py
|
fix multi-hop payments
|
2018-11-05 20:23:54 +01:00 |
|
lntransport.py
|
clean-up Peer init
|
2018-11-05 20:23:50 +01:00 |
|
lnutil.py
|
make function for determining who pays fee
|
2018-11-05 20:23:46 +01:00 |
|
lnwatcher.py
|
minor fix
|
2018-11-05 20:22:44 +01:00 |
|
lnworker.py
|
encapsulate get_invoice in lnworker
|
2018-11-05 20:23:56 +01:00 |
|
mnemonic.py
|
Merge pull request #4765 from SomberNight/cli_restore_cmd
|
2018-10-12 10:48:09 +02:00 |
|
msqr.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
network.py
|
persist nodes in channel_db on disk
|
2018-11-05 20:15:57 +01:00 |
|
old_mnemonic.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
paymentrequest.proto
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
paymentrequest.py
|
bip70 PRs: use aiohttp instead of requests. use proxy. small fixes.
|
2018-11-05 19:31:17 +01:00 |
|
paymentrequest_pb2.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
pem.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
plot.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
plugin.py
|
plugins: somewhat clearer exception is loading plugin fails
|
2018-10-31 18:33:28 +01:00 |
|
qrscanner.py
|
follow-up prev
|
2018-09-04 16:42:08 +02:00 |
|
ripemd.py
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
rsakey.py
|
Remove unreachable return statement
|
2018-09-19 11:35:29 +02:00 |
|
segwit_addr.py
|
avoid duplicating bech32 module
|
2018-11-05 19:58:12 +01:00 |
|
servers.json
|
network: update hardcoded mainnet servers
|
2018-11-02 20:38:26 +01:00 |
|
servers_regtest.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
servers_testnet.json
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|
simple_config.py
|
make on_update_add_htlc async
|
2018-11-05 20:23:55 +01:00 |
|
storage.py
|
storage: add a sanity check
|
2018-10-26 19:31:20 +02:00 |
|
synchronizer.py
|
fix most "scripts"
|
2018-11-02 20:14:59 +01:00 |
|
transaction.py
|
lnbase: offered htlc script construction
|
2018-11-05 19:58:05 +01:00 |
|
util.py
|
lnwatcher rebased
|
2018-11-05 20:16:10 +01:00 |
|
verifier.py
|
channel verifier: NetworkJobOnDefaultServer, and some error handling
|
2018-11-05 20:23:41 +01:00 |
|
version.py
|
aiorpcx: remove callback based code, add session to Interface
|
2018-09-06 14:17:29 +02:00 |
|
wallet.py
|
add lnworker in start_network
|
2018-11-05 20:18:25 +01:00 |
|
websockets.py
|
more type annotations in core lib
|
2018-10-22 16:41:25 +02:00 |
|
x509.py
|
small import clean-up
|
2018-10-11 16:30:30 +02:00 |