Muhammad Altabba

Results 73 issues of Muhammad Altabba
trafficstars

Hello guys, I got an error while trying to I am trying to run the web application with the following steps.: - `yarn && yarn build` - `cd packages/web` -...

Consider adding helper functions similar to the following: ```ts export const numberToBytes = (number: web3Types.Numbers) => web3Utils.hexToBytes(web3Utils.numberToHex(number)); export function concat(bytes: web3Types.Bytes[]): string { return '0x' + bytes.map(d => web3Utils.toHex(d).substring(2)).join(''); }...

Feature Request
4.x

Implement a utility helper class that ease dealing with Ethereum Signature and support something similar to `ethers.Signature.from({r, s, v} | string). (The new class would be used at: https://github.com/web3/web3-plugin-zksync/blob/758df6f2cf324a7c8e17730672f2ce0a831d407b/src/utils.ts#L499 and...

Feature Request
4.x

Currently the `Contract` can decode its own events. But it is helpful to enable parsing a provided logs data, similar to `new ethers.Interface(ABI).parseLog(...)`. (This feature is needed at https://github.com/web3/web3-plugin-zksync/blob/758df6f2cf324a7c8e17730672f2ce0a831d407b/src/utils.ts#L801) Additionally...

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 multiple dependencies. 👯‍♂ The following dependencies are linked and...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

The RPC endpoints for `personal` is deprecated https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-personal. Remove its usage from the guides. Possibly replace it with https://geth.ethereum.org/docs/tools/clef/introduction _Originally posted by @jdevcs in https://github.com/web3/web3.js/pull/6603#discussion_r1399098398_

Discussion
Documentation
4.x

Hello, Some users, especially who are new to crypto, gave a feedback about getting confused because of the need to click 2 times to Sign In: The first click to...

Some of the files (approximately 200), has been saved and their modifications pushed without applying formatting. Need to check for enforcing local configurations and apply `formatOnSave` with the correct config.

Discussion
Maintenance
4.x

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade @cookbookdev/docsbot from 4.21.1 to 4.21.7. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...