farcasterxyz / contracts

Implementation of the Farcaster contracts
https://www.farcaster.xyz/
MIT License
334 stars 118 forks source link

fix: Remove deprecation warning from docker-compose.yml #417

Closed sds closed 4 months ago

sds commented 4 months ago

Motivation

Newer versions of Docker Compose warn about the version property now being deprecated.

Change Summary

Remove it so the bots are happy.

Merge Checklist


PR-Codex overview

This PR updates the docker-compose.yml file to set a specific Dockerfile for the build process.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

sds commented 4 months ago

Merging since failures are unrelated to this change, and we just want to fix this for local dev when working with other repos.

github-actions[bot] commented 4 months ago

Coverage after merging sds/fix-deprecation into main will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   Bundler.sol100%100%100%100%
   FnameResolver.sol100%100%100%100%
   IdGateway.sol100%100%100%100%
   IdRegistry.sol100%100%100%100%
   KeyGateway.sol100%100%100%100%
   KeyRegistry.sol98.61%94.44%100%100%153, 153
   RecoveryProxy.sol100%100%100%100%
   StorageRegistry.sol100%100%100%100%
src/abstract
   EIP712.sol100%100%100%100%
   Guardians.sol100%100%100%100%
   Migration.sol96.97%90%100%100%40
   Nonces.sol100%100%100%100%
   Signatures.sol100%100%100%100%
src/validators
   SignedKeyRequestValidator.sol100%100%100%100%