Junaid
Junaid
4.x Beta Testing Infrastructure ### Description - **eth client** - [ ] Tests on Local Eth client (`Nethermind` ) (we already have tests on local geth and ganache in 4.x...
[ts-loader](https://github.com/ChainSafe/web3.js/blob/25bcd32e625a021ade8a415407749ada2915d8b8/webpack.base.config.js#L41) uses tsc, the TypeScript compiler, and relies on your tsconfig.json configuration. If `module` is set to "[CommonJS](https://github.com/ChainSafe/web3.js/blob/25bcd32e625a021ade8a415407749ada2915d8b8/tsconfig.json#L6)", webpack won't be able to tree-shake code.
We should have support of `ESM` builds along with `UMD` in future 4.x ( beta TBD). Currently we have `UMD` build in 4.x and should be offering separate `ESM` and...
#### This issue is for tracking features of Transaction in 4.x. - [ ] Transaction decoding Feature ( for endusers and also for usage in handle revert functionality) - Legacy...
### Description This Epic is for web3.js 4.x documentation ### Related Issues / Feature Requests / Discussion ### Acceptance Criteria - [ ] 4.x Documentation ( web3, web3.eth, web3.eth.subscribe, web3.eth.contract,...
Create type definition bundle for web3.js web build ( via webpack ), its for supporting other projects that use our lib and will have type intellisense with it
- [ ] Stress Tests - [ ] Performance tests / benchmarks - [ ] UAT ( Manual comparing with 1.x, Some part of it is being done during writing...
Geth method handler crashed on `getFeeHistory` with `finalized` tag: `curl --location --request POST 'http://node.addr' \ --header 'Content-Type: application/json' \ --data-raw '{ "method": "eth_feeHistory", "params": [ "0x4", "finalized", [ 25, 50,...
- [ ] uuid - [ ] ethers - [ ] ethereumjs/libs - [ ] and discuss, list and update other libs that can be updated without any breaking changes