Oleksii Kosynskyi
Oleksii Kosynskyi
## Description #5038 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [...
Run all existing tests with instant mining existing config, and only tests which are dependent on block mining after some time should use geth auto-mine. This qualifies using geth with...
Make a manual test of the start/finish syncing event. System tests for: ## Web3.eth.subscribe - [ ] subscribe(“syncing”)
Before start check [this PR](https://github.com/ChainSafe/web3.js/pull/5005) System tests for: ## Web3.eth.subscribe - [ ] subscribe(“syncing”) #### Min Platform Requirements for 4.x Alpha: - Node: v14, v16 - Browsers: Firefox, Brave -...
Documentation https://web3js.readthedocs.io/en/v1.7.3/web3-eth.html?highlight=transactionBlockTimeout#transactionblocktimeout Add integration test here: packages/web3-eth/test/integration/defaults.test.ts
## Description #5004 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [...
implement all things related to `handleRevert:true` setting Documentation: https://web3js.readthedocs.io/en/v1.7.3/web3-eth.html?highlight=handlerevert#handlerevert https://web3js.readthedocs.io/en/v1.7.3/web3-eth-contract.html?highlight=handlerevert#handlerevert Implementation in 1.x https://github.com/ChainSafe/web3.js/blob/2c0324af2da467ee1acb72452f20000e916e4306/packages/web3-core-method/src/index.js#L917 https://github.com/ChainSafe/web3.js/blob/2c0324af2da467ee1acb72452f20000e916e4306/packages/web3-core-method/src/index.js#L442 Also, add integration test in `web3-eth/test/integration/defaults.test.ts`
Make build scripts and Webpack configs for each package to make it usable for browsers separately #### Logs #### Environment
Create example web3js Angular App and documentation for it Example react app - https://github.com/ChainSafe/web3js-example-react-app #### Expected behavior #### Actual behavior #### Steps to reproduce the behavior 1. [First step] 2....
Implement all things related with `defaultCommon`, `maxListenersWarningThreshold` in 4.x Doc: - https://web3js.readthedocs.io/en/v1.7.3/web3-eth.html?highlight=defaultCommon#defaultcommon - https://web3js.readthedocs.io/en/v1.7.3/web3-eth-contract.html?highlight=defaultCommon#defaultcommon - https://web3js.readthedocs.io/en/v1.7.3/web3-eth.html?highlight=maxListenersWarningThreshold#maxlistenerswarningthreshold Tests - add integration test to `packages/web3-eth/test/integration/defaults.test.ts` #### Expected behavior #### Actual behavior ####...