Skip to content

Releases: f-o-a-m/chanterelle

Solc compatibility tweak

28 Mar 19:30
a1c29d0
Compare
Choose a tag to compare

This release slightly modifies how the Solidity compiler is invoked to allow one to use solc >= 0.5

v1.0.0

14 Dec 10:32
40d2d4a
Compare
Choose a tag to compare

v0.13.0

14 Dec 09:32
c4fca1b
Compare
Choose a tag to compare
  • Exit with non-zero on failures @blinky3713 - #89

solc optimizer support

07 Aug 20:35
4c2164f
Compare
Choose a tag to compare
  • You can now add a solc-optimizer key to chanterelle.json to configure the level of optimization solc uses when compiling. (#81 -> #82)
  • Modifying chanterelle.json automatically makes all artifacts considered dirty. (#83)

Added CLI commands, Web3 upgrades

25 Jul 17:46
Compare
Choose a tag to compare
  • added cli comments (@iostat)
  • (ps-web3) added TokenUnit type to make conversions between denominations of ether and tokens more sane (@safareli )
  • (ps-web3) added mkDataField to create the data field for raw transaction signing

upgraded web3 dependency

25 May 13:51
8082631
Compare
Choose a tag to compare

we upgraded to ps-web3 v0.24, which includes a bracket operation for releasing the filter resource on the ethereum client

Return TxHash in deployContract

16 May 16:41
ce9bcfe
Compare
Choose a tag to compare
v0.9.1

return tx hash (#75)

purescript-web3 and purescript-eth-core upgrades

09 May 20:22
318861b
Compare
Choose a tag to compare

We pulled in some breaking changes from the lower level libraries, the only one that should leave out this high is that now the networkId is always a String

v0.8.5

04 May 19:03
91a2b38
Compare
Choose a tag to compare
  • No longer depend on purescript-now for date-related stuff
  • New forkDeployM and joinDeployM for concurrent actions in DeployM

v0.8.4

01 May 22:26
4284fd7
Compare
Choose a tag to compare

Latest deps