mhw0

Results 9 issues of mhw0

### Ethers Version 6.x.x ### Search Terms _No response_ ### Describe the Problem Getting overflow error when decoding event logs. ### Code Snippet ```shell for(const log of tableReceipt?.logs!) console.log(contract.interface.decodeEventLog("TestEvent", txn.data,...

investigate
v6

### Screenshots ![image](https://user-images.githubusercontent.com/69183283/103175800-95294d80-488e-11eb-8f0c-1c49488a19a8.png)

help wanted
bug

we can create two separate functions to sign both recoverable and unrecoverable signatures

#38 **Possible fixes:** - do not ignore the`len` parameter of `eth_abi_array` on encode. If it's set, just accept it as the actual length.

https://github.com/mhw0/libethc/discussions/10#discussioncomment-7491811

feature

```sh brew install ethc pacman -S ethc apt-get install ethc yum install ethc ```

feature
build

I think it would be cool if we had cpp wrappers for our C functions. Let's say we want to encode some ABI elements: ```c #include // maybe just ethc.hh?...

feature