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

Build/improvements evmos build #169

Closed
wants to merge 4 commits into from

Commits on Jul 26, 2023

  1. Improve build time

    Let go package manager handling go-ethereum and ethermint for build with docker. The difference is that
    go-ethereum and ethermint are now public so no need to clone them on-premise for docker build. Another needed update is
    the first line of go.mod for both repositories, i.e. replace ethereum by zama-ai in module path.
    
    Another improvement is to use the docker image of fhevm-tfhe-cli for key generation instead of build from source. Still the user can
    choose to build the binary from sources by setting the FHEVM_TFHE_CLI_PATH env variable.
    leventdem committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0f4e525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699db36 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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