eth-method-registry icon indicating copy to clipboard operation
eth-method-registry copied to clipboard

A JS library for getting Solidity method data from a four-byte method signature

Results 6 eth-method-registry issues
Sort by recently updated
recently updated
newest added

`ethers` is better maintained than `ethjs`, and we've been migrating many of our packages to use it. This should work equivalently. This will be a breaking change because this will...

Hi, I have followed the instruction in the [MM docs](https://docs.metamask.io/guide/registering-function-names.html) about registering the contract's methods name on Parity's registry on Ethereum mainnet. However, it doesn't seem to work. To give...

team-wallet-framework
wf-bugs

They have a decent API, see e.g. https://www.4byte.directory/api/v1/signatures/?hex_signature=0x144f2f94 They currently list 75,659 signatures while the Parity contract lists 240 (according to https://etherscan.io/address/0x44691B39d1a75dC4E0A0346CBB15E310e6ED1E86#readContract)

team-wallet-framework

Encodings of contract arguments can include tuples (and tuples within tuples, etc.) An example signature: `fillOrder((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes),uint256,bytes)` After https://github.com/danfinlay/eth-method-registry/pull/6, we represent the arguments in the tuple flatly, on equal level to...

team-wallet-framework

Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk...

dependencies

## Summary This pull request changes the Security Code Scanner reference from `metamask/security-code-scanner@main` to `metamask/action-security-code-scanner@v1`. This change aligns with our versioned workflow approach and MetaMask naming conventions. This is a...