-
Notifications
You must be signed in to change notification settings - Fork 5
ETH-585 docker images build and test in CI #616
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e chain-preload, if this works, the images both work and work together, meaning all addresses also match
185fa1a
to
762dd47
Compare
762dd47
to
ed0d395
Compare
b7ac106
to
4136893
Compare
… inside the docker it needs to run on its own
1787de2
to
38c11fa
Compare
* master: doc: push to Docker Hub instructions release(network-contracts): 5.0.0
… versions inside docker after installing the correct version first
ETH-585 Fastchain+subgraph docker images integration test in CI
add a test in CI that
|
6aaa0ce
to
476b587
Compare
476b587
to
099a437
Compare
jtakalai
suggested changes
Sep 4, 2023
packages/network-contracts/test/integration/contractsSubgraphSmoketest.test.ts
Outdated
Show resolved
Hide resolved
* master: (22 commits) release(config): @streamr/config 4.0.4 streamr 1.0 mumbai deployment addresses update Modularize operator (#629) doc: add clean step to push-to-docker-hub instructions release(network-contracts): 6.0.1 fix: remove accidentally duplicated function Eth 584 erc677 in operator factory (#627) added hardhat-contract-sizer to contract build process ETH-579: Check Operator contract function guards (#628) deoc: added addresses preloaded with DATA to fastchain readme release(config): @streamr/config 4.0.3 new addresses for mumbai streamr 1.0 deployment release(network-contracts): 6.0.0 Rename getEarningsFromSponsorships -> getSponsorships (#626) add mumbai streamr 1.0 testnet contract addresses Protocol fee collection (ETH-572) (#625) Sorted operator tests under describe blocks (#621) fix: potential re-entrancy issue (#620) build: bump version release(config): @streamr/config 4.0.2 ... # Conflicts: # package-lock.json # packages/network-contracts/package.json
41c48fb
to
44502eb
Compare
44502eb
to
05a0f1a
Compare
It is now blocked by the ENS PR not being merged yes, so the integration test here fails because ENS sync is not yet adapted to the fastchain env. |
…o fastchain, will re-enable it in that PR
* address_change_hotfix: contract adresses changed, also in subgraoph
jtakalai
suggested changes
Sep 14, 2023
jtakalai
approved these changes
Sep 14, 2023
samt1803
added a commit
that referenced
this pull request
Sep 15, 2023
…lthcheck * origin/master: (32 commits) release(network-contracts): v6.1.0 release(config): @streamr/config 4.0.5 ETH-585 docker images build and test in CI (#616) Eth 596 subgraph fixeschanges (#631) fix: merge hazard from flagWithMetadata PR cleanup: reorder setParam function, uint256 -> uint in Policies feat: make slashing fraction configurable (#624) rename flagWithMetadata -> flag, and remove the previous implementation (#630) release(config): @streamr/config 4.0.4 streamr 1.0 mumbai deployment addresses update Modularize operator (#629) doc: add clean step to push-to-docker-hub instructions release(network-contracts): 6.0.1 fix: remove accidentally duplicated function Eth 584 erc677 in operator factory (#627) added hardhat-contract-sizer to contract build process ETH-579: Check Operator contract function guards (#628) deoc: added addresses preloaded with DATA to fastchain readme release(config): @streamr/config 4.0.3 new addresses for mumbai streamr 1.0 deployment ...
samt1803
added a commit
that referenced
this pull request
Sep 15, 2023
* ens-sync-script-healthcheck: (39 commits) codereview changerequest changes release(network-contracts): v6.1.0 release(config): @streamr/config 4.0.5 ETH-585 docker images build and test in CI (#616) Eth 596 subgraph fixeschanges (#631) fix: merge hazard from flagWithMetadata PR cleanup: reorder setParam function, uint256 -> uint in Policies feat: make slashing fraction configurable (#624) rename flagWithMetadata -> flag, and remove the previous implementation (#630) release(config): @streamr/config 4.0.4 streamr 1.0 mumbai deployment addresses update Modularize operator (#629) doc: add clean step to push-to-docker-hub instructions release(network-contracts): 6.0.1 fix: remove accidentally duplicated function Eth 584 erc677 in operator factory (#627) added hardhat-contract-sizer to contract build process ETH-579: Check Operator contract function guards (#628) deoc: added addresses preloaded with DATA to fastchain readme release(config): @streamr/config 4.0.3 ... # Conflicts: # .github/workflows/ci.yaml # packages/network-contracts/package.json
samt1803
added a commit
that referenced
this pull request
Sep 18, 2023
* master: Add a test that parallels an Operator plugin test in network repo (#633) updated ens-sync-script to work with fastchain (#615) Sponsorship fix: don't let _reduceStakeBy revert when over-slashing (#632) doc: update build and publish images description doc: publish instructions release(network-contracts): v6.1.0 release(config): @streamr/config 4.0.5 ETH-585 docker images build and test in CI (#616) Eth 596 subgraph fixeschanges (#631) fix: merge hazard from flagWithMetadata PR cleanup: reorder setParam function, uint256 -> uint in Policies feat: make slashing fraction configurable (#624) rename flagWithMetadata -> flag, and remove the previous implementation (#630) release(config): @streamr/config 4.0.4 streamr 1.0 mumbai deployment addresses update # Conflicts: # package-lock.json # packages/network-subgraphs/subgraph.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added smoketest that queries thegraph for all the exampledata from the chain-preload, if this works, the images both work and work together, meaning all addresses also match
This changes the CI integration test