pm47
|
6ba11d37a4
|
fixed build
|
2016-08-19 20:26:19 +02:00 |
|
pm47
|
5951a5e1e5
|
improved autosign
|
2016-08-19 19:51:52 +02:00 |
|
pm47
|
0cf389091f
|
changed scala version in travis conf file
|
2016-08-19 18:23:58 +02:00 |
|
pm47
|
b4ffa8e298
|
fixed typo in javadoc
|
2016-08-19 18:15:50 +02:00 |
|
pm47
|
13782f94ab
|
merged Boots and used jdk8u31 compatible constructor in javafx (b/c travis)
|
2016-08-19 18:06:20 +02:00 |
|
pm47
|
08e6a54c69
|
removed AlwaysOnTops
|
2016-08-19 17:52:06 +02:00 |
|
pm47
|
a3ffd53a27
|
Merge branch 'wip-gossip' of github.com:ACINQ/eclair into wip-gossip
|
2016-08-19 17:48:04 +02:00 |
|
pm47
|
dcf9873736
|
moved javafx to main package
|
2016-08-19 17:47:53 +02:00 |
|
sstone
|
c994420e9c
|
fix RouterSpec test
|
2016-08-19 17:47:10 +02:00 |
|
pm47
|
da4b879b87
|
fixed HelpersSpec
|
2016-08-19 17:42:47 +02:00 |
|
pm47
|
9d19d35613
|
added weHaveChanges/theyHaveChanges functions
|
2016-08-19 17:24:23 +02:00 |
|
pm47
|
f1ec782e27
|
added an autosign every 300 ms
|
2016-08-19 17:23:59 +02:00 |
|
pm47
|
9c1f737c77
|
fixed api cast error when requesting signature
|
2016-08-19 16:59:06 +02:00 |
|
pm47
|
b2becfd389
|
made commitments not grow indefinitely
|
2016-08-19 16:57:52 +02:00 |
|
pm47
|
0e6a5245d7
|
properly handle shutdown
|
2016-08-18 15:05:45 +02:00 |
|
pm47
|
9d483bb219
|
updated irc client to 2.2.O
|
2016-08-18 15:05:31 +02:00 |
|
pm47
|
5428eebdf9
|
removed constraint on column size
|
2016-08-18 14:38:56 +02:00 |
|
pm47
|
29f070ee29
|
enabled enter key in dialogs
|
2016-08-18 12:52:47 +02:00 |
|
pm47
|
10fee85326
|
added graph tab
|
2016-08-18 12:46:10 +02:00 |
|
pm47
|
830037b0c0
|
added a splash screen
|
2016-08-17 18:56:34 +02:00 |
|
pm47
|
13b932e89f
|
improved channel pane
|
2016-08-17 17:57:41 +02:00 |
|
pm47
|
4b33c557d4
|
fixed dialog close
|
2016-08-17 16:08:01 +02:00 |
|
pm47
|
4a6c42566d
|
added a delayed signature after receiving a fulfill/fail
|
2016-08-17 15:25:49 +02:00 |
|
pm47
|
ed50097c30
|
fixed dialogs position and modality
|
2016-08-17 15:25:27 +02:00 |
|
pm47
|
58d42925ea
|
Merge branch 'wip-gossip' into wip-javafx
|
2016-08-17 14:21:32 +02:00 |
|
pm47
|
c5d2f7b3b1
|
handling unknown H in payment handler
|
2016-08-17 14:21:18 +02:00 |
|
pm47
|
8d4f1cbcc5
|
first working javafx prototype
|
2016-08-17 14:17:57 +02:00 |
|
pm47
|
82fc524098
|
auto CMD_SIGN before propagating upstream and before&after propagating downstream
|
2016-08-11 18:28:53 +02:00 |
|
sstone
|
293f1c930a
|
add node fees to htlc amounts
|
2016-08-11 17:14:50 +02:00 |
|
sstone
|
3146c2d68a
|
Merge branch 'wip-gossip' of https://github.com/ACINQ/eclair into wip-gossip
|
2016-08-11 15:21:56 +02:00 |
|
sstone
|
16af49ed73
|
make irc router sends channel desc to itself
|
2016-08-11 15:20:21 +02:00 |
|
pm47
|
de6a098a66
|
now setting htlc expiration 100 blocks in the future
|
2016-08-11 15:19:47 +02:00 |
|
pm47
|
af3369495b
|
merged from master
|
2016-08-11 14:40:50 +02:00 |
|
pm47
|
b4a28a4c41
|
updated capsule to 1.3.0
|
2016-08-11 14:35:05 +02:00 |
|
pm47
|
c6c4092a9d
|
fixed typo in api help
|
2016-08-11 14:29:17 +02:00 |
|
pm47
|
48479d3656
|
Merge branch 'master' into wip-gossip
|
2016-08-11 14:26:29 +02:00 |
|
pm47
|
d554d649ee
|
changed conf keys 'address' to 'host'
|
2016-08-11 14:26:14 +02:00 |
|
pm47
|
cd164a8349
|
added an 'info' api method
|
2016-08-11 14:21:13 +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
|
bd6e2b1837
|
Merge branch 'master' of github.com:ACINQ/eclair into wip-gossip
|
2016-08-10 11:44:18 +02:00 |
|
sstone
|
acf39f0146
|
process the tail of the tcp frame before sending auth
|
2016-08-10 11:34:41 +02:00 |
|
pm47
|
a23ec690d5
|
Merge branch 'master' of github.com:ACINQ/eclair into wip-gossip
|
2016-08-10 11:21:07 +02:00 |
|
sstone
|
2d3c30ebcd
|
fix tcp frame handling
|
2016-08-10 11:17:15 +02:00 |
|
pm47
|
2f39c50292
|
Merge branch 'wip-uniclose' into wip-gossip
|
2016-07-22 16:33:59 +02:00 |
|
pm47
|
5036f8118f
|
Merge branch 'master' into wip-uniclose
|
2016-07-22 16:33:44 +02:00 |
|
pm47
|
747fea7957
|
updated README
|
2016-07-22 16:33:21 +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
|
fe8647422d
|
Merge branch 'wip-uniclose' into wip-gossip
|
2016-07-22 15:27:04 +02:00 |
|
pm47
|
93aaa6f2ef
|
Merge branch 'wip-uniclose' of github.com:ACINQ/eclair into wip-uniclose
|
2016-07-22 15:26:45 +02:00 |
|