Junaid
Junaid
Hi Mike, Once https://github.com/web3/web3.js/pull/5799 PR is merged we will have coverage checks available automatically in CI.
4.x main branch analysis on 8 Feb 2023:
investigate all packages for above issue.
it was completed
other optimizations from https://github.com/web3/web3.js/issues/6861 : [common](https://github.com/web3/web3.js/tree/4.x/packages/web3-eth-accounts/src/common) : 7.8 % [tx](https://github.com/web3/web3.js/tree/4.x/packages/web3-eth-accounts/src/tx): 4.9% common and tx adds 12.7% in lib so parts of these if not used should be removed and incase...
2nd largest package is web3-eth, and [web3_eth](https://github.com/web3/web3.js/blob/4.x/packages/web3-eth/src/web3_eth.ts).js is 5.4% [RPC method wrappers](https://github.com/web3/web3.js/blob/4.x/packages/web3-eth/src/rpc_method_wrappers.ts) is 2.4% : this file should be removed and rpc methods should be used directly in web-eth class
web3-errors is 5.4% and in that [errors](https://github.com/web3/web3.js/tree/4.x/packages/web3-errors/src/errors) is 4.4% , this should be optimised.
Documentation of Quicknode rate limit
this PR looks good, Thanks @danforbes
@Muhammad-Altabba could you update changelog and merge this PR, as seems @Alfxjx is away.