Skip to content

Rename workspace member near-jsonrpc-client to avoid name collision #12908

Open
@mooori

Description

There is an (unpublished) workspace member named near-jsonrpc-client:

[package]
name = "near-jsonrpc-client"

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 the near-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.

Metadata

Assignees

No one assigned

    Labels

    C-good-first-issueCategory: issues that are self-contained and easy for newcomers to work on.C-housekeepingCategory: Refactoring, cleanups, code quality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions