1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-12 02:08:30 +01:00

Commit graph

  • 2e5d23b0d9 fixed a bug in htlc remove pm47 2015-09-11 13:28:12 +02:00
  • 9a90e4d7e6 updated 'theirspend' comment pm47 2015-09-11 11:30:36 +02:00
  • 3e3f30d53a added comments pm47 2015-09-10 16:09:42 +02:00
  • 113dd580df small cleanup pm47 2015-09-10 16:05:20 +02:00
  • 488a19cf69 keep same priority upon update_decline pm47 2015-09-10 14:19:28 +02:00
  • c4e1e15d06 updated proto and fixed htlc tests pm47 2015-09-10 14:17:09 +02:00
  • 9114fd72bd now looking for revoked tx starting from the latest pm47 2015-09-09 14:37:45 +02:00
  • 6bbffd1f84 put ShaChain outside of TheirChannelParams pm47 2015-09-09 12:00:28 +02:00
  • 4f06d75224 added junit runner to scala tests pm47 2015-09-09 11:42:23 +02:00
  • c560f8e6e5 updated akka version pm47 2015-09-09 11:35:43 +02:00
  • 0da80535a5 fixed warning in pom pm47 2015-09-09 11:30:36 +02:00
  • 74252d499d now using ShaChain pm47 2015-09-09 11:28:53 +02:00
  • c8cb8685f5 Merge branch 'master' of https://github.com/ACINQ/eclair sstone 2015-09-08 19:41:42 +02:00
  • 2d66f11236 fix conversion tests sstone 2015-09-08 19:36:57 +02:00
  • a1166bacb8 first commit for their_spend case pm47 2015-09-08 18:34:29 +02:00
  • 5b9f18cf90 added scalatest mvn plugin pm47 2015-09-08 18:34:12 +02:00
  • 8eb7378db5 added test for normal update pm47 2015-09-08 14:15:00 +02:00
  • 93b6ba2bcc refactored ChannelOpenSpec pm47 2015-09-08 13:42:30 +02:00
  • 22f0ffabc6 completed PKT_CLOSE tests during channel opening pm47 2015-09-04 11:56:16 +02:00
  • 01931bf255 completed CMD_CLOSE tests during channel opening pm47 2015-09-04 11:43:06 +02:00
  • 12bbe9d2eb added tests on CMD_CLOSE during channel opening sequence (wip) pm47 2015-09-02 18:51:04 +02:00
  • 3144c00fff refactored Node pm47 2015-09-02 14:50:22 +02:00
  • 243b8a3f78 added test for init sequence pm47 2015-09-02 12:43:37 +02:00
  • 5752a72ec8 now handling bad signature pm47 2015-09-02 11:02:14 +02:00
  • 3433adcad0 improved blockchain watcher and closing flow pm47 2015-09-01 20:41:58 +02:00
  • ee0fc2575f cleaned up update_complete flow pm47 2015-09-01 19:36:29 +02:00
  • 527cf52cab implemented htlc routefail & timedout pm47 2015-09-01 19:14:34 +02:00
  • 786744da94 improved hi/low mgmt, removed sleeps from Boot and fixed bug in BlockchainWatcher pm47 2015-09-01 18:27:07 +02:00
  • 6b894e5a48 fix signatures sstone 2015-09-01 16:34:40 +02:00
  • e46de29ca2 back to separate hi/low states (with lots of code duplication) pm47 2015-09-01 13:34:03 +02:00
  • d832db205b shachain: addHash is just a bit less ugly sstone 2015-09-01 00:00:53 +02:00
  • 704f02daad implement sha chains (not pretty!) sstone 2015-08-31 23:34:00 +02:00
  • 7482e142c1 added error states (to be implemented) pm47 2015-08-31 18:26:58 +02:00
  • 46a25d8ea5 put hi/low state in data, less pure but more concise pm47 2015-08-31 16:19:37 +02:00
  • 307db4c55d implemented high/low priority pattern pm47 2015-08-31 14:32:34 +02:00
  • 477ddfb6c8 removed now deprecated update cmd pm47 2015-08-31 14:04:00 +02:00
  • 3a06b97c9c first attempt at standardizing tx outputs pm47 2015-08-28 18:48:57 +02:00
  • 06a1ae8112 Merge branch 'master' of github.com:ACINQ/eclair pm47 2015-08-28 18:47:22 +02:00
  • 1b187b4058 fix type error in memcmp sstone 2015-08-28 18:46:00 +02:00
  • a76cda2c00 sig mismatch are now logged as errors pm47 2015-08-28 18:20:38 +02:00
  • a164088163 added a blockchain watcher pm47 2015-08-28 15:34:36 +02:00
  • 5028d924db add a function to permute a tx outputs in a deterministic way sstone 2015-08-28 17:27:46 +02:00
  • 06bad0a006 now deferring the proper way (using stash) pm47 2015-08-27 23:13:36 +02:00
  • 0ced71b7f7 now 'defers' msg with a timer instead of additional states (better but not perfect) pm47 2015-08-27 23:07:55 +02:00
  • a7ef498289 fixed state calculation, added logs, fixed closing sequence pm47 2015-08-27 22:50:03 +02:00
  • 0dee6320a7 updated with latest .proto, fixed close flow pm47 2015-08-27 17:28:12 +02:00
  • 574c5c63e4 fixed compilation pm47 2015-08-27 15:19:38 +02:00
  • b0a77f89eb first attempt at proper closing pm47 2015-08-26 20:13:30 +02:00
  • 2c168a188e completed normal workflow, functional still unfunctional pm47 2015-08-26 17:41:55 +02:00
  • db75d8dd1b added update, still not functional pm47 2015-08-25 19:34:28 +02:00
  • fbb20c9afd Merge branch 'master' of github.com:ACINQ/eclair pm47 2015-08-25 13:48:00 +02:00
  • 00e0f272f9 wip including normal workflow (non-functional) pm47 2015-08-25 13:45:56 +02:00
  • 68d9189628 Merge branch 'master' of https://github.com/ACINQ/eclair sstone 2015-08-25 13:37:46 +02:00
  • fa4073b150 fix htlc scripts sstone 2015-08-25 12:55:57 +02:00
  • 4514a892aa now using real data for anchor tx pm47 2015-08-24 19:24:45 +02:00
  • c9010ceb4e now using properly sorted multisig pm47 2015-08-24 18:32:46 +02:00
  • af9524f320 Merge branch 'master' of github.com:ACINQ/eclair pm47 2015-08-24 18:06:11 +02:00
  • d5640fdd07 dummy impl non-functional, compiles and run pm47 2015-08-24 18:06:04 +02:00
  • eacaf8bfff simplify sorting of keys and sigs sstone 2015-08-24 15:31:00 +02:00
  • b0374efc5d Merge branch 'wip-fd' sstone 2015-08-24 15:17:59 +02:00
  • e31fd6ddf9 add method to compare binary data sstone 2015-08-24 15:16:05 +02:00
  • 2899aff02d project now compiles pm47 2015-08-24 11:44:36 +02:00
  • 2da24b9fec Merge branch 'wip-fd' of github.com:ACINQ/eclair into wip-pm pm47 2015-08-24 11:06:04 +02:00
  • 4bb82c8443 uodate tests sstone 2015-08-24 11:04:40 +02:00
  • 3dded6e3c5 fix errors in commit tx sstone 2015-08-21 19:13:48 +02:00
  • af93eb1c7b create anchor and commit tx (not working yet...) sstone 2015-08-21 12:24:30 +02:00
  • 6d6f1f7740 wip (not working) pm47 2015-08-20 18:04:06 +02:00
  • 70f85bfcbb now using slf4j/logback for logging pm47 2015-08-20 12:42:21 +02:00
  • 1cff2fc491 cleanup pm47 2015-08-20 12:35:37 +02:00
  • 3eaeb21672 first dummy impl using FSM pm47 2015-08-20 12:29:28 +02:00
  • 54e8104834 add generate and protoc-gen-sala scripts for linux sstone 2015-08-19 16:17:19 +02:00
  • ede8042fa7 removed unused file pm47 2015-08-19 15:56:29 +02:00
  • 437945b9f0 updated group id pm47 2015-08-19 15:51:30 +02:00
  • a49a52b53d replaced 2.11 by scala.version.short in pom pm47 2015-08-19 15:50:41 +02:00
  • 372a8b519b lightning types are now generated pm47 2015-08-19 15:43:58 +02:00
  • b9ae8f8709 set groupId to fr.acinq.eclair sstone 2015-08-19 14:05:14 +02:00
  • 32eeba22be first commit sstone 2015-08-19 13:57:05 +02:00
  • 72a527ef5b Initial commit sstone 2015-08-19 13:47:01 +02:00