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
We use a few tendermint libs throughout the codebase, this leads to the tendermint dependency bleeding throughout the repo. We should identify and migrate the libs/utils to things in the sdk.
this includes creating our own logger interface and our own logger.
We can copy the interface and then write our own logger, with filtering to not rely on Tendermint's.
Work Breakdown
Phase 1
Migrate testing libs and other minor things away from tendermint libs/utils
implement our own logger that is built against a copy of the Tendermint's interface
The text was updated successfully, but these errors were encountered:
Summary
We use a few tendermint libs throughout the codebase, this leads to the tendermint dependency bleeding throughout the repo. We should identify and migrate the libs/utils to things in the sdk.
this includes creating our own logger interface and our own logger.
We can copy the interface and then write our own logger, with filtering to not rely on Tendermint's.
Work Breakdown
Phase 1
The text was updated successfully, but these errors were encountered: