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

Gyp #468

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

Gyp #468

wants to merge 32 commits into from

Commits on Feb 9, 2019

  1. Run clang-format

    Hanjiang Yu committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    fb5cd1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request btccom#240 from btccom/clang-format

    Clang format
    de1acr0ix committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    e7c5368 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Add .inl files to clang-format script

    Hanjiang Yu committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    2db85bf View commit details
    Browse the repository at this point in the history
  2. Format all .inl files

    Hanjiang Yu committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    786b1f6 View commit details
    Browse the repository at this point in the history
  3. Simplified earning statistics

    Hanjiang Yu committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    bcb99f4 View commit details
    Browse the repository at this point in the history
  4. Option to accept stale shares in slparser

    Hanjiang Yu committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    4fe00f0 View commit details
    Browse the repository at this point in the history
  5. Option to accept stale shares in statshttpd

    Hanjiang Yu committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    69408d8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request btccom#241 from btccom/share-statistics

    Share statistics improvements
    Hanjiang Yu committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    abba7b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Dcrd 1.4.0 docker

    Hanjiang Yu committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    c983bf1 View commit details
    Browse the repository at this point in the history
  2. Configurable SSL peer verifcation in blkmaker

    Hanjiang Yu committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    57d86a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Provide a default null stratum message dispatcher

    Hanjiang Yu committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    105d824 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Set CURLOPT_SSL_VERIFYHOST option (btccom#242)

    Hanjiang Yu committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    318cd2f View commit details
    Browse the repository at this point in the history
  2. BTC: move mining.suggest_target handling

    Miner is created after mining.authorize but mining.suggest_target is
    sent before mining.subscribe. Hence we need to move the handling to
    session level.
    Hanjiang Yu committed Feb 15, 2019
    1 Configuration menu
    Copy the full SHA
    2d42d90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request btccom#243 from btccom/suggest-target

    BTC: move mining.suggest_target handling
    Hanjiang Yu committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    aabab91 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. jobmaker bitcoin: auxpow_gw_topic and rsk_rawgw_topic will don't trig…

    …ger the job timeout. So jobs with the same id will not be generated.
    SwimmingTiger committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    fd057dc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

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

Commits on Feb 27, 2019

  1. BTC: use short job ID from 0 to 255

    Hanjiang Yu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    66c65ee View commit details
    Browse the repository at this point in the history
  2. Fix unittest errors

    Hanjiang Yu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    34f4128 View commit details
    Browse the repository at this point in the history
  3. Fix clang-format

    Hanjiang Yu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8221901 View commit details
    Browse the repository at this point in the history
  4. Fix TestStatistics.cc

    Hanjiang Yu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    805b5e9 View commit details
    Browse the repository at this point in the history
  5. Use static network configuration in DCR

    Hanjiang Yu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c3f45b6 View commit details
    Browse the repository at this point in the history
  6. Change DCR protocol option gominer to nicehash

    Hanjiang Yu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8de9cbb View commit details
    Browse the repository at this point in the history
  7. Merge pull request btccom#248 from btccom/dcr-option-change

    DCR option change
    Hanjiang Yu committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    85ae853 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Reverse seek local jobs

    Hanjiang Yu committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    9fbf894 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Dispatch sserver tasks in libevent loop

    This removes all the explicit locks when accessing critical sserver data
    structures related to stratum handling.
    Hanjiang Yu authored and YihaoPeng committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    82389e4 View commit details
    Browse the repository at this point in the history
  2. sserver: Fix a potential memory exception

    SwimmingTiger authored and YihaoPeng committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    dab18b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

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

Commits on Mar 17, 2019

  1. sserver: ignore SIGPIPE, avoiding process be killed

    YihaoPeng committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    ee1ddc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

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

Commits on Sep 27, 2020

  1. 更改收益

    gstchain committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    bc24673 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. 更改收益模式

    gstchain committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    1284f78 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. 取消前缀

    gstchain committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    90a901c View commit details
    Browse the repository at this point in the history