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

37 commits

Author SHA1 Message Date
pm47
91d913d442 removed all protobuf messages but auth & routing 2016-12-06 17:37:48 +01:00
pm47
3fc25da461 now using akka-http-json and akka-http-client (removed acinq-tools dependency) 2016-11-08 19:32:01 +01:00
sstone
f209ead559 mvn: set version to 0.2-SNAPSHOT 2016-08-26 17:33:50 +02:00
Fabrice Drouin
5f7df0935b Interoperability with c-lightning (#18)
* update lightning.proto

Our .proto matches c-lightning at c7f8ce9d3b09a8e59e66dfaf9dd7d16787d93701

* signatures in commit messages are now optional

you sign a their tx only if they actually receive money
see 8a3c9908ce

* rename "clearing" to "shutdown"

* increase commit tx fee to match what c-lightning is expecting

* signature is optional is commit message (bugfix)

* mvn: set version to 0.2-interop-SNAPSHOT

* interop test: update bitcoind binaries to v0.13.0

* interop test: update lightningd to c7f8ce9d3b09a8e59e66dfaf9dd7d16787d93701

* update interop test

* mvn: tell surefire to use more RAM to

this should fix random build failures on travis ("The forked VM terminated without saying properly goodbye")

* update lightning.proto to match c-lightning 754616c45a7bd7e1f9d449d711992355bec34fe7

new update_fee message

* update lightningd binary to 754616c45a7bd7e1f9d449d711992355bec34fe7

* update interop test to use the new peer watcher

* fix failing test
2016-08-26 17:21:26 +02:00
sstone
a786a7e74c mvn: set version to 0.2-SNAPSHOT 2016-08-25 15:29:33 +02:00
pm47
5931df0420 now using IRC instead of p2p gossip for routing information, and dijkstra for route calculation 2016-08-10 17:48:44 +02:00
pm47
afa68402d3 merged master->wip-uniclose->wip-gossip 2016-07-22 15:42:26 +02:00
pm47
bd59ef3b8d merged from master 2016-07-22 15:35:36 +02:00
pm47
29d2b0134c mega-merge from wip-uniclose 2016-07-22 15:24:29 +02:00
Pierre-Marie Padiou
785aa73eac Wip-scalapbc (#14)
* using scalapb binary

* switched to unix file separator

* removed protoc compilation (because we are using precompiled scalapb
2016-07-13 13:04:37 +01:00
pm47
fbf40358f3 updated scalapb to 0.4.21 and set java version to 1.7 2016-07-12 17:41:36 +02:00
Fabrice Drouin
0c06f7c9f5 compatibility with lightningd (#13)
* upgrade code to match latest lightningd

use secp256k1 format for sigs, update .proto, use timeouts in blocks insteads of seconds...

* update interrop test

* update comments and fix a few typos

* added nonreg tests on lightning types

* use our extensions for protobuf messages

* add comment to explain why we need getBlockCount
2016-07-07 12:33:27 +02:00
pm47
96645c1930 bumped version to 0.2-SNAPSHOT 2016-06-30 16:09:51 +02:00
pm47
4a859bdd3a merged from wip-bolt2 2016-05-31 11:47:14 +02:00
pm47
4ee4cb8aa5 added protobuf tostrings 2016-05-30 15:04:58 +02:00
Fabrice Drouin
b055df5338 Wip bolt2 nakamoto (#9)
* use lightning.proto from lightning-c v0.3-2016-05-26 "Nakamoto's Genesis Coins"

* check that preimage size is 32 bytes (see 1245ffaae3 and
https://lists.linuxfoundation.org/pipermail/lightning-dev/2016-May/000529.html)
2016-05-27 18:30:22 +02:00
pm47
d2d1514284 wip 2016-05-25 16:29:54 +02:00
pm47
4bde8bf018 new protocol (WIP!) 2016-05-23 15:55:17 +02:00
pm47
f7b7fe13cf updated protobuf and bumped version number 2016-04-29 10:13:47 +02:00
pm47
305ba1757c updated protobuf 2016-04-18 11:47:12 +02:00
pm47
50c1c7ca4f updated proto file 2016-04-01 14:17:29 +02:00
pm47
e28849c21e set version to 0.1-routing-SNAPSHOT (because incompatible protobuf) 2016-03-19 17:45:22 +01:00
sstone
794c5c33ce add basic routing info to lightning.proto 2016-03-08 15:32:53 +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
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
b465b17223 fix closing tx fee 2016-02-08 16:52:22 +01:00
pm47
4e740606af updated proto file 2016-01-22 17:14:45 +01:00
pm47
c4e1e15d06 updated proto and fixed htlc tests 2015-09-10 14:17:09 +02:00
pm47
477ddfb6c8 removed now deprecated update cmd 2015-08-31 14:04:00 +02:00
pm47
0dee6320a7 updated with latest .proto, fixed close flow 2015-08-27 17:28:12 +02:00
sstone
54e8104834 add generate and protoc-gen-sala scripts for linux 2015-08-19 16:17:19 +02:00
pm47
ede8042fa7 removed unused file 2015-08-19 15:56:29 +02:00
pm47
437945b9f0 updated group id 2015-08-19 15:54:38 +02:00
pm47
a49a52b53d replaced 2.11 by scala.version.short in pom 2015-08-19 15:50:41 +02:00
pm47
372a8b519b lightning types are now generated 2015-08-19 15:43:58 +02:00