Releases: f-o-a-m/purescript-web3
Releases · f-o-a-m/purescript-web3
v5.0.0
v4.0.0
v2.0.1
v2.0.0
v1.0.0
TokenUnit/ProxyTU
This is the TokenUnit PR (#109 ) except it also exports the ProxyTU constructor
MinorUnit Token Types
- Use a more sane schema for translating between different denominations of ether or tokens.
- implement
mkDataField
to generate the data field from a record for a given function type.
v0.23.0: Upgrade foreign-generics (#101)
New things:
- tests now include live tests
- bug fixes
Breaking Changes:
- No longer supporting multiple block types
- NetworkId is now a String
- Using
Maybe
instead ofNullOrForeign
- certain rpc calls now have
Partial
constraint
Change all version bounds to clopen intervals
Previously we had locked in some version bounds exactly and we had no reason to do this. Now we just lower bound everything
stronger types for filters and TransactionStatus
make a TransactionStatus
an Enum type for status, Failed
for "0x0" and Succeeded
for "0x1".
give Filter
a phantom type, indexed by the event