Skip to content
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

Auto Generate Doc Examples #7457

Merged

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    2a60b90 View commit details
    Browse the repository at this point in the history
  2. doc: Fixing schema definition

    - `Notes` is not a required field in renepaystatus response
    ShahanaFarooqui committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5ff1fcd View commit details
    Browse the repository at this point in the history
  3. pyln-testing: Increasing bitcoin rpc threads from default 4 to 20

    Bitcoind's web server has a default of 4 threads, with queue depth 16 and it fails rather than queue beyond that.
    
    Increasing thread count to 20 for running >10 lightning test nodes simultaneously.
    ShahanaFarooqui committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e62f5c1 View commit details
    Browse the repository at this point in the history
  4. script: Auto generate rpc examples for documentation

    I will commit doc/schemas/lightning-*.json files separately to keep this commit easier to review.
    
    - test-autogenerate-rpc-examples updates all example request & responses in doc/schemas/lightning-*.json files.
    
    - Updated tools/fromschema.py to accommodate the sql JSON example requirement where it does not accept -o in the query but shell does (for queries containing the = sign).
    
    Changelog-None.
    ShahanaFarooqui committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    282099d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21e83f3 View commit details
    Browse the repository at this point in the history
  6. doc: Instructions to use the script for generating examples

    Changelog-Added: doc: all examples in the documentation are now generated from running the code, so they are current.
    ShahanaFarooqui committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1d1e605 View commit details
    Browse the repository at this point in the history