Skip to content

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

use purescript-eth-core

17 Apr 22:02
6ed3fe1
Compare
Choose a tag to compare

upgraded to ps-web3 0.19.0 and using purescript-eth-core

recursively finding json files

09 Apr 21:07
a0e7aae
Compare
Choose a tag to compare
Nested (#36)

* better names

* separate file reading and generating

* works

* nested

* import error

better mkdirp

09 Apr 20:51
a0e7aae
Compare
Choose a tag to compare

use a real mkdirp implementation so that we can use absolute paths

better constructors

21 Mar 01:03
Compare
Choose a tag to compare
v0.17.0

bower

Building Constructors

16 Mar 19:31
ee96719
Compare
Choose a tag to compare

We now generate constructors for contracts when they exist, they are given the name constructor for the moment, so don't name any functions in your contract "constructor", which you shouldn't anyway.

Using ReaderT for providers

27 Feb 21:20
Compare
Choose a tag to compare
web3 ReaderT based updates (#24)

* Update Web3

* Depend directly on .Types.* instead of .Types

* fix imports

payable

12 Feb 15:22
bf13e05
Compare
Choose a tag to compare
Payable (#21)

* payable test

* change package set

Error Handling

05 Feb 21:56
c2a5ace
Compare
Choose a tag to compare
Error handling (#16)

* builds with web3 error-handling branch

* tests pass

Uncurried Helper Functions

05 Feb 20:31
d6f2a76
Compare
Choose a tag to compare
Uncurried (#13)

* almost working

* works

* simplify

* tests passing

* change package.json

* remove import

TransactionOptions Arg

02 Feb 22:48
88eb061
Compare
Choose a tag to compare
Merge pull request #12 from f-o-a-m/tx-options

Tx options