MetaMask / eth-method-registry

A JS library for getting Solidity method data from a four-byte method signature
ISC License
21 stars 13 forks source link

Updates parse to handle array arguments #11

Closed ribordy closed 3 years ago

ribordy commented 5 years ago

PR to fix #10

package-lock.json seemed to be out of sync with package.json, so that autogenerated change is included as well.

Please let me know if you'd like me to bump up the minor version with this, or if there are any other tests I should add.

rekmarks commented 3 years ago

Closing in favor of #22, which is this PR but in TypeScript. Thank you for the original implementation, @ribordy. We'll make sure you get coauthor credits on the merge.