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

Replacement Cycling with split #422

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Aug 13, 2024

  1. add zmq requirement

    mplsgrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5efcec7 View commit details
    Browse the repository at this point in the history
  2. add zmq port numbers

    mplsgrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1bf4a5d View commit details
    Browse the repository at this point in the history
  3. add zmq service port

    mplsgrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    04607b1 View commit details
    Browse the repository at this point in the history
  4. add replacement cycling

    update rep cycle w/ better logging
    
    Add fixes, notes
    
    Author:    Greg Sanders <[email protected]>
    Date:      Wed May 29 11:30:39 2024 -0400
    
    delint rep cycling file
    
    delint
    fix spelling
    slightly modify some log entries
    
    improve logging
    
    add sync_all()
    
    fixup spaces in logging
    
    fix indentation
    
    align alice timeout heights
    
    specify hash
    
    fixup spelling lints
    
    show mempool
    
    log funding coins
    
    add attribution
    
    make ruff happy
    
    update language
    mplsgrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b575118 View commit details
    Browse the repository at this point in the history
  5. add rc_alice

    improve args
    
    log args
    
    fixup args
    
    fix keys
    
    fixup arg
    
    len is a fn
    
    add broadcast and get_raw_mempool
    
    rename broadcast_tx to broadcast_txn
    
    clean up unused variable names
    
    perform ruff format
    
    add zmq subscriber function
    
    incorporate zmq subscriber function
    
    move subscriber to class; unpack struct
    
    fixup logging
    
    setup_alice becomes setup_nodes
    
    add type hint CScript
    
    remove self.wallet indirection
    
    use blockheight in log message
    
    ruff format rc_alice
    
    comment out zmq for the moment
    
    add type hint to broadcast_txn
    
    add type hint to create_chan_state
    
    format import
    
    use dashes instead of underscores
    
    show hex of txn instead of raw CTransaction
    
    remove extra broadcast-tx flag; clarify help text
    
    improve input handling
    
    format rc_alice
    mplsgrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3dda82c View commit details
    Browse the repository at this point in the history
  6. update scenario_count

    mplsgrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bea6078 View commit details
    Browse the repository at this point in the history
  7. lnd notes

    mplsgrant committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f492fa3 View commit details
    Browse the repository at this point in the history