| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 10th Anniversary of Haskell Web3 source code.tar.gz | 2026-02-09 | 788.5 kB | |
| 10th Anniversary of Haskell Web3 source code.zip | 2026-02-09 | 914.3 kB | |
| README.md | 2026-02-09 | 1.4 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
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 https://github.com/airalab/hs-web3/pull/144
What's Changed
- Comply with latest Ethereum JSON RPC Spec by @charlescrain in https://github.com/airalab/hs-web3/pull/142
- Fix signature encoding for shorter integer values of
r,sby @jinchui-crypto in https://github.com/airalab/hs-web3/pull/144 - Add
eth_feeHistorymethod to Eth API by @jinchui-crypto in https://github.com/airalab/hs-web3/pull/146 - Fix block struct according to the spec by @jinchui-crypto in https://github.com/airalab/hs-web3/pull/147
- Update TxReceipt API according to the RPC ethereum documentation by @jinchui-crypto in https://github.com/airalab/hs-web3/pull/148
- Add chainId call by @jinchui-crypto in https://github.com/airalab/hs-web3/pull/150
- Implement EIP712Signature module by @jinchui-crypto in https://github.com/airalab/hs-web3/pull/145
- Fix build problems and CI workflow by @jinchui-crypto in https://github.com/airalab/hs-web3/pull/151
Full Changelog: https://github.com/airalab/hs-web3/compare/v1.0.1...v1.1.0