Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
110b180
reckless: rust rewrite
daywalker90 Jul 8, 2026
6fec586
typo: changed "lintintalled" instances to "listinstalled"
ScuttoZ Jul 24, 2026
11fc2f0
fixup! typo: changed "lintintalled" instances to "listinstalled"
daywalker90 Jul 24, 2026
64e3a2f
fix repo owner dir removal when removing source
daywalker90 Jul 24, 2026
ac1866b
Makefile: add cln-rpc and cln-plugin as dependency of reckless
daywalker90 Jul 29, 2026
c791a23
tests: add reckless test for update
daywalker90 Jul 29, 2026
a59816b
reckless: remove pycache during install/update
daywalker90 Jul 29, 2026
0375509
tests: add reckless tests for listinstalled
daywalker90 Jul 29, 2026
1a97d28
reckless: listinstalled: check if reckless dir exists instead of retu…
daywalker90 Jul 29, 2026
306648c
reckless: return error if enable detects plugin is already running
daywalker90 Aug 3, 2026
0d43a2c
reckless: fix update_config_file returning commented option names
daywalker90 Aug 3, 2026
369fd43
reckless: fix unix_timestamp in notification, it was missing the whol…
daywalker90 Aug 3, 2026
dba7015
reckless: replace two unwraps with ok_or_else
daywalker90 Aug 4, 2026
56bd1b1
reckless: make plugin search case insensitive
daywalker90 Aug 4, 2026
3be850f
pytest: add test for reckless_log notification
daywalker90 Aug 4, 2026
b33c306
reckless: only attempt to remove source cache after it was found in .…
daywalker90 Aug 4, 2026
4bfc78f
reckless: use platform specific python outside venv
daywalker90 Aug 5, 2026
a0e2bfc
pytests: fix iso parser in python 3.10 not working with nanosecond pr…
daywalker90 Aug 5, 2026
a1d01ab
reckless: improve cli help texts
daywalker90 Aug 5, 2026
4a983dd
reckless: use .call_typed when starting a plugin with options
daywalker90 Aug 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/readme-rpc-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- 'doc/*.5.md'
- 'doc/*.8.md'
- 'doc/lightningd-*.7.md'
- 'doc/reckless.7.md'
workflow_dispatch:

jobs:
Expand Down
Loading
Loading