fhevm
fhevm copied to clipboard
A Solidity library for interacting with an fhEVM blockchain.
fix: Correct file name in script and use correct Docker Compose syntax - Renamed 'run_ERC20_e2e_test.sh.sh' to 'run_ERC20_e2e_test.sh' - Fixed 'docker compose' to 'docker-compose' - Quoted variables in script to prevent...
### Issue: - ```Impl.sol``` does not compile in mock mode due to `select` function declared twice. ``` DeclarationError: Function with same name and parameter types defined twice. --> fhevm/mocks/Impl.sol:122:5: |...
Hello Zama team!, In the 'launch-fhevm.sh' one can read the following: ``` ... GATEWAY_CONTRACT_PREDEPLOY_ADDRESS=$(grep GATEWAY_CONTRACT_PREDEPLOY_ADDRESS gateway/.env.gateway | cut -d '=' -f2) ... docker run -d -i -p 8545:8545 --rm --name...