Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

wallet deployer + integration test #33

Merged
merged 27 commits into from
Jun 18, 2021
Merged

Conversation

InoMurko
Copy link

@InoMurko InoMurko commented Jun 1, 2021

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jun 1, 2021

Codecov Report

Merging #33 (bc5f47b) into develop (060ef21) will increase coverage by 1.65%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #33      +/-   ##
===========================================
+ Coverage    80.60%   82.26%   +1.65%     
===========================================
  Files           50       49       -1     
  Lines         1939     1900      -39     
  Branches       311      303       -8     
===========================================
  Hits          1563     1563              
+ Misses         376      337      -39     

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65963b6...bc5f47b. Read the comment docs.

@CAPtheorem
Copy link

CAPtheorem commented Jun 3, 2021

Looks good to me. The file conflicts are simple to resolve (.github/workflows/omgx-publish-develop.yml) - did not touch that.

@InoMurko InoMurko force-pushed the inomurko/latest-tag+develop branch from 62b0b5e to 667be7d Compare June 9, 2021 12:56
@github-actions github-actions bot added M-ops and removed M-ops labels Jun 10, 2021
@InoMurko InoMurko force-pushed the inomurko/latest-tag+develop branch from ad36827 to 6897019 Compare June 14, 2021 14:36
@InoMurko
Copy link
Author

CONTAINER ID   IMAGE                              COMMAND                  CREATED         STATUS         PORTS                                                                     NAMES
8f7ebbc1ea7c   omgx/batch-submitter:latest        "./batches.sh"           4 minutes ago   Up 4 minutes                                                                             integration_batch_submitter_1
0925ff2e09ca   omgx/data-transport-layer:latest   "./dtl.sh"               4 minutes ago   Up 4 minutes   0.0.0.0:7878->7878/tcp, :::7878->7878/tcp                                 integration_dtl_1
da50cd215b00   omgx/wallet_deployer               "./scripts/wait-for-…"   4 minutes ago   Up 4 minutes   0.0.0.0:8078->8079/tcp, :::8078->8079/tcp                                 integration_wallet_deployer_1
78091abc74e8   omgx/message-relayer:latest        "./relayer.sh"           4 minutes ago   Up 4 minutes                                                                             integration_relayer_1
372fb0a278e9   omgx/l2geth:latest                 "sh ./geth.sh"           4 minutes ago   Up 4 minutes   0.0.0.0:8545-8546->8545-8546/tcp, :::8545-8546->8545-8546/tcp, 8547/tcp   integration_l2geth_1
220533aad0f4   omgx/deployer:latest               "./deployer.sh"          4 minutes ago   Up 4 minutes   0.0.0.0:8080->8081/tcp, :::8080->8081/tcp                                 integration_deployer_1
940784fcd5bd   omgx/hardhat:latest                "docker-entrypoint.s…"   4 minutes ago   Up 4 minutes   0.0.0.0:9545->8545/tcp, :::9545->8545/tcp

@InoMurko InoMurko force-pushed the inomurko/latest-tag+develop branch from 026d6a3 to 0043f3a Compare June 14, 2021 19:49
@github-actions github-actions bot added the M-ops label Jun 14, 2021
@InoMurko InoMurko force-pushed the inomurko/latest-tag+develop branch 5 times, most recently from eebfabe to 836e7d3 Compare June 15, 2021 11:37
@InoMurko InoMurko force-pushed the inomurko/latest-tag+develop branch 2 times, most recently from 534549f to b91b793 Compare June 16, 2021 14:42
yarn test:integration:ovm
yarn deploy:ovm

- name: Test serving Wallet contracts
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with this we ensure wallet deployer deploys contracts, later we will add wallet integration tests

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but we need to run all their integration tests so that we make sure our stack does not interfere with the correctness of the optimistic system

@InoMurko InoMurko self-assigned this Jun 16, 2021
@InoMurko InoMurko force-pushed the inomurko/latest-tag+develop branch from 78642b6 to b0c3cdd Compare June 18, 2021 11:10
@InoMurko InoMurko force-pushed the inomurko/latest-tag+develop branch from 559a6f9 to 3be9390 Compare June 18, 2021 13:46
Copy link

@souradeep-das souradeep-das left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@InoMurko InoMurko merged commit 1edca58 into develop Jun 18, 2021
@InoMurko InoMurko deleted the inomurko/latest-tag+develop branch June 18, 2021 15:49
@InoMurko InoMurko changed the title Inomurko/latest tag+develop wallet deployer + integration test Jun 19, 2021
InoMurko pushed a commit that referenced this pull request Jul 12, 2021
refactor: move self-signed certs to cert-manager and helmify Vault
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants