Junaid

Results 138 comments of Junaid

closing this PR as it will be merged via https://github.com/web3/web3.js/pull/7011 Thanks @electroluxcode

@mabsattar are you working on this issue? dnt forget to link PR with issue for tracking, Thanks

@bobeu Thanks for your contributions

https://github.com/ethers-io/ethers.js/blob/39315288bee6f116e362e70c00f999ae669dd462/src.ts/providers/provider-ipcsocket.ts#L11

Hi I am able to get batch request result: ``` import { Web3 } from 'web3'; const web3 = new Web3("http://127.0.0.1:7545"); const clickHandler = async () => { const batch...

Could you share simple react app in some code sandbox website or repo with above error reproducible? @mouisaac

metamask `.request` method doesn't support it, if you directly send array of requests like following: ``` const res = await window.ethereum.request([ { "jsonrpc": "2.0", "id": 1, "method": "eth_getBalance", "params": [...

docs are updated auto with every merge.

I tested https://github.com/web3/web3.js/blob/9b15fb1fd84d92cdd503e1324b7f58614d095192/fixtures/contracts/Basic.sol#L70 and I am getting: log.returnValues : ``` { '0': 'value', '1': 12n, '2': true, __length__: 3, str: 'value', val: 12n, flag: true } ``` for tx with:...

Coverage update: **web3 0** web3-core 82.32 web3-errors 94.15 **web3-eth 74.96** **web3-eth-abi 79.14** web3-eth-accounts 88.55 **web3-eth-contract 75.22** web3-eth-ens 98.82 web3-eth-iban 90.47 web3-eth-personal 100 web3-net 100 web3-providers-http 100 **web3-providers-ipc 29.41** **web3-providers-ws 50.75**...