Junaid
Junaid
0x2 transaction params support in Contracts Options https://github.com/ChainSafe/web3.js/blob/97e87ea4d8b33d3be259128bb368349d0512087b/packages/web3-eth-contract/src/types.ts#L48 .
- [x] Update `collectCoverageFrom` in web3-providers-ws unit tests jest config so it reports correct coverage
Update 4.x release process: - 4.x, git tag shouldn't have `release` prefix, git tag release/bumped-version: Tag the commit with bumped version, e.g. `v4.0.0-alpha.0` - Add: Look all warnings in logs...
[1.0.0-alpha.0](https://www.npmjs.com/package/web3-packagetemplate/v/1.0.0-alpha.0) was published 1 year ago and current 4.x branch started web3-packagetemplate from 0.1.0-alpha.0 , future versions should start from top of older published version `1.0.0-alpha.0` , semver
- [ ] Update 1.x readme for including 4.x alpha release message - [ ] Put 4.x testing and feedback message in `postinstall` of 1.x so its visible while `npm...
- [x] Automatically triggering dev release on each PR merged. - [ ] Automatically triggering main release based on tagged version rules.
engines -> node minimum version should be 14 in `root`, `web3` package and `tools/eslint-config-web3-base` package.json files. current is: ``` "engines": { "node": ">=12.0.0" }, ```
- [ ] Create Wagmi adapter snippets (like https://wagmi.sh/react/guides/ethers ) for web3.js: Client → Provider Connector Client → Signer
[Web3Modal](https://docs.walletconnect.com/web3modal/about) : is built on top of [Wagmi](https://wagmi.sh/react/guides/connect-wallet#third-party-libraries), It handle all the edge cases around wallet connection, and provide a seamless Connect Wallet UX that you can use in your...