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

Add homestead and constantinople flags #9

Commits on Aug 1, 2019

  1. Restore the homestead flag which was incorrectly removed previously w…

    …hen byzantium was enabled.
    
    Impact of having it disabled is that a number of homestead features are not enabled; for example, if child contract creation runs out of gas then contract address is returned instead of error “contract creation code storage out of gas”.
    SatpalSandhu61 committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    881ddc9 View commit details
    Browse the repository at this point in the history
  2. Added the Constantinople flag and upgraded to work with quorum v2.2.4.

    Also restored the homestead flag that was incorrectly removed previously when byzantium was enabled.
    SatpalSandhu61 committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    3a46922 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

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