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

742 commits

Author SHA1 Message Date
pm47
0b3ba78c7f
set version to 0.4.9-android-phoenix-SNAPSHOT 2021-02-01 15:10:07 +01:00
dpad85
4fa66bbafa
Release v0.4.8-android-phoenix 2021-01-25 16:53:33 +01:00
pm47
cf37cb12c9
set version to 0.4.8-android-phoenix-SNAPSHOT 2021-01-25 15:29:35 +01:00
dpad85
5c98d08849
Release v0.4.7-android-phoenix 2021-01-13 12:24:58 +01:00
dpad85
addc7a4ab4
Release v0.4.6-android-phoenix 2020-11-30 14:11:15 +01:00
dpad85
74e6576f87
Back to development 2020-11-13 18:37:10 +01:00
dpad85
285f33267a
Release v0.4.5-android-phoenix 2020-11-13 17:32:43 +01:00
dpad85
13ff55b68b
Back to development 2020-11-12 15:40:20 +01:00
dpad85
ddd9b2ad5a
Release v0.4.4-android-phoenix 2020-11-12 11:56:08 +01:00
dpad85
71f0afcdc0
Release v0.4.3-android-phoenix 2020-11-10 18:26:01 +01:00
dpad85
bef94ed9c2
Back to development 2020-10-15 11:39:22 +02:00
dpad85
34599aebc7
Release v0.4.2-android-phoenix 2020-10-14 17:34:03 +02:00
pm47
96cd0e8ac2
Merge branch 'android' into android-phoenix 2020-10-09 13:36:55 +02:00
pm47
d051fa76c7
Merge commit 'ea57bb266' into android 2020-10-09 13:17:00 +02:00
pm47
648c841c0d
Merge commit 'b63c4aa5a' into android 2020-10-09 12:25:17 +02:00
Bastien Teinturier
9bb992bbc9
Add DB entry for payment router error (#1513)
When using MPP, if we can't find a route, we need to add an entry to the
DB. Otherwise when users query their payment status, nothing will be
returned which is a bad UX.

Fixes #1512
2020-10-09 10:58:26 +02:00
pm47
ebed70b93c
Merge branch 'android' into android-phoenix 2020-10-09 10:56:19 +02:00
pm47
8ca798176d
Merge commit '68dfc6cb7' into android 2020-10-08 18:53:04 +02:00
pm47
d53b708a45
Merge branch 'android' into android-phoenix 2020-10-08 17:34:46 +02:00
dpad85
4280e28595
Back to development 2020-08-13 15:23:42 +02:00
pm47
e0f99f9714
Merge branch 'master' into android 2020-07-23 17:45:58 +02:00
dpad85
4a54e004ee
Update version to 0.4.0-android-SNAPSHOT 2020-07-20 14:24:29 +02:00
Fabrice Drouin
ea57bb266c
Release 0.4.1 (#1481)
* Set version to 0.4.1

* Set version to 0.4.2-SNAPSHOT
2020-07-20 12:00:01 +02:00
dpad85
210cf2ab46
Release v0.3.10-android-phoenix 2020-07-16 18:10:14 +02:00
dpad85
114ba2940d
Back to development 2020-07-16 17:46:22 +02:00
rorp
b63c4aa5a4
Postgresql support (#1249)
Add beta support for PostgreSQL database backend.
2020-07-01 14:52:36 +02:00
Bastien Teinturier
7ec3ba829a
Fix channelstats (for real?) (#1470)
The channelstats API only returns results for the *outgoing* channels
used when relaying. We must also include the *incoming* channels, otherwise
it looks like they're inactive which doesn't reflect their real usage.

Fixes #1465
2020-06-30 17:11:04 +02:00
dpad85
cad7b559e0
Release v0.3.9-android-phoenix 2020-06-24 16:52:21 +02:00
Bastien Teinturier
0563d6d6ce
Update allnodes API (#1468)
Rename to `nodes`.
Allow filtering for specific `nodeId`s.

Fixes #1460
2020-06-23 15:28:48 +02:00
Bastien Teinturier
676a45c19c
Add on-chain APIs (#1461)
* Add on-chain balance API: fixes #1457
* Add API to list wallet on-chain transactions: fixes  #1459
* Add API to send on-chain funds: fixes #1458
2020-06-19 18:02:39 +02:00
Bastien Teinturier
570fe57baa
Add friendly network name to GetInfo response (#1456)
This is friendlier to interpret than mapping this from the chain's genesis
block hash.
2020-06-19 16:07:08 +02:00
sstone
ced6792235 Merge branch 'android' into android-phoenix-merge 2020-06-06 23:22:25 +02:00
sstone
67525ce48a Merge branch 'master' into android 2020-06-06 15:08:47 +02:00
Bastien Teinturier
c04a4cef2a
Accept multiple channels for some API (#1440)
It's handy to update relay fees for multiple channels at once.
Closing and force-closing channels may also make sense to do in batch.

Closes #1432
2020-06-03 11:06:45 +02:00
dpad85
2b950d47fe
Bump version for consistency with phoenix branch 2020-06-02 13:51:57 +02:00
sstone
c8b9925ee5 Merge branch 'android' into android-phoenix-merge 2020-05-22 18:33:16 +02:00
sstone
d77e9664c9 Merge branch 'master' into android-merge 2020-05-22 15:19:08 +02:00
sstone
a3333c22e3 Merge branch 'master' into android-merge 2020-05-20 13:27:46 +02:00
araspitzu
029cafe297
Use human readable features in configuration (#1385)
* Parse human readable features from configuration, print features in human readable format.
2020-05-19 13:58:19 +02:00
Pierre-Marie Padiou
24b43e9a49
Use actor system as conf container (#1420)
This seems to be recommended practice:
https://doc.akka.io/docs/akka/current/general/actor-systems.html#configuration-container.

As a nice side effect, it allows putting akka-related config in eclair.conf.

Also, reorganize reference.conf/application.conf.
2020-05-18 17:12:21 +02:00
araspitzu
4e4c7c9366
Put shebang in first line of launcher scripts (#1423) 2020-05-18 16:00:03 +02:00
rorp
ff5362e4eb
Fix eclair-node.sh for OSX (#1424) 2020-05-15 08:51:22 +02:00
Bastien Teinturier
c4d0604b72
Payment lifecycle refactor (#1414)
* Extract faulty channels selection from PaymentLifecycle

Move the logic of figuring out which channels/nodes should be ignored
when retrying after a payment failure out of the PaymentLifecycle.

We can figure this out looking only at the `PaymentFailure` generated,
and the multi-part logic could leverage these helpers.

* Refactor RouteResponse

It was useless to return `ignoreNodes` and `ignoreChannels`, it's rather
the responsibility of the caller (PaymentLifecycle) to store and update
these sets.

Preparing for the MPP move inside the router, we introduce a Route class
and let RouteResponse return a collection of Routes.

This creates some ugliness in PaymentLifecycle because of the `routePrefix`,
but this is just temporary: the `routePrefix` "hack" will be removed soon.
2020-05-12 11:41:25 +02:00
Fabrice Drouin
273a3f0966
Release 0.4 (#1409)
* Release 0.4

* Set version to 0.4.1-SNAPSHOT
2020-05-05 14:55:09 +02:00
Pierre-Marie Padiou
19975d3d81
Update to scala 2.13 and akka 2.6 (incremental) (#1390)
This is almost a drop-in replacement. I had to relaxed compiler
parameters to allow deprecated features though.

Main changes:
- relaxed compiler parameters to minimize impact (e.g. allow
deprecated features)
- `scala.collection.JavaConverters` -> `scala.jdk.CollectionConverters`
- `MultiMap` -> `MultiDict`

Compilation is 25% faster on my machine, compiler is a bit more strict
(it found an "invalid comparison" bug).
2020-04-27 13:11:55 +02:00
Pierre-Marie Padiou
f4b56407b4
Prepare upgrade to scala 2.13 and akka 2.6 (#1389)
Do all the changes that will be required and are already possible to
minimize the diff:
- update dependencies
- `'something` -> `Symbol("something")`
- `BigDecimal.xValue()` -> `BigDecimal.xValue`
- `Map.filterKeys` -> `Map.filterKeys.toMap` (same for `Map.mapValues`)
- `def myMethod(...)` -> `def myMethod(...): Unit`
2020-04-24 15:31:25 +02:00
dpad85
e20245a450
Merge branch 'android' into android-phoenix 2020-04-23 18:01:33 +02:00
dpad85
e7ac433af8
Bump version for consistency with phoenix branch 2020-04-21 15:24:48 +02:00
Pierre-Marie Padiou
9cb14ee08c
Add logback config for eclair-node tests (#1377)
Otherwise we use the default logback.xml file which writes to a rolling file in the user directory.
2020-04-15 11:53:33 +02:00
sstone
c39825e10a Merge branch 'master' into android 2020-04-12 23:08:53 +02:00