Muhammad Altabba
Muhammad Altabba
 ### Snyk has created this PR to fix 4 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `tools/eslint-config-base-web3/package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...
**Is your feature request related to a problem? Please describe.** I need to add mandatory field for the agreement to privacy policy. And also I need to add HTML with...
**Describe the solution you'd like** I hope the modal to support `onShow` similar to the existing `onHide`: ```ts modal.on("onShow", callback) ```
### Feature Request: Grant Decryption Permissions to Specific Wallet Addresses #### Description Add a new decryption condition to grant permissions to specific wallet addresses. The condition will work by asking...
**Type of PR:** - [ ] Bugfix - [x] Feature - [ ] Documentation - [x] Other **Required reviews:** - [ ] 1 - [ ] 2 - [x] 3...
**Type of PR:** - [ ] Bugfix - [x] Feature - [ ] Documentation - [x] Other **Required reviews:** - [ ] 1 - [ ] 2 - [x] 3...
Add integration test probably like: https://github.com/nucypher/taco-web/pull/637/commits/c0804187eda5cbf921aebf994aa2b9acde5deaee Need to discuss whether to run the integration test in github actions. And if yes, to provide the needed env variables to the CI....
Some of the `eslint` libraries are bit old. The eslint libraris are dev dependencies: ``` "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", ... "eslint": "^8.20.0", "eslint-config-base-web3": "0.1.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", ``` The...
Code around https://github.com/web3/web3.js/pull/6663/files#diff-9bad653a804ddf07fda4e536c2eb2f6c2a0243b8b7b23752cc5fc6ccf97578d2R391 needs review. Some fixes where applied at https://github.com/web3/web3.js/pull/6663/. But it seems to need more review, edit and test.
Discuss and possibly implement the following suggestion: https://github.com/web3/web3.js/pull/5771#issuecomment-1408396222 "... I noticed is that every package has indexed with exports like `export * from "./somefile"`, I think it's a bad practice...