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

193 commits

Author SHA1 Message Date
pm47
24e0f724fe updated comment 2016-01-05 15:56:34 +01:00
pm47
6fd6c83c45 upgraded to akka 2.4.1 2016-01-05 14:27:40 +01:00
pm47
39d77b4aa8 client/server now can split tcp packets into actual messages 2015-10-29 16:44:05 +01:00
pm47
492cd42432 first shot at inter-node communication 2015-10-27 18:51:03 +01:00
pm47
34e7227ba5 refactored Onion (put crypto in separate file) 2015-10-27 11:58:24 +01:00
sstone
70f791b674 onion routing: encode/decode messages 2015-10-24 20:28:14 +02:00
pm47
5d52ada2a2 added client private keys 2015-10-21 18:32:25 +02:00
pm47
9d40e7375f added tests with 20 hops 2015-10-21 18:08:29 +02:00
pm47
a1135f56ab wip onion 2015-10-21 15:20:48 +02:00
pm47
10dc687cd4 reformatting 2015-10-14 18:47:22 +02:00
pm47
7f468e8bfe added onion decrypt demo 2015-10-14 18:44:31 +02:00
pm47
3f7b11c3cf replaced ERROR_ANCHOR_LOST by ERR_ANCHOR_LOST 2015-09-11 16:00:58 +02:00
pm47
73e6324edd now declines htlc if balance < 0 2015-09-11 13:54:38 +02:00
pm47
0551d5cb09 cleaned up imports 2015-09-11 13:35:27 +02:00
pm47
a7068184c8 added more tests 2015-09-11 13:28:22 +02:00
pm47
2e5d23b0d9 fixed a bug in htlc remove 2015-09-11 13:28:12 +02:00
pm47
9a90e4d7e6 updated 'theirspend' comment 2015-09-11 11:30:42 +02:00
pm47
3e3f30d53a added comments 2015-09-10 16:09:42 +02:00
pm47
113dd580df small cleanup 2015-09-10 16:05:20 +02:00
pm47
488a19cf69 keep same priority upon update_decline 2015-09-10 14:19:28 +02:00
pm47
c4e1e15d06 updated proto and fixed htlc tests 2015-09-10 14:17:09 +02:00
pm47
9114fd72bd now looking for revoked tx starting from the latest 2015-09-09 14:37:45 +02:00
pm47
6bbffd1f84 put ShaChain outside of TheirChannelParams 2015-09-09 12:00:28 +02:00
pm47
4f06d75224 added junit runner to scala tests 2015-09-09 11:42:23 +02:00
pm47
c560f8e6e5 updated akka version 2015-09-09 11:35:43 +02:00
pm47
0da80535a5 fixed warning in pom 2015-09-09 11:30:55 +02:00
pm47
74252d499d now using ShaChain 2015-09-09 11:30:54 +02:00
sstone
c8cb8685f5 Merge branch 'master' of https://github.com/ACINQ/eclair 2015-09-08 19:41:42 +02:00
sstone
2d66f11236 fix conversion tests 2015-09-08 19:36:57 +02:00
pm47
a1166bacb8 first commit for their_spend case 2015-09-08 18:34:29 +02:00
pm47
5b9f18cf90 added scalatest mvn plugin 2015-09-08 18:34:12 +02:00
pm47
8eb7378db5 added test for normal update 2015-09-08 14:15:06 +02:00
pm47
93b6ba2bcc refactored ChannelOpenSpec 2015-09-08 13:42:30 +02:00
pm47
22f0ffabc6 completed PKT_CLOSE tests during channel opening 2015-09-04 11:56:16 +02:00
pm47
01931bf255 completed CMD_CLOSE tests during channel opening 2015-09-04 11:43:06 +02:00
pm47
12bbe9d2eb added tests on CMD_CLOSE during channel opening sequence (wip) 2015-09-02 18:51:37 +02:00
pm47
3144c00fff refactored Node 2015-09-02 14:50:22 +02:00
pm47
243b8a3f78 added test for init sequence 2015-09-02 14:50:12 +02:00
pm47
5752a72ec8 now handling bad signature 2015-09-02 11:02:14 +02:00
pm47
3433adcad0 improved blockchain watcher and closing flow 2015-09-01 20:41:58 +02:00
pm47
ee0fc2575f cleaned up update_complete flow 2015-09-01 19:36:29 +02:00
pm47
527cf52cab implemented htlc routefail & timedout 2015-09-01 19:20:20 +02:00
pm47
786744da94 improved hi/low mgmt, removed sleeps from Boot and fixed bug in BlockchainWatcher 2015-09-01 18:27:07 +02:00
sstone
6b894e5a48 fix signatures 2015-09-01 16:34:40 +02:00
pm47
e46de29ca2 back to separate hi/low states (with lots of code duplication) 2015-09-01 13:34:50 +02:00
sstone
d832db205b shachain: addHash is just a bit less ugly 2015-09-01 00:00:53 +02:00
sstone
704f02daad implement sha chains (not pretty!) 2015-08-31 23:34:00 +02:00
pm47
7482e142c1 added error states (to be implemented) 2015-08-31 18:26:58 +02:00
pm47
46a25d8ea5 put hi/low state in data, less pure but more concise 2015-08-31 16:19:37 +02:00
pm47
307db4c55d implemented high/low priority pattern 2015-08-31 14:32:34 +02:00