libethc icon indicating copy to clipboard operation
libethc copied to clipboard

Open-source Ethereum C library

Results 24 libethc issues
Sort by recently updated
recently updated
newest added

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.

Hello brother. When i try to get my address from PK using the below code, it returns an error of `[libsecp256k1] illegal argument: secp256k1_ecmult_gen_context_is_built(&ctx->ecmult_gen_ctx)` the coed is ``` #include #include...

needs investigation

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

feature

Hello there, First off, absolutely amazing project. I am trying to compare the output of the library to something like eth_account for python and Web3. I found this strange offset...

good first issue
needs investigation

```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

Hello, brothers. I meet some confusing things. To put it simply, when I use eth_rlp_hex() to serialize my transaction data, I can get the correct serialization result. But when I...

bug