Dipanshu Singh
Dipanshu Singh
Added reclaim protocol to the list , which is an awesome project which can be used to verify any data on any site.
### Component provider, pubsub ### Describe the feature you would like Implementation of [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361). I ideally would imagine a function imported from utils, or even calling from the provider can...
### Component other ### Describe the feature you would like CCIP reads when enabled with be helpful for ens resolution. There seem to be a crate for it already at...
## Motivation Resolves #3150 ## Solution This is how I imagine the flow to be ```txt Poller starts with params: (filter_id_123,) Makes RPC calls: eth_getFilterChanges(filter_id_123) Server responds: "filter not found"...
### Component other ### Describe the feature you would like ENS crate doesn't have ```normalise``` function. This is needed as it was stated in [ENSIP-15](https://docs.ens.domains/ensip/15/). Normalise parses the domain before...
So viem in its chain definitions has multicall3 address. I think this would be helpful for alloy chains definitions also. Multicall3 address are already fairly standardised in most popular chain...
Resolves #12635 ## Motivation ## Solution I made the severity by default to be low ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [...
## Motivation Resolves #12719 ## Solution Solution is summarised in the issue ## PR Checklist I can't add next because the rpc url ```reth-ethereum.ithaca.xyz/rpc``` does not implement the debug_traceTransaction method....
## Motivation Resolves #12500 ## Solution Create a new file ```convert.rs``` which encapsulates all the sub commands mentioned. ## PR Checklist NOTE: This does break existing cli commands related to...
### Component Cast ### Describe the feature you would like Ideally what i imagine is ```bash $ cast siwe verify --help ``` in the utils cast commands. PS: I am...