Lagrange-Labs / lsc-node

Other
24 stars 12 forks source link

[EPIC]: Create the independent go modules for `crypto` and `signer` #530

Closed mastereng12 closed 2 months ago

mastereng12 commented 2 months ago

Context

crypto and signer modules are used in both cli and node, and go dependancies tree is very complicated in the main repo due to the L2 chain integrations. Separating the crypto and signer own modules will allow the cli repo deps more light. Further more, decouple the L2 client integrations from the main repo to avoid the dep conflicts.

Tasks

Further Steps

mastereng12 commented 2 months ago

We will close it for now, created #543 to allow track it