metacraft-labs / DendrETH

A smart contract implementation of the Ethereum light client sync protocol
GNU General Public License v3.0
44 stars 9 forks source link

Introduce the use of path aliases in `@dendreth/relay` #365

Open EmilIvanichkovv opened 2 weeks ago

EmilIvanichkovv commented 2 weeks ago

This PR introduces the use of path aliases and sets up the project to support them.

While this change might seem like a simple refactor, it uncovered numerous issues with the overall configuration of the monorepo. Debugging and resolving these problems involved running our build scripts: yarn check:build and yarn build-plonky-2.

Here is a list of problems encountered and the fixes implemented: