Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Removes the timestamp part of the abigen comment #352

Merged

Commits on Jan 8, 2019

  1. Removes the timestamp part of the abigen comment

    The abigen adds a comment to the generated ABI file. This comment
    includes a timestamp information at which time the ABI file was generated.
    This is problematic when trying to reproduce an exact identical ABI file
    since the timestamp will make the file looks different.
    
    This PR removes the actual timestamp information from the comment and
    only keep the static text instead.
    
    By not having the timestamp, someone can checkout a particular tag,
    perform the build step and validate that the sha256 of the ABI file has
    not changed.
    Matthieu Vachon committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    f31b17d View commit details
    Browse the repository at this point in the history