celestiaorg / dalc

Data Availability Light Client for Celestia
13 stars 4 forks source link

Create a short term solution to the dalc #65

Open evan-forbes opened 2 years ago

evan-forbes commented 2 years ago

We have discussed that long term, we will move the three methods currently served via the dalc will be served via a standard celestia-node instead https://github.com/celestiaorg/celestia-node/pull/414#issuecomment-1055871523 https://github.com/celestiaorg/celestia-node/pull/414#discussion_r817595661.

However, optimint's multi aggregator node network is blocked by these features, so a short term solution is in order so that we can continue building that.

One possible solution was to create a branch on celestia-node that incorporates a slightly more generalized version of the dalc server, and another is to use the preexisting Plugin implementation #55

evan-forbes commented 2 years ago

As discussed syncronously and in #55, before we close this, we need to also create a version of the dalc that is based on the latest stable version on celestia-node. This is alongside what we merged to master in #55

tzdybal commented 2 years ago

Can we close this issue because #55 is merged?

evan-forbes commented 2 years ago

We could, but I was waiting to merge a different version of the dalc plugin based on the latest stable version of celestia-node