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

DO NOT MERGE (diff dev) #888

Closed
wants to merge 22 commits into from
Closed

DO NOT MERGE (diff dev) #888

wants to merge 22 commits into from

Commits on May 3, 2024

  1. Improve sv2 cpuminer

    Add a nicer user interface to the sv2 cpuminer with help messages.
    Add noise to the cpuminer.
    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5b856a8 View commit details
    Browse the repository at this point in the history
  2. Add user identifier as cli arg

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2c6fc33 View commit details
    Browse the repository at this point in the history
  3. Add hashrate estimation for cpuminer

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9dd78b0 View commit details
    Browse the repository at this point in the history
  4. Fix fmt and clippy

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8f1d849 View commit details
    Browse the repository at this point in the history
  5. Translators readme (#805)

    ikeogu authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cd7d420 View commit details
    Browse the repository at this point in the history
  6. modified the README in roles/pool dir (#802)

    ikeogu authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a94ac34 View commit details
    Browse the repository at this point in the history
  7. JD Client README file retouched (#800)

    ikeogu authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    062edbc View commit details
    Browse the repository at this point in the history
  8. Fix typo

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2ecc9cb View commit details
    Browse the repository at this point in the history
  9. Improve sv2 cpuminer

    Add a nicer user interface to the sv2 cpuminer with help messages.
    Add noise to the cpuminer.
    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1e4552e View commit details
    Browse the repository at this point in the history
  10. Fix fmt and clippy

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    51e14f9 View commit details
    Browse the repository at this point in the history
  11. Update proxy-config-example.toml

    star-gazer111 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    71443c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ca9fbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    821a0e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00a2038 View commit details
    Browse the repository at this point in the history
  15. Fix roles add error en no config file

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8981a25 View commit details
    Browse the repository at this point in the history
  16. Fix tproxy panic when no config

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f2913e8 View commit details
    Browse the repository at this point in the history
  17. Add support for ARM binaries

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    214b227 View commit details
    Browse the repository at this point in the history
  18. Add sha256 dep

    fi3 authored and Fi3 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f951edd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Fix network helper panic if peer close connection

    When the remote peer try to open an encrypted sv2 connection and then
    immediatly close the tcp connection, the helper for async std and tokio
    it panic, mostly of the time we don't want to panic in this situation.
    This commit add an error for this case and return it.
    fi3 authored and Fi3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    54ba468 View commit details
    Browse the repository at this point in the history
  2. Bump network helpers version

    fi3 authored and Fi3 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c7cf4f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd485c2 View commit details
    Browse the repository at this point in the history
  4. fix error handling

    lorbax committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b46355b View commit details
    Browse the repository at this point in the history