Search Criteria
Package Details: core-lightning 24.08.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/core-lightning.git (read-only, click to copy) |
---|---|
Package Base: | core-lightning |
Description: | Lightning Network implementation focusing on specification compliance and performance. |
Upstream URL: | https://github.com/ElementsProject/lightning |
Licenses: | custom:BSD-MIT |
Conflicts: | core-lightning-git |
Submitter: | Spixmaster |
Maintainer: | Spixmaster |
Last Packager: | Spixmaster |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-25 06:48 (UTC) |
Last Updated: | 2024-11-03 16:42 (UTC) |
Dependencies (34)
- bitcoin-cli (bitcoin-core-gitAUR, bitcoin-gui-gitAUR, bitcoin-unlimitedAUR, bitcoin-cash-nodeAUR, bitcoin-cash-node-qtAUR, bitcoin-gitAUR, bitcoin-cli-binAUR, bitcoin-coreAUR, bitcoin-abcAUR, bitcoin-abc-qtAUR, bitcoin-daemon)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gmp (gmp-hgAUR)
- gunicorn
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- make (make-gitAUR)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- protobuf (protobuf-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-cryptography
- python-flask (python-flask-gitAUR)
- python-flask-cors
- python-flask-restxAUR
- python-flask-socketio
- python-gevent (python-gevent-gitAUR)
- python-gevent-websocket
- python-grpcio
- python-grpcio-tools
- python-json5
- Show 14 more dependencies...
Required by (3)
- btcpayserver (optional)
- c-lightning-rest (optional)
- ride-the-lightning (optional)
Sources (8)
- core-lightning
- git+https://github.com/ElementsProject/libwally-core.git
- git+https://github.com/ianlancetaylor/libbacktrace.git
- git+https://github.com/jedisct1/libsodium.git
- git+https://github.com/kristapsdz/lowdown.git
- git+https://github.com/rustyrussell/lnprototest.git
- git+https://github.com/valyala/gheap.git
- git+https://github.com/zserge/jsmn.git
Latest Comments
1 2 3 Next › Last »
cotsuka commented on 2024-03-19 18:15 (UTC)
Thanks for the feedback, @Spixmaster. For cleanliness, I've responded to your comments within each of the AUR packages instead. I think I've addressed all of the comments though.
Spixmaster commented on 2024-03-19 07:10 (UTC) (edited on 2024-03-19 07:13 (UTC) by Spixmaster)
@cotsuka You really suprised me. Great work. I have taken a look at the PKGBUILD files.
The dependencies
python-build
python-installer
are missing, see here. Therefore,python-setuptools
python-poetry
are not needed.provides=()
is wrong, see here. Thepkgname
is inserterted implicitly. I do not know why you move the needed directory to the root and remove the downloaded directory afterwards. It does not seem needed.I checked the packages with
namcap
. python-pyln-bolt7:python-pyln-client: Nothing to complain.
python-pyln-proto:
python-coincurve
failed to build for me but was somehow installed when I tried buildingpython-pyln-proto
the second time. I do not know what happened here.General recommendation, use for bash
shellcheck
,shmft
and specifically for PKGBUILD filesnamcap
and maybe a even the language servertermux-language-server
. I given you information when hovering but mainly output errors from namcap in your text editor. See the first section from https://wiki.archlinux.org/title/PKGBUILD for the stated information.cotsuka commented on 2024-03-19 00:22 (UTC)
@Spixmaster I've never created AUR packages so let me know if there's any feedback/improvements. I believe I've packaged up the dependency chain to get this working:
Spixmaster commented on 2024-03-18 19:12 (UTC) (edited on 2024-03-19 06:44 (UTC) by Spixmaster)
@cotsuka
pyln-client
cannot be installed with this package. The way core-lightning-git does it is wrong. I tried it. The reason is that the programme depends on other packages that are also in https://github.com/ElementsProject/lightning/tree/master/contrib. Those dependencies need to be installed priorly before installingpyln-client
.You would do a big favour if you created an AUR package
python-pyln-client
. Unfortunately, it would require to also package its dependencies.Spixmaster commented on 2024-03-18 09:10 (UTC)
python-pyln-client
will be installed with this package. That is howcore-lightning-git
does it too. I will do it later.cotsuka commented on 2024-03-17 21:43 (UTC) (edited on 2024-03-17 22:10 (UTC) by cotsuka)
@Spixmaster In addition to that, I needed to install:
pyln-client
pip install --break-system-packages
this one to get this to work. I could probably spend some time building out a PKGBUILD for this and get it into the AUR.Once those were installed, restarting the node got everything working.
Spixmaster commented on 2024-03-16 08:42 (UTC)
@cotsuka
python-flask-cors
was missing.Spixmaster commented on 2024-03-16 07:33 (UTC)
@cotsuka Which optional dependencies do you mean?
bitcoinlizard commented on 2024-03-16 00:51 (UTC) (edited on 2024-03-16 00:51 (UTC) by bitcoinlizard)
@cotsuka - I was able to get clnrest running with this AUR package. I looked at the python requirements.txt and installed the dependencies mostly through official Arch packages and some AUR packages. I think I may have had to install 1 or 2 with pip but I can't remember and unfortunately these entries are gone from my history. I didn't keep track of everything I installed but rest assured it will work. I'm using it now with the latest version of my ride-the-lightning AUR package (which requires clnrest as it seems you likely found out).
1 2 3 Next › Last »