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

Fix/dl stop syncing #2

Closed
wants to merge 21 commits into from
Closed

Fix/dl stop syncing #2

wants to merge 21 commits into from

Commits on Dec 27, 2017

  1. dep: init

    whilei committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    9f5bf11 View commit details
    Browse the repository at this point in the history
  2. problem: ethereumproject/ethash package wants common.Big0

    solution: add it
    whilei committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    c3084e3 View commit details
    Browse the repository at this point in the history
  3. problem: panic nil pointer on start, rel cli.v1

    attempt: remove GenericFlag usage in favor of Int/StringFlag
    
    does not fix problem
    whilei committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    f2dcfd4 View commit details
    Browse the repository at this point in the history
  4. problem: panic nil pointer on start, rel cli.v1

    solution: set revision to specific original commit
    
    cites: 5a07879
    whilei committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    0aa4bd0 View commit details
    Browse the repository at this point in the history
  5. Revert "problem: panic nil pointer on start, rel cli.v1"

    This reverts commit f2dcfd4.
    whilei committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    7c2b85e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d189edf View commit details
    Browse the repository at this point in the history
  7. problem: bats tests not exiting

    solution: add exec=exit command
    whilei committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    23308be View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Configuration menu
    Copy the full SHA
    fa1168b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Configuration menu
    Copy the full SHA
    58c47c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereumproject#444 from ethereumproject/feat/dep-…

    …mgmt
    
    Manage dependencies with golang/dep
    whilei authored Jan 1, 2018
    Configuration menu
    Copy the full SHA
    c11fbdf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. problem: there are no symlinks in windows

    solution: instead of reading symlinks from directory to find latest log
    files, logger is inspected to get filenames for all severities
    tzdybal committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    11f8deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c999068 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Cherry-pick state sync separation 0042f13...

    fjl authored and whilei committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    e8d0345 View commit details
    Browse the repository at this point in the history
  2. Fix code mismatches

    whilei committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    8fd3f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b94f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16abc48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1e354d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63865a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c347b8c View commit details
    Browse the repository at this point in the history
  8. remove queue.Done

    whilei committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    33223ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8119e6 View commit details
    Browse the repository at this point in the history