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
This repo currently relies on github.com/tendermint/tendermint/libs/json (a.k.a cmtjson and tmjson) and celestia-node is interested in removing that dependency.
Context
celestiaorg/celestia-node#3935
Problem
This repo currently relies on
github.com/tendermint/tendermint/libs/json
(a.k.acmtjson
andtmjson
) and celestia-node is interested in removing that dependency.Proposal
github.com/tendermint/tendermint/libs/json
. Consider cherry-picking rpc: use encoding/json rather than tmjson tendermint/tendermint#7670cc: @renaynay @cmwaters
The text was updated successfully, but these errors were encountered: