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

startup_regtest.sh: updates + improvements #6898

Merged

Commits on Nov 26, 2023

  1. startup-regtest: add ability to set bitcoin-bin + lightning-dir

    We were using similar variables for different things (directories vs binary).
    
    Update this to separate them out, while also adding ability to use a different directory
    for lightning nodes
    
    Changelog-Changed: startup_regtest.sh PATH_TO_LIGHTNING + PATH_TO_BITCOIN are no more. Use LIGHTNING_BIN and BITCOIN_DIR
    niftynei committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    46367c9 View commit details
    Browse the repository at this point in the history
  2. startup-regtest: flag every use as developer

    Now that 'developer' isn't a compile time flag, let's always use it
    when using the startup regtest nodes.
    
    Should always make gossip + polling bitcoind fast
    niftynei committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    7b28b4e View commit details
    Browse the repository at this point in the history
  3. startup-regtest: fund_nodes make balanced, funded channels

    Changelog-Changed: startup_regtest.sh: `fund_nodes` will now make balanced channels
    niftynei committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a4f711d View commit details
    Browse the repository at this point in the history