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

(WIP) Miscellaneous name_show Tor improvements #184

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2019

  1. Add stream_id arg to getaddresshistory command

    The stream_id arg, if set, will force a unique TCP connection to be used
    for each unique stream_id.  This is intended to be used with Tor stream
    isolation.
    
    Conflicts:
    	electrum_nmc/electrum/commands.py
    JeremyRand committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    7561e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f6578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9440b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c5e99 View commit details
    Browse the repository at this point in the history
  5. (WIP) Namecoin: Add stream isolation for name commands

    TODO: Needs rebase once stream isolation for commands merged upstream.
    JeremyRand committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    925b201 View commit details
    Browse the repository at this point in the history
  6. (WIP) Namecoin: Refactor name_show to use gettransaction

    This lets gettransaction do all the hard work regarding SPV verification.
    
    TODO: Needs rebase once 5147, 5574, 5653, and 5660 merged upstream.
    JeremyRand committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9f3bb89 View commit details
    Browse the repository at this point in the history
  7. (WIP) Namecoin: Handle Namecoin Core style options in name_show

    TODO: Needs rebase once 5147, 5574, 5653, and 5660 merged upstream.
    JeremyRand committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c42344f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. (WIP) Namecoin: Retry name lookups with different server if NXDOMAIN …

    …returned
    
    This should improve resilience against censorship attacks.
    
    TODO: Needs rebase once 5147, 5574, 5653, and 5660 merged upstream.
    JeremyRand committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    0e295c7 View commit details
    Browse the repository at this point in the history