OpenZeppelin / OpenZeppelin/Robust-Provider
Support RPC Methods with Non-Cloneable & Non-Copiable Arguments (Needed To Implement `estimate_eip1559_fees_with`)
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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