Rename workspace member near-jsonrpc-client
to avoid name collision
#12908
Labels
C-good-first-issue
Category: issues that are self-contained and easy for newcomers to work on.
C-housekeeping
Category: Refactoring, cleanups, code quality
There is an (unpublished) workspace member named
near-jsonrpc-client
:nearcore/chain/jsonrpc/client/Cargo.toml
Lines 1 to 2 in a4d9451
That name collides with a crate published on crates.io that lives in another repo.
This can cause confusion, in particular since
/benchmarks/synth-bm
depends on thenear-jsonrpc-client
from crates.io, while other workspace members depend on the unpublished crate with the same name.To resolve this, the crate in
/chain/jsonrpc/client
should be renamed. Since it is not published, that shouldn't cause issues elsewhere.The text was updated successfully, but these errors were encountered: