Releases: f-o-a-m/purescript-web3
Releases · f-o-a-m/purescript-web3
TransactionOptions Arg
Tx options (#57) * using transaction options * remove let statement * fix tests
v0.11.4
Address is the Key!
Anything else is the Value!
Added Ord to HexString and Address so they could be used as keys in a Map data type.
Streaming
Indexed Events and Generics
Release Notes
External
-
Fixed bug in parsing event logs for indexed events. Events now return a record instead of a tuple. For the moment, this means that the abi needs to contain names for all the arguments in events, but we can easily relax this requirement as soon as we find the time.
-
Merge @XertroV additional api extensions
Internal
-
Split the
Methodclass intoCallMethodandTxMethod. -
Split the
ABIEncodingclass intoABIEncodeandABIDecode -
Use
purescript-generics-reptypes to do tuple encoding/decoding generically ftw.
First Public Release
implemented most of eth api