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

fix: Add missing envars and increase default balance in docker-compose.yml #404

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

sds
Copy link
Member

@sds sds commented Nov 6, 2023

Motivation

In order to reference this Docker Compose configuration in another docker-compose.yml and have it be easier to inject environment variables, we need to declare the envars we're expecting.

Change Summary

Also while here, increase the amount of ETH allocated to make local testing easier.

Merge Checklist


PR-Codex overview

Focus of this PR:

Update the command in the CI workflow and the balance in the docker-compose file.

Detailed summary:

  • Updated the command in the CI workflow to check for a different balance.
  • Added new addresses in the docker-compose file.
  • Updated the balance in the docker-compose file.

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

@sds sds requested a review from horsefacts November 6, 2023 22:59
@sds sds added the bug Something isn't working label Nov 6, 2023
@horsefacts
Copy link
Collaborator

These image build tests have been flaky lately. I haven't had a chance to fix them, but I think it's just a race condition in the CI script. Re-building usually fixes it.

…se.yml`

In order to reference this Docker Compose configuration in another
`docker-compose.yml` and have it be easier to inject environment
variables, we need to declare the envars we're expecting.

Also while here, increase the amount of ETH allocated to make local
testing easier.
Copy link

github-actions bot commented Nov 6, 2023

Coverage after merging sds/fix-docker-compose 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.56%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.sol100%100%100%100%
   Nonces.sol100%100%100%100%
   Signatures.sol100%100%100%100%
src/validators
   SignedKeyRequestValidator.sol100%100%100%100%

@sds sds merged commit b67fbd8 into main Nov 6, 2023
4 checks passed
@sds sds deleted the sds/fix-docker-compose branch November 6, 2023 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants