ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.85k stars 902 forks source link

Lock values in documentation examples #7547

Open ShahanaFarooqui opened 3 months ago

ShahanaFarooqui commented 3 months ago

With autogenerate example script, we are able to generate all rpc example but their values are not locked. So running this script will always change the doc/schemas/lightning-*.json's examples section. Temporarily developers can use REGENERATE='methodname1, methodname2' in command to re-generate a specific commands list.

Reference PR: #7457.

ShahanaFarooqui commented 3 days ago

We will not include askrene examples in this PR. These examples will be added once the RPCs are finalized and APIs are more stable.