Releases: lmittmann/w3
Releases · lmittmann/w3
v0.6.0
Changes
- upgraded to Go1.18
- core: added generic
CallFactoryReturns
andCallFactoryReturnsRAW
interface - module/eth: reduced number of exported types by applying
CallFactoryReturns
andCallFactoryReturnsRAW
to hide factory implementations - module/eth: added
Overrides
toCall
andCallFunc
v0.5.1
v0.5.0
Changes
- added ability to return raw RPC types for
eth.BlockByHash(...).ReturnsRAW(...)
eth.HeaderByHash(...).ReturnsRAW(...)
eth.BlockByNumber(...).ReturnsRAW(...)
eth.HeaderByNumber(...).ReturnsRAW(...)
eth.TransactionByHash(...).ReturnsRAW(...)
eth.TransactionReceipt(...).ReturnsRAW(...)
- added W3 Gopher