You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per our discussion in the tendermint-rs call yesterday, if nobody's using it directly we should strongly consider removing the light-node crate from the repository.
The reasons for this are:
The code to facilitate a Light Node is generally used as part of another higher-level library or application (e.g. ibc-rs), and isn't generally directly instantiated by itself (except perhaps for testing purposes).
We should eventually consider positioning the tendermint-rs repo as a framework/collection of libraries, as opposed to mixing in binaries. Binaries should possibly be separated out at a later date as issues relating to them will often be operational and tangential to framework-level concerns.
We want to minimize the amount of code we need to maintain in this repo.
What's the definition of "done" for this issue?
When the light-node crate's been deleted from this repo.
The text was updated successfully, but these errors were encountered:
As per our discussion in the tendermint-rs call yesterday, if nobody's using it directly we should strongly consider removing the
light-node
crate from the repository.The reasons for this are:
What's the definition of "done" for this issue?
When the
light-node
crate's been deleted from this repo.The text was updated successfully, but these errors were encountered: