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

Articulate EIP parameters and feature implementations #6

Closed
wants to merge 7 commits into from
Closed

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    1d284c2 View commit details
    Browse the repository at this point in the history
  2. build: add LGPL license at update-license.go (ethereum#18377)

    * add LGPL licence at update-licence.go
    
    * add empty line
    Rick authored and karalabe committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    57a90ad View commit details
    Browse the repository at this point in the history
  3. travis, appveyor: bump to Go 1.11.4 (ethereum#18314)

    * travis, appveyor: bump to Go 1.11.4
    
    * internal/build: revert comment changes
    SamuelMarks authored and karalabe committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ddaf48b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27913dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ea5279 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4997526 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. cmd,consensus,core,eth,params,tests: articulate EIP features

    Refactors chain configuration and respective feature
    implementations to use `IsEIP<NUMBER>` definitions and methods,
    instead of `Is<HardForkName>`, whenever possible. Doing so
    attempts to address problems of ambiguity and complexity in chain
    configuration and feature implementation.
    
    Signed-off-by: Isaac Ardis (isaac.ardis@gmail.com)
    whilei committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    124d692 View commit details
    Browse the repository at this point in the history