Muhammad Altabba
Muhammad Altabba
Thanks @M0cK1nG-b1Rd, Could you please also share the full code so we can reproduce? You may share a github repository or better to share on some Cloud IDE like https://codesandbox.io/,...
Thanks @M0cK1nG-b1Rd I am facing issues when trying to run BSC inside a docker: https://github.com/bnb-chain/bsc-docker/issues/15 Do you run the node natively or inside a docker container? What guide do you...
Hi @M0cK1nG-b1Rd , I am happy to tell you that this issue has been resolved in the later versions of web3.js. So, you just need to update your web3.js dependency...
To resume working on this after merging: https://github.com/web3/web3.js/pull/6398/ and https://github.com/web3/web3.js/pull/6486
> I am not in favor of using jsdom for browser testing, as it already need many changes in our lib. jest + jsdom is direction that we will not...
Related to running the chain in local dev: https://github.com/bnb-chain/bsc-docker/issues/14 https://github.com/bnb-chain/bsc-docker/issues/15
Our current code for parsing chunks is at: https://github.com/web3/web3.js/blob/e6d8c1483d33551833a64484b239fe30e2ecd1bc/packages/web3-utils/src/chunk_response_parser.ts#L47 we will double check it... Thanks Junaid,
Thanks @furkanksl for sharing you findings, We will check and fix or document why `new Web3(window.ethereum)` is giving an error with batch requests.
This is possibly related to: https://github.com/web3/web3.js/issues/6328
This is mentioned here: https://github.com/web3/web3.js/issues/6037#issuecomment-1559632670 ^^ Thanks,