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

225 commits

Author SHA1 Message Date
sstone
c7e8255a35 update lightning crypto 2016-04-18 17:27:43 +02:00
sstone
0e8614b9f5 implement AEAD using chacha20-poly1305 2016-04-18 14:45:28 +02:00
sstone
0ecab84ecc update mvn version to avoid conflicts with other branches 2016-04-18 14:18:14 +02:00
sstone
d081eb2e3c revert our previous commit and use the old cs locktime conversion 2016-02-25 17:10:05 +01:00
sstone
14e36e9ac8 update CSV timeout-out conversion to match bitcoin's 2016-02-25 12:08:25 +01:00
sstone
b3f5ce4e38 upgrade CSV handling 2016-02-24 17:32:47 +01:00
Fabrice Drouin
b530a15cf7 Merge pull request #2 from ACINQ/wip-keys
random nodeid, commit and final keys
2016-02-24 15:40:53 +01:00
Fabrice Drouin
a00115caa0 Merge pull request #1 from ACINQ/wip-watchspent
Remove WatchConfirmedBasedOnOutputs and simplify flow
2016-02-24 15:38:50 +01:00
Pierre-Marie Padiou
ddc532f963 Update README.md 2016-02-24 11:48:56 +01:00
Pierre-Marie Padiou
d3766ec46b Update README.md 2016-02-24 11:44:14 +01:00
pm47
1caead39b6 nodeid, commit and final keys are now randomly generated 2016-02-23 19:08:43 +01:00
pm47
851f5dc3de removed WatchConfirmedBasedOnOutputs ans simplified flow 2016-02-22 20:23:44 +01:00
pm47
f48c39c9c5 fixed inconsistency in WatchSpent(Anchor) between funder and fundee 2016-02-22 13:33:34 +01:00
sstone
c82dbe1e45 Merge branch 'wip-pblogs' 2016-02-19 15:17:45 +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
pm47
2d08256ec6 added scalapb and google .proto files (otherwise travis doesn't work) 2016-02-18 18:46:23 +01:00
pm47
045648df14 updated unix protoc script 2016-02-18 17:49:32 +01:00
pm47
0c8c26f143 custom toString for sha256_hash and signature, updated scalapb to 0.4.21 2016-02-18 17:39:59 +01:00
Fabrice
37458de350 Update README.md 2016-02-17 16:45:24 +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
Pierre-Marie
626f4d9b6a Update TESTING.md 2016-02-17 11:47:27 +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
Pierre-Marie
983b9507de Update README.md 2016-02-16 18:03:40 +01:00
Pierre-Marie
8d81635507 Update README.md 2016-02-16 17:55:10 +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
Pierre-Marie
18e4502bef Update README.md 2016-02-15 16:04:07 +01:00
Pierre-Marie
78447a0404 added travis build status 2016-02-15 14:49:23 +01:00
pm47
5ec551cdc7 added email notifications for travis 2016-02-15 14:44:22 +01:00
pm47
5b30e54200 go back to previous directory after install 2016-02-15 14:34:59 +01:00
pm47
0298fe3e6e fixed typo 2016-02-15 14:26:40 +01:00
pm47
d66fe153f3 fixed travis file 2016-02-15 14:22:57 +01:00
pm47
62fe3a5fea manually installing protobuf 2.6.1 2016-02-15 14:22:10 +01:00
pm47
0e2e5480f0 trying manual installation of protobuf 2016-02-15 14:15:34 +01:00
pm47
b457cd879d using a ppa with protobuf 2.6.1 2016-02-15 14:08:05 +01:00
pm47
788c5aafaf made travis use ubuntu 14.04 2016-02-15 13:55:57 +01:00
pm47
e0106602da testing env keyword 2016-02-15 13:46:16 +01:00
pm47
f9a4a37987 debugging travis file 2016-02-15 13:41:41 +01:00
pm47
6ff7e2395e updated travis file 2016-02-15 12:26:44 +01:00
pm47
269261b793 moved PATH cmd to before_script 2016-02-15 12:10:42 +01:00
pm47
d88a6ebcec echoing path in travis 2016-02-15 12:05:53 +01:00