-
Notifications
You must be signed in to change notification settings - Fork 516
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: ProgPoW v0.9.2 support #111
Open
hackmod
wants to merge
14
commits into
ethereum:master
Choose a base branch
from
hackmod:progpow
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 22, 2018
-
Critical Section __m512i union
This improves performance using 512bit SIMD instructions.
Configuration menu - View commit details
-
Copy full SHA for 90826b1 - Browse repository at this point
Copy the full SHA 90826b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2f2ec - Browse repository at this point
Copy the full SHA 0e2f2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e05a27 - Browse repository at this point
Copy the full SHA 2e05a27View commit details -
Added warning suppression using pragmas for Debian.
It looks like older versions of GCC have slightly unreliable logic for array out-of-bounds detection. Code in ethash which uses unions and arrays is firing a warning in both Debian Jesse (8.5) and in the ARM Linux cross-builds. Debian Jesse uses GCC 4.9.2. The cross-builds are using GCC 4.8.4. Other distros are using GCC 5.x or even GCC 6.x (Arch). The issue is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56273 and was fixed in GCC 5.0 and backported to 4.9.3. Updated comments.
Configuration menu - View commit details
-
Copy full SHA for 7310406 - Browse repository at this point
Copy the full SHA 7310406View commit details -
Fix GCC warning - 'static' is not at beginning of declaration.
With this change we will be able to remove a global warning suppression from our CMake files.
Configuration menu - View commit details
-
Copy full SHA for 31fbca2 - Browse repository at this point
Copy the full SHA 31fbca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d18d6 - Browse repository at this point
Copy the full SHA 03d18d6View commit details
Commits on Nov 26, 2018
-
* Add the ProgPow code for client * fix a mem crash, which results from light is NULL in full node mode. So I pass blocknumber from EthashAux to ethash_full_compute and ethash_hash * misunderstanding mix and result before. fix
Configuration menu - View commit details
-
Copy full SHA for 939dd17 - Browse repository at this point
Copy the full SHA 939dd17View commit details
Commits on Nov 30, 2018
-
* and support progpow_light_compute() * remove duplication codes. * fixed misc bugs. * See also: - chfast/ethash#108 - ethereum/go-ethereum#17731 - https://github.com/ifdefelse/cpp-ethereum/tree/a998c9e9335f4f8bfc89a4f9598d1cce8fad3330
Configuration menu - View commit details
-
Copy full SHA for cddae4a - Browse repository at this point
Copy the full SHA cddae4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d675b3 - Browse repository at this point
Copy the full SHA 3d675b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee45d3f - Browse repository at this point
Copy the full SHA ee45d3fView commit details -
based on "EIP-1057 algorithm clarifications" ethereum/EIPs#1618
Configuration menu - View commit details
-
Copy full SHA for 8afb861 - Browse repository at this point
Copy the full SHA 8afb861View commit details
Commits on Dec 10, 2018
-
* unique sources for random math by ifdefelse - ifdefelse/ProgPOW@824cd79 * test cases from : chfast/ethash#116 by chfast
Configuration menu - View commit details
-
Copy full SHA for 707be7c - Browse repository at this point
Copy the full SHA 707be7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c0dac - Browse repository at this point
Copy the full SHA 06c0dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e59331 - Browse repository at this point
Copy the full SHA 0e59331View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.