dev: rm Arc
around Arc<JsonRpcClient<HttpTransport>>
#1500
Labels
blocked
Blocked right now for external reasons
enhancement
Enhancement of the code, not introducing new features.
good first issue
Good first issue for people wanting to contribute to this project.
Describe the enhancement request
At the moment, we have a lots of
Arc
aroundJsonRpcClient<HttpTransport>
like here:kakarot-rpc/src/test_utils/katana/mod.rs
Line 89 in 443e148
Thanks to xJonathanLEI/starknet-rs#666 and after the next release of
starknet-rs
we will be able to remove theseArc
and just use a simpleclone
.The text was updated successfully, but these errors were encountered: