Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

dev: rm Arc around Arc<JsonRpcClient<HttpTransport>> #1500

Open
@tcoratger

Description

Describe the enhancement request

At the moment, we have a lots of Arc around JsonRpcClient<HttpTransport> like here:

pub eoa: KakarotEOA<Arc<JsonRpcClient<HttpTransport>>>,

Thanks to xJonathanLEI/starknet-rs#666 and after the next release of starknet-rs we will be able to remove these Arc and just use a simple clone.

Metadata

Assignees

Labels

blockedBlocked right now for external reasonsenhancementEnhancement of the code, not introducing new features.good first issueGood first issue for people wanting to contribute to this project.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions