Adds Provider version 1.3.0 and fix docs for default versions.

This commit is contained in:
Calina Cenan 2022-07-21 07:40:31 +00:00
parent f018db6d6f
commit 2519ece56e
2 changed files with 6 additions and 6 deletions

View File

@ -62,14 +62,14 @@ The startup script comes with a set of options for customizing various things.
The default versions are always a combination of component versions which are considered stable.
| Component name | Required by | Version | IP Address | Ports exposed |
| Component name | Required by | Version | IP Address | Ports exposed |
| -------------- | ------------------ | --------------------------------- | --------------- | ------------- |
| ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 |
| ocean-contracts | | v1.0.0 | 172.15.0.14 | |
| Aquarius | | v4.1.0 | 172.15.0.5 | 5000 -> 5000 |
| Aquarius | | v4.2.0 | 172.15.0.5 | 5000 -> 5000 |
| Elasticsearch | Aquarius | 6.8.3 | 172.15.0.6 | |
| Provider | | v1.0.20 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v1.0.20 | 172.15.0.7 | 8030 -> 8030 |
| Provider | | v1.3.0 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v1.3.0 | 172.15.0.7 | 8030 -> 8030 |
| RBAC Server | | main | 172.15.0.8 | 3000 -> 3000 |
| GraphNode | | graphprotocol/graph-node:v0.26.0 | 172.15.0.15 | 9000 -> 8000 ,9001 -> 8001 , 9020 -> 8020, 9030 -> 8030, 9040 -> 8040 |
| Graphipfs | | ipfs/go-ipfs:v0.4.23 | 172.15.0.16 | 5001 -> 5001 |
@ -207,7 +207,7 @@ See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concept
| Building block | File | Condition |
| ----------------------------------------- | ------------------------------- | -------------- |
| ocean-contracts | ${OCEAN_HOME}/ocean-contracts/artifacts/ready |
| c2d | ${OCEAN_HOME}/ocean-c2d/ready | |
| c2d | ${OCEAN_HOME}/ocean-c2d/ready | |
| c2d | ${OCEAN_HOME}/ocean-c2d/imagesready | Only if WAIT_FOR_C2DIMAGES == 'yeah' |

View File

@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v4.2.0}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.2.0}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.3.0}
export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-main}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v1.0.0}
export RBAC_VERSION=${RBAC_VERSION:-next}