Open jakekidd opened 3 years ago
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.
The Problem
The Solution