vector icon indicating copy to clipboard operation
vector copied to clipboard

Implement custom RPC Provider with Fallback

Open jakekidd opened this issue 4 years ago • 1 comments

The Problem

The Solution

jakekidd avatar May 27 '21 21:05 jakekidd

Update June 7

Work on this is deprioritized temporarily (will likely resume next week).

Currently blocked by an issue with the ethprovider image. Specifically, when running integration tests the contracts fail to deploy because the image does not recognize the symlinked types package.

When creating the ethprovider image, there are dependencies installed that are listed here which the image has access too. The symlinked packages are generally only accessible by the vector_builder image, which is the image used by the server-node package in the duet and trio stacks.

To move forward, we have to give the images used in the chains stack access to the symlinked packages. This means replacing the ethprovider image with the builder image within the start-chains script.

LayneHaber avatar Jun 08 '21 03:06 LayneHaber