1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00
Commit graph

161 commits

Author SHA1 Message Date
pm47
1caead39b6 nodeid, commit and final keys are now randomly generated 2016-02-23 19:08:43 +01:00
pm47
f48c39c9c5 fixed inconsistency in WatchSpent(Anchor) between funder and fundee 2016-02-22 13:33:34 +01:00
sstone
5f1aab1fde simplify channel initialization, which now takes a reference to "the other side" of the channel 2016-02-19 15:09:09 +01:00
sstone
030a7cf2d3 set version to 0.1-SNAPSHOT
Squashed commit of the following:

commit 668e6c5b1df18a4e1a1e6d293bc2667dcce67f21
Author: sstone <samuel.stone@hotmail.co.za>
Date:   Wed Feb 17 16:11:30 2016 +0100

    format pom.xml properly

commit ab8f626145a0e6291da80000b47b4ac42a943b3c
Author: sstone <samuel.stone@hotmail.co.za>
Date:   Wed Feb 17 15:47:22 2016 +0100

    fix pom.xml

commit 068afa08d6b498ec2f46b5b4addea676e199d228
Author: sstone <samuel.stone@hotmail.co.za>
Date:   Wed Feb 17 15:20:07 2016 +0100

    mvn does not need . on the PATH anymore
2016-02-17 16:16:46 +01:00
sstone
de4caeb1fd fix race condition in ChannelSpec test 2016-02-17 12:10:14 +01:00
pm47
9a839ffe58 added a 'help' method 2016-02-17 11:57:37 +01:00
pm47
d33fb21157 cleaned up logging 2016-02-17 11:35:50 +01:00
pm47
6e33c036b0 reduced polling interval to 10s 2016-02-17 11:25:33 +01:00
pm47
82fe428b99 graceful handling of unknown r 2016-02-17 11:25:19 +01:00
sstone
9a55c24c85 improve tests 2016-02-16 18:16:38 +01:00
sstone
a262410d3a make sure that we're on regtest or testnet 2016-02-16 18:16:37 +01:00
sstone
a055abb738 improve tests 2016-02-16 18:16:10 +01:00
sstone
d26758b2d7 use 2 channel actors to simplify tests 2016-02-16 18:16:09 +01:00
pm47
d4b0faca63 displaying bitcoin core version on startup 2016-02-15 19:19:28 +01:00
pm47
af94f5ee5e using capsule to produce a fat-jar 2016-02-15 19:19:08 +01:00
pm47
be306cd197 set a default color-less logback 2016-02-15 16:18:01 +01:00
sstone
5b86675065 fix tests 2016-02-14 20:01:09 +01:00
pm47
64a89ff2c8 simplified channel name 2016-02-11 18:16:25 +01:00
pm47
ac4b154154 fixed mutual close, added a dummy findSpendingTx in BlockchainWatcher 2016-02-11 17:22:30 +01:00
sstone
0c349b71cf fix closing state 2016-02-10 12:10:13 +01:00
sstone
2012a57302 Merge remote-tracking branch 'origin/wip-authhandler' into wip-api-fd 2016-02-10 11:09:48 +01:00
pm47
190406152d now storing anchor amount in ourparams 2016-02-09 17:39:53 +01:00
sstone
6096d6d7f8 use the correct channel state when closing 2016-02-09 17:35:35 +01:00
sstone
b465b17223 fix closing tx fee 2016-02-08 16:52:22 +01:00
sstone
74130c66d5 fix final tx 2016-02-08 00:02:07 +01:00
sstone
bdbd733e16 anchor is now created, funded and pushed through bitcoind 2016-02-05 14:41:48 +01:00
sstone
07053b7d22 use bitcoind to create our anchor tx 2016-02-03 20:35:11 +01:00
sstone
6287ff700e Merge branch 'wip-api' of https://github.com/ACINQ/eclair into wip-api 2016-01-29 11:35:13 +01:00
pm47
e0e9aae296 added support for close command 2016-01-28 18:37:32 +01:00
sstone
f923f51b0f add config options 2016-01-28 14:17:03 +01:00
pm47
e89650d451 improved actor hierarchy 2016-01-28 11:34:15 +01:00
pm47
78eb98a1ae fixed channelState init bug 2016-01-27 21:20:56 +01:00
pm47
8bdd36bffa added a ChannelState test 2016-01-27 21:15:17 +01:00
pm47
446f7bafd2 added a list/fulfillhtlc to api 2016-01-27 21:14:39 +01:00
pm47
1939a17a3d removed duplicate logs 2016-01-27 21:12:56 +01:00
pm47
4403e50464 Merge branch 'master' into wip-api 2016-01-27 17:46:44 +01:00
sstone
ed97d09a4f fix 'claim received htlc' test 2016-01-27 11:01:09 +01:00
pm47
49976bd987 now using msat in TestHelper 2016-01-26 18:10:09 +01:00
pm47
83bfc5ac9f fixed numerous bugs related to htlc scripts 2016-01-26 17:57:36 +01:00
pm47
95c4606268 added 'bound' log to server 2016-01-26 12:17:26 +01:00
pm47
27d3299542 first attempt at commitfee management 2016-01-26 12:16:36 +01:00
pm47
f0df3ee190 updated logback.xml 2016-01-26 12:15:15 +01:00
pm47
5833865476 wather is now polling every 30s 2016-01-26 12:14:57 +01:00
pm47
25273d539f merged from master 2016-01-26 09:05:13 +01:00
pm47
915f12cae8 added a register actor 2016-01-26 09:04:17 +01:00
pm47
0b830a6b10 simplified logging 2016-01-25 20:07:25 +01:00
pm47
ba98c1920e fixed client init 2016-01-25 20:03:44 +01:00
pm47
f1645c678f added an http api 2016-01-25 19:53:56 +01:00
pm47
11f482779b added a Boot 2016-01-25 19:53:09 +01:00
pm47
60029d6275 now using OUR locktime for OUR commit tx 2016-01-25 18:23:11 +01:00