Muhammad Altabba

Results 73 issues of Muhammad Altabba
trafficstars

Handle common cases for smart contract errors according to EIP 838: `0x4e487b71` which is the ‘selector’ for `Panic(uint256)` and `0x08c379a0` is the ‘selector’ of `Error(string)`. https://github.com/web3/web3.js/issues/5482#issuecomment-2230741828 Note: Faced when debugging...

## Description Fixes #7186 The current MR applies: run `yarn format`. However, someone still needs to check for the formatting configurations to apply it locally correctly so we have the...

For logic abstraction as well as easy expansion by the plugins, the gaint `Contract` class need to be split into few smaller classes. For example, we can have Contract Deployer...

5.x

#### description There is an issue specifically with diamonds proxy contract. Probably some or all other proxy contracts work. When calling the proxy contract address an error is throw: ContractExecutionError:...

Bug
4.x

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature Request As a follow-up to https://github.com/web3/web3.js/issues/4235 implements more tests (and replace the...

Feature Request
4.x

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade @docusaurus/preset-classic from 3.0.1 to 3.4.0. :information_source: Keep your dependencies...

## Description Fixes #6288 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) -...

Following the MR: [update typescript version to 5](https://github.com/web3/web3.js/pull/7272) (#7272), merge the MR after about 1 month of the Canary version ([4.13.1-dev.04da324.0](https://www.npmjs.com/package/web3/v/4.13.1-dev.04da324.0)) being available, if there was no issue raised. Or...

4.x

The user can write: `contractInstance.subscriptionManager.subscribe('logs')` but it throws an error. The question is: **If this is a non-supported way of subscribing to contract events, then should it be prevented at...

Bug
4.x

## Description Please include a summary of the changes and be sure to follow our [Contribution Guidelines](https://github.com/web3/web3.js/blob/4.x/.github/CONTRIBUTING.md). ## Type of change - [ ] Bug fix (non-breaking change which fixes...