Skip to content

Releases: f-o-a-m/chanterelle

v6.0.0

14 Jul 16:25
69597c8
Compare
Choose a tag to compare

Adds support for purescript v0.14

Sync FS Reads/Writes

22 Apr 22:14
41d55ba
Compare
Choose a tag to compare

Previously, in certain environments, FS caching may have prevented artifact modifications from being seen by later stages of a deploy script. Particularly, it lead to spurious deployment failures claiming that a contract had unlinked library references, when it in fact had been linked just prior.

As of this release, all file I/O is explicitly performed with O_SYNC, which, while marginally slower, is much more robust in the face of questionable FS caching implementations.

Callback Fallback

20 Apr 17:04
2589607
Compare
Choose a tag to compare

Use purescript-solc v2.0.2, which adds some more aggressive fallback logic when dealing with older versions of solc

** Note that this release supercedes v5.1.1, which was yanked, due to it using purs-solc v2.0.1, which was yanked **

v5.1.0

20 Oct 17:01
a918c3e
Compare
Choose a tag to compare
  • Depend on solc ^0.6 in package.json
  • Improved compile error reporting

v4.1.0

03 Oct 16:50
0b25c84
Compare
Choose a tag to compare
  • Bumps dependency version for purescript-web3-generator to support stateMutability in the compiler's JSON output for functions in lieu of constant and payable
  • Bumps dependency version for purescript-solc, to support the new callback structure which was introduced in solc 0.5.12 and made mandatory in 0.6.0

v4.0.0

01 Oct 15:44
f315d39
Compare
Choose a tag to compare

v3.0.0

21 May 18:49
63100d6
Compare
Choose a tag to compare
  • update purescript-optparse (it should make CLI faster) #103

v2.0.2

04 Apr 18:06
46c76b9
Compare
Choose a tag to compare

Makes solidity import resolution behave more according to specified behavior, by treating paths relative to the Solidity file more correctly when compiling

v2.0.1

02 Apr 11:21
db2e2ee
Compare
Choose a tag to compare
  • #100 fix cli executable

v2.0.0

01 Apr 18:29
aa13d04
Compare
Choose a tag to compare
  • #98 update docs add support for installing cli version using npm