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

Fixed a few issues with the files in contracts folder #12

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

Commits on Nov 7, 2018

  1. Fixed a couple of bugs

    Added emit for event and fixed deprecation issue with the constructor.
    gopikrishnanrmg committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    50b6342 View commit details
    Browse the repository at this point in the history
  2. Fixed deprecation issue

    Fixed the deprecation issue with the constructor.
    gopikrishnanrmg committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7ff52f2 View commit details
    Browse the repository at this point in the history
  3. Updated the solidity version

    Solidity version was outdated =>/election-master/contracts/Election.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.4.24+commit.e67f0147.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
    pragma solidity 0.4.20;
    
    Updated the version to 0.4.24
    gopikrishnanrmg committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    520a3a8 View commit details
    Browse the repository at this point in the history