Consensys / Consensys/ethjsonrpc
Missing 0x prefix for hex data
Open
- Dominant language
- Python
- Stars
- 160
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
Hi @ all,
Since release 1.5.6 of geth (https://github.com/ethereum/go-ethereum/releases/tag/v1.5.6), the RPC implementation only accepts hex data with prefix '0x', which is missing in the current implementation.
As a sample, the client is handling it incorrect at line https://github.com/ConsenSys/ethjsonrpc/blob/master/ethjsonrpc/client.py#L150.
Regards
Daniel
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.