-
Notifications
You must be signed in to change notification settings - Fork 1k
Update docs #9464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
enaples
wants to merge
29
commits into
ElementsProject:master
Choose a base branch
from
enaples:update-docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update docs #9464
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3c72243
docs: fixed `elergencyrecover` hyperlink
enaples d9368df
docs: fixing broken hyperlink on `createrune`, `showrunes`, and `geti…
enaples 3d221db
docs: fixing hyperlink of python plugin tutorials
enaples e589c0a
docs: fixing hyperling of BOLT9 github page
enaples 7f9d1ed
docs: removed `sauron` from the plugin list recommended to use since …
enaples 77efb65
docs: removed link of `helpme` plugin since it has been archived in p…
enaples c143532
docs: fixing FAQ hyperlink
enaples 854d7b2
docs: fixed hyperlink to rpc-schema-draft.json
enaples c648744
fdocs: fixed link and label of `bpftracer305`
enaples fab2c23
docs: updated NixOS wiki link
enaples 4481384
docs: fixed ref link of json specs
enaples e4380f5
docs: fixed ref of specs hyperlink
enaples fd5ffa6
docs: fixed `plugin` reference
enaples 4761b7e
docs: replacing BOLT12 reference from a personal fork to the official…
enaples df8e4bd
docs: switched from cross-page link to plain ancor since `installing-…
enaples 9adad85
docs: fixing slug of `hsm secret backup`
enaples b647e4d
docs: removed `(optional)` since it breaks the anchors
enaples 32a9d77
docs: bumping bitcoind version in docs
enaples eadb71b
docs: update languages supported by reckless
enaples b9d86cf
docs: bump version of Ubuntu in reproducible builds
enaples fe0f792
docs: fixed typoe - file does not exist
enaples 5ed3072
docs: bump docker image version
enaples abb4e3c
docs: fixing docs building for new rpc call
enaples 9df736e
docs: fising how to build the debug build. `configure` is a script, n…
enaples aa074b4
docs: fixing typoe on cln version in which the `dns` prefix has been …
enaples 86bca86
docs: misc typoes fixed
enaples e064959
docs: fixing cross-ref
enaples 1b2bb47
docs: fixied word mismatch
enaples 5ecb21a
docs: fixed link
enaples File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ privacy: | |
| - Copy the valid binary formatted `hsm_secret` into `$LIGHTNINGDIR` directory | ||
| - Copy the latest `emergency.recover` backup file into the `$LIGHTNINGDIR` before starting up the node | ||
| - Start `lightningd` | ||
| - Run `lightning-cli emergencyrecover` (RPC command)[https://docs.corelightning.org/reference/lightning-emergencyrecover] to recover all the channels on the node | ||
| - Run `lightning-cli emergencyrecover` (RPC command)[https://docs.corelightning.org/reference/emergencyrecover] to recover all the channels on the node | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrong syntax: |
||
| - Wait until your peer force closes the channel and the node would automatically sweep the funds. This could take some time | ||
|
|
||
|
|
||
|
|
@@ -29,11 +29,11 @@ privacy: | |
| - Run `lightning-cli emergencyrecover` (RPC command)[https://docs.corelightning.org/reference/lightning-emergencyrecover] to recover all the channels on the node | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Needs link and syntax fix same as in line 19. |
||
|
|
||
|
|
||
| > 🚧 | ||
| > 🚧 | ||
| > | ||
| > **Only** recover from database if you are sure that it is **latest**. | ||
| > | ||
| > Snapshot-style backups of the lightningd database is **discouraged**, as _any_ loss of state may result in permanent loss of funds. | ||
| > Snapshot-style backups of the lightningd database is **discouraged**, as _any_ loss of state may result in permanent loss of funds. | ||
| > | ||
| > See the [penalty mechanism](https://github.com/lightning/bolts/blob/master/05-onchain.md#revoked-transaction-close-handling) for more details. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Iirc it's 25.0 now.