araspitzu
a0286458c6
Rework packaging ( #1307 )
...
* Replace maven-capsule-plugin with maven-assembly-plugin in eclair-node and eclair-node-gui:
The new packaging produces a zip file containing a launcher script and all the artifacts and dependencies in lib/.
* Add bash launcher scripts for eclair-node and eclair-node-gui, inspired by https://github.com/sbt/sbt-native-packager/blob/master/src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/bash-template
* Add windows launcher scripts, inspired by https://github.com/sbt/sbt-native-packager/blob/master/src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/bat-template
* Add option to start kanela agent with eclair-node launcher scripts
* Force unix file ending in launcher scripts
* Add eclair-cli in the bin folder of packaged eclair-node and eclair-node-gui
2020-02-24 15:42:26 +01:00
Fabrice Drouin
66e04265b3
Release 0.3.3 ( #1300 )
...
* Release 0.3.3
* Set version to 0.3.4-SNAPSHOT
2020-02-03 11:07:26 +01:00
Fabrice Drouin
b9252cdf87
Release 0.3.2 ( #1177 )
...
Set version to 0.3.3-SNAPSHOT
2019-10-15 19:26:42 +02:00
Fabrice Drouin
bbe07c2c42
Set version to 0.3.2-SNAPSHOT ( #1062 )
2019-07-04 10:00:44 +02:00
Fabrice Drouin
6906ecb403
Set version to v0.3.1 ( #1061 )
2019-07-03 17:23:12 +02:00
Fabrice Drouin
847d0999c8
Release v0.3 ( #994 )
...
* gui: include javafx native libraries for windows, mac, linux
* Release v0.3
* Set version to 0.3.1-SNAPSHOT
2019-05-10 11:02:08 +02:00
Pierre-Marie Padiou
081dec15ae
Updated license header ( #992 )
2019-05-09 16:40:37 +02:00
Fabrice Drouin
e2ff5c857b
Set version to 0.3-SNAPSHOT ( #920 )
...
We have enough major changes from the last release to justify switching to 0.3
2019-03-28 09:49:17 +01:00
Fabrice Drouin
34e51c19cc
Use OpenJDK 11 as default JDK ( #846 )
...
* Upgrade to JDK11
Eclair can be built and used on Oracle JDK 1.8 or OpenJDK 11.
JavaFX is now embedded in eclair-node-gui and does not need to be installed separately.
* Install: update java download links
OpenJDK 11 is now our recommendation. Tell users to download java from https://jdk.java.net/11
* README: Rewrite installation instructions
2019-02-21 15:11:44 +01:00
sstone
3f72b441d8
Set version to 0.2-SNAPSHOT
2019-01-18 20:15:04 +01:00
sstone
eb0e45a8b1
set version to 0.2-beta9
2019-01-18 19:01:59 +01:00
sstone
4e0702a923
set version to 0.2-SNAPSHOT
2018-10-20 21:38:16 +02:00
sstone
52821b8664
set version to 0.2-beta8
2018-10-20 21:34:34 +02:00
sstone
b0305b0551
set version to 0.2-SNAPSHOT
2018-10-15 17:00:40 +02:00
sstone
c564f51d24
set version to 0.2-beta7
2018-10-15 16:48:13 +02:00
sstone
997aceea82
set version back to 0.2-SNAPSHOT
2018-09-26 14:05:57 +02:00
sstone
3fc5da0a7b
set version to 0.2-beta6
2018-09-26 14:04:38 +02:00
sstone
cd6524e25b
set version to 0.2-SNAPSHOT
2018-06-20 09:45:09 +02:00
sstone
8aa51f4e02
set version to 0.2-beta5
2018-06-20 09:21:05 +02:00
sstone
a85ba9ceef
set version to 0.2-SNAPSHOT
2018-05-30 19:15:06 +02:00
sstone
e6fe077582
set version to 0.2-beta4
2018-05-30 19:11:44 +02:00
pm47
644b4a2a98
back to SNAPSHOT
2018-05-18 15:53:02 +02:00
pm47
1dd8aa5aab
set version to 0.2-beta3
2018-05-18 15:14:52 +02:00
pm47
b5437c9bad
back to SNAPSHOT
2018-04-04 13:52:24 +02:00
pm47
7598615263
set version to 0.2-beta2
2018-04-04 13:40:03 +02:00
pm47
b2178ade30
back to SNAPSHOT
2018-03-28 21:27:55 +02:00
pm47
c39ce692f8
setting version to 0.2-beta1
2018-03-28 20:46:40 +02:00
Pierre-Marie Padiou
d38f227b42
Added copyright notice to all files ( #497 )
...
* added copyright notice to all files
* updated date in LICENSE
2018-03-21 16:29:42 +01:00
pm47
1754bf0933
back to SNAPSHOT
2018-03-16 17:05:58 +01:00
pm47
dbb4f5b467
set version to 0.2-alpha11
2018-03-15 19:41:53 +01:00
pm47
1b247ae613
back to SNAPSHOT
2018-02-16 18:10:35 +01:00
pm47
0beca13b23
set version to 0.2-alpha10
2018-02-16 17:28:01 +01:00
pm47
56ef710f06
back to SNAPSHOT
2018-01-23 19:11:06 +01:00
pm47
951bcc4750
set version to 0.2-alpha9
2018-01-23 15:29:21 +01:00
pm47
74faad53e8
back to SNAPSHOT
2017-12-23 19:26:54 +01:00
pm47
8edb2a478c
set version to 0.2-alpha8
2017-12-23 18:37:00 +01:00
pm47
f1afe3f4b7
back to SNAPSHOT
2017-12-14 18:22:39 +01:00
pm47
1155788b5e
set version to 0.2-alpha7
2017-12-14 12:28:25 +01:00
Dominique
07f0cbeaab
[GUI] Set default unit to milliBTC ( #268 )
...
* (gui) Default unit should be milliBTC
* Default unit set to MILLI_BTC
* Added tests to String amount conversion function
* Added BTC unit
* Removed milliSatoshi unit when opening a channel
* Removed redundant dependency and added a unit test
2017-12-11 19:19:55 +01:00
pm47
44f7bd7145
bcak to SNAPSHOT
2017-12-06 19:19:30 +01:00
pm47
3d240f5761
set version 0.2-alpha6
2017-12-06 18:34:40 +01:00
Nicolas Dorier
0794fb8d5a
Docker support with repeatable build ( #255 )
...
Dependency to `git` has been removed, we now use `notag` when building without
a git directory.
In order to reliably fetch all dependencies, we do a first blank build
(with no source files), then we copy the sources and do a real commit.
This is a simpler and more robust approach.
Also, fixed the .dockerignore to filter out IDE files.
2017-12-05 17:29:47 +01:00
Fabrice Drouin
1f336772b2
back to 0.2-SNAPHOT ( #166 )
...
use scala plugin 3.3.1 (mvn scala:console now works)
add Dominique to the list of developpers
2017-09-20 15:16:49 +02:00
pm47
a97fa39fef
set version to 0.2-alpha5
2017-09-14 18:41:01 +02:00
Pierre-Marie Padiou
c94cb13dd3
Add an experimental SPV mode with bitcoinj ( #152 )
2017-09-07 17:20:36 +02:00
dpad85
305420bd37
Renamed javafx module to eclair-node-gui
and updated binaries name ( #137 )
...
* Renamed eclair-node-javafx module to eclair-node-gui
* (build) javafx installer uses project version
* (build) Streamlined capsule names
* (build) mvn generates installer only with `installer` profile. The windows installer does not need to be created in common cases. Decreases `eclair-node-gui` module building time by ~ 1 min
* (readme) updated the `run eclair` commands with the new capsule names
2017-08-23 19:28:18 +02:00