SolomonDefi / solomon-monorepo

Monorepo containing core Solomon apps, services, libraries, and deploy config.
6 stars 4 forks source link

Merge api-evidence and api-dispute and translate to Typescript #221

Open solomondefi-dev opened 2 years ago

solomondefi-dev commented 2 years ago

We're running into some difficulties with sharing code/fixtures, maintaining a separate build system/plugin, and getting some Ethereum-specific functionality working. Additionally, the other blockchains/layer 2 solutions under consideration (Arbitrum, Flow, etc) have much better support for Javascript than Python.

This issue should be broken up into implementation tasks before work starts. @apolkingg8 I considered your points about this refactor, it definitely will save time and effort in the long term.

Tasks

Notes

It might be nice to refactor the blockchain watcher to reuse the same db pod, with a different postgres database.

solomondefi-dev commented 2 years ago

@apolkingg8 A few of these tasks can be done in parallel, so let's try to break them down into implementation issues! Usually we don't reference an "epic" issue directly in a commit. I will create a few as an example.