Releases: vincenzopalazzo/lampo.rs
v24.06 - Bolted and Ready Edition
v24.06 - Bolted and Ready Edition
The release "v24.06 Bolted and Ready Edition" is finally out named by @chrisguida
What's Changed
- feat : adds
announce-addr
by @Harshit933 in #212 - fix typos by @vincenzopalazzo in #214
- proto: some dry-by fixes that improve the onchain log by @vincenzopalazzo in #224
- cli: ask as an input the bip 39 by @vincenzopalazzo in #223
- tools: export the public API of the package by @vincenzopalazzo in #225
- Reworking of the jsonrpc server by @vincenzopalazzo in #219
- feat(getinfo) : specify address inside getinfo by @Harshit933 in #229
- don't error when datadir doesn't exist by @chrisguida in #235
- Replace all occurrences of "deamon" with "daemon" by @chrisguida in #238
- Clean up README by @chrisguida in #239
- jsonrpc: rework the writing logic by @vincenzopalazzo in #242
- Lampo updated to LDK 0.0.123 by @Psycho-Pirate in #240
- upgrading ldk offer to v123 by @vincenzopalazzo in #249
- nix: upgrade the cln version by @vincenzopalazzo in #251
- support the last offer version by @vincenzopalazzo in #253
- common: use adapter patter to customize the keys manager by @vincenzopalazzo in #255
- lampod: update the decode invoice rpc by @vincenzopalazzo in #252
- docs: add the contribute guide by @vincenzopalazzo in #261
- lampod: fixing panicing of the background task by @vincenzopalazzo in #263
- meta: add issue template by @vincenzopalazzo in #264
- Update issue templates by @vincenzopalazzo in #265
- core: improve error handling with anyhow by @vincenzopalazzo in #259
- Add txid field to the fundchannel call by @chrisguida in #257
- docs: fix link to contributing file by @dzdidi in #267
- lampod: fixing the decode bolt12 offer by @vincenzopalazzo in #266
- meta: fixing custom funding link by @vincenzopalazzo in #269
New Contributors
- @chrisguida made their first contribution in #235
- @Psycho-Pirate made their first contribution in #240
- @dzdidi made their first contribution in #267
Full Changelog: v24.04...v24.06
v24.06rc2
What's Changed
- core: improve error handling with anyhow by @vincenzopalazzo in #259
- Add txid field to the fundchannel call by @chrisguida in #257
- docs: fix link to contributing file by @dzdidi in #267
- lampod: fixing the decode bolt12 offer by @vincenzopalazzo in #266
- meta: fixing custom funding link by @vincenzopalazzo in #269
New Contributors
Full Changelog: v24.06-rc1...v24.06rc2
v24.06rc1
What's Changed
- feat : adds
announce-addr
by @Harshit933 in #212 - fix typos by @vincenzopalazzo in #214
- proto: some dry-by fixes that improve the onchain log by @vincenzopalazzo in #224
- cli: ask as an input the bip 39 by @vincenzopalazzo in #223
- tools: export the public API of the package by @vincenzopalazzo in #225
- Reworking of the jsonrpc server by @vincenzopalazzo in #219
- feat(getinfo) : specify address inside getinfo by @Harshit933 in #229
- don't error when datadir doesn't exist by @chrisguida in #235
- Replace all occurrences of "deamon" with "daemon" by @chrisguida in #238
- Clean up README by @chrisguida in #239
- jsonrpc: rework the writing logic by @vincenzopalazzo in #242
- Lampo updated to LDK 0.0.123 by @Psycho-Pirate in #240
- upgrading ldk offer to v123 by @vincenzopalazzo in #249
- nix: upgrade the cln version by @vincenzopalazzo in #251
- support the last offer version by @vincenzopalazzo in #253
- common: use adapter patter to customize the keys manager by @vincenzopalazzo in #255
- lampod: update the decode invoice rpc by @vincenzopalazzo in #252
- docs: add the contribute guide by @vincenzopalazzo in #261
- lampod: fixing panicing of the background task by @vincenzopalazzo in #263
- meta: add issue template by @vincenzopalazzo in #264
- Update issue templates by @vincenzopalazzo in #265
New Contributors
- @chrisguida made their first contribution in #235
- @Psycho-Pirate made their first contribution in #240
Full Changelog: v24.04...v24.06-rc1
v24.04 - Zero-Based Month Edition
v24.04 - Zero-Based Month Edition
I am happy to announce our release that supports #bolt12 (paying and receiving) it. We are one month in delay but we are not if you start counting by 0 😸
Check out the procedure for how to install it: https://github.com/vincenzopalazzo/lampo.rs?tab=readme-ov-file#how-to-install
Check out the procedure for how to run it: https://lampo.devcrew.cc/docs/intro#how-to-use
What's Changed
- ci: mirroring on different git instance by @vincenzopalazzo in #176
- core: fixing the tests by @vincenzopalazzo in #177
- Rename
channe_manager.rs
tochannel_manager.rs
by @tnull in #180 - fix : update makefile by @Harshit933 in #185
- upgrade ldk library version by @vincenzopalazzo in #187
- tests: refactoring tests by @vincenzopalazzo in #189
- fix : add network type inside
getinfo
by @Harshit933 in #188 - Wait for
OnChainEvent::SendRawTransaction
before returning fromfundchannel
RPC call by @tareknaser in #197 - feat : close channel command by @Harshit933 in #198
- refactor : fix some test names and move some test by @Harshit933 in #200
- Add Lampo Python Client (
pylampo-client
) by @tareknaser in #205 pylampo
: Fix File Structure to be Compatible with Poetry by @tareknaser in #207- Add
CODEOWNERS
file by @tareknaser in #208 - fix: crash caused when the port is already in use by @VanshulB in #204
- Improve
getinfo
by @Harshit933 in #203 - adding improvments and also support for bolt12 by @vincenzopalazzo in #202
New Contributors
Full Changelog: v23.12-beta.1...v24.04
Santa Claus lives in area 51
v23.12-beta.1 aka Santa Claus lives in Area 51 🤶🏼
This release of lampo v23.12 is called Santa Claus lives in Area 51 to recall one of my old
release of another project 5 years ago.
Howe to build
Required rust installed, please see https://www.rust-lang.org/tools/install
make
How to install
make install
Please read also the blog post on how to use it https://lampo.devcrew.cc/blog/v23.12
Merry Christmas 🤶🏼
Vincent.