OpenZeppelin / OpenZeppelin/Robust-Provider

Support RPC Methods with Non-Cloneable & Non-Copiable Arguments (Needed To Implement `estimate_eip1559_fees_with`)

Open
#46 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

effort: S 2-3 days
Dominant language
Rust
Stars
6
Forks
4
Avg merge
15h 52m
Merged PRs (30d)
5

Description

This method accepts an owned, non-clonable Eip1559Estimator value, which the current retry implementation doesn't know how to handle (it only deals with Copy & Clone types).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the current retry implementation and the RPC method estimate_eip1559_fees_with, which accepts an owned Eip1559Estimator. Determine how retries currently handle Copy and Clone arguments; done means the method can be retried with non-Cloneable and non-Copiable arguments without requiring those traits.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.