Skip to content

Releases: f-o-a-m/purescript-web3

TransactionOptions Arg

02 Feb 22:37
6a9f587

Choose a tag to compare

Tx options (#57)

* using transaction options

* remove let statement

* fix tests

v0.11.4

30 Jan 22:38

Choose a tag to compare

fix names of args

Address is the Key!

06 Jan 00:58

Choose a tag to compare

Address is the Key! Pre-release
Pre-release

Anything else is the Value!

Added Ord to HexString and Address so they could be used as keys in a Map data type.

Streaming

20 Dec 02:29

Choose a tag to compare

Supports mealy-machine style streaming of events.

Indexed Events and Generics

04 Dec 15:10

Choose a tag to compare

Release Notes

External

  1. 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.

  2. Merge @XertroV additional api extensions

Internal

  1. Split the Method class into CallMethod and TxMethod.

  2. Split the ABIEncoding class into ABIEncode and ABIDecode

  3. Use purescript-generics-rep types to do tuple encoding/decoding generically ftw.

First Public Release

13 Nov 18:14
da112c2

Choose a tag to compare

implemented most of eth api

v0.1.1a

31 Oct 14:56

Choose a tag to compare

Now works with bytestring 6.0.0