Junaid

Results 138 comments of Junaid

closing this issue for scope of "Move AccountAbstraction (EIP4337) from plugins into core library" and remaning items will be tracked under Epic: https://github.com/web3/web3.js/issues/7347

following function are available in RPC Methods package but are not exported via Eth class: | Function Name | [JSON RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc/) | [EL Specs](https://github.com/ethereum/execution-apis) | |------------------------|----------|----------| | getCompilers |...

@uchebuego we had team discussion for feature of adding Caching support in ENS resolver, as there are various customisation options possible for cache including refresh time, retaining time, storage options,...

> Hi! Yes, I am! https://github.com/uchebuego/web3-plugin-ens-cache @uchebuego plus publish this on npm and share link with us, Thanks

As discussed dev release from this PR needs to be tested with a plugin.

> With the upgraded version of Geth, some new errors have started to appear. For example, see: this build https://github.com/web3/web3.js/actions/runs/11702836716/job/32591923473 So I had to revert the geth version to the...

https://docusaurus.io/docs/docs-multi-instance

@alison84r In web3 4.x this feature is not available as was in 1.x : https://docs.web3js.org/guides/web3_upgrade_guide/x/#web3-batchrequest You may use Promise.All with multiple web3.eth desired function calls or as mentioned in above...