1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-15 04:11:33 +01:00
Commit graph

65 commits

Author SHA1 Message Date
Pierre-Marie Padiou
c94cb13dd3 Add an experimental SPV mode with bitcoinj (#152) 2017-09-07 17:20:36 +02:00
pm47
13afa1ff95 merged from wip-spv 2017-09-06 16:51:55 +02:00
pm47
d637a4cb25 merged from master 2017-09-06 16:05:11 +02:00
pm47
be2cdf44c5 merged from master, added tests for spv mode 2017-09-06 14:44:14 +02:00
Pierre-Marie Padiou
a1509673a6 Use Sqlite as local database (#143)
* network announcements are now stored in sqlite
* store channels and peers in sqlite
* added tests to peers and channels db
2017-08-29 15:35:28 +02:00
pm47
50729674e4 make eclair run on android 2017-08-25 12:24:54 +02:00
pm47
5a18cedd3e now using bitcoinj 0.15-ACINQ-rc6, back to SNAPSHOT 2017-08-24 17:05:02 +02:00
pm47
368ee7b9a8 merged from master 2017-08-24 15:49:54 +02:00
pm47
9f060a5d27 Bugfix: regression in init
Eclair wasn't stopping anymore when two instances were started with the
same ports.

Note: we should probably go one step further and put a lock in the datadir
directory.

Set version to 0.2-spv-d
2017-08-21 18:29:34 +02:00
pm47
b4b1d75c53 using logback's MDC to display channelId in logs
and set version to 0.2-spv-c
2017-08-21 16:31:38 +02:00
pm47
eded5170aa setting version to 0.2-spv-b 2017-07-26 19:02:42 +02:00
pm47
8245f61f1f added spv support to eclair with bitcoinj 2017-07-24 13:54:45 +02:00
sstone
905aebebbd set version back to 0.2-SNAPSHOT 2017-07-19 17:15:04 +02:00
sstone
c85823f5b4 set version to 0.2-alpha4 2017-07-19 17:12:21 +02:00
Pierre-Marie Padiou
d86dd72d78 Separate code into modules (#91) (closes #88) 2017-06-06 18:37:34 +02:00