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

Ethash #405

Closed
wants to merge 15 commits into from
Closed

Ethash #405

wants to merge 15 commits into from

Commits on Jan 26, 2015

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

Commits on Feb 18, 2015

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

Commits on Feb 26, 2015

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

Commits on Feb 27, 2015

  1. Configuration menu
    Copy the full SHA
    8653db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0efd6a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3820a65 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. Exposing stuff for ethash

    xcthulhu committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    ba1f4bb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Only one uncle

    xcthulhu committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    080823b View commit details
    Browse the repository at this point in the history
  2. Introducing ethash

    xcthulhu committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    ef0ebde View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. Introducing ethash

    xcthulhu committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    de9f791 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Merge branch 'develop' of github.com:ethereum/go-ethereum into public…

    …tests
    
    Conflicts:
    	miner/worker.go
    xcthulhu committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    3be1fed View commit details
    Browse the repository at this point in the history
  2. Merge branch 'publictests' of github.com:ebuchman/go-ethereum into pu…

    …blictests
    
    Conflicts:
    	core/block_processor.go
    	miner/worker.go
    xcthulhu committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    470587e View commit details
    Browse the repository at this point in the history
  3. No more ethash in travis

    xcthulhu committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    bcc8cd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Switching Nonce to Uint64 Everywhere

    - Fixed types.block to take MixDigest and SeedHash as part of its constructor
    - Added MixDigest and SeedHash to Genesis Block
    xcthulhu committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    73f925d View commit details
    Browse the repository at this point in the history