Personally I'm truly happy to see that project that starts as tiny ethereum support lib is still alive after 10 years.
Thank you so much for new contributions. I'll glad to support you and will continue maintain the library.
Long life for the Web3 and Haskell!
New Contributors
- @jinchui-crypto made their first contribution in #144
What's Changed
- Comply with latest Ethereum JSON RPC Spec by @charlescrain in #142
- Fix signature encoding for shorter integer values of
r,sby @jinchui-crypto in #144 - Add
eth_feeHistorymethod to Eth API by @jinchui-crypto in #146 - Fix block struct according to the spec by @jinchui-crypto in #147
- Update TxReceipt API according to the RPC ethereum documentation by @jinchui-crypto in #148
- Add chainId call by @jinchui-crypto in #150
- Implement EIP712Signature module by @jinchui-crypto in #145
- Fix build problems and CI workflow by @jinchui-crypto in #151
Full Changelog: v1.0.1...v1.1.0