Releases: f-o-a-m/chanterelle
Releases · f-o-a-m/chanterelle
v6.0.0
Sync FS Reads/Writes
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
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
v4.1.0
- Bumps dependency version for
purescript-web3-generator
to supportstateMutability
in the compiler's JSON output for functions in lieu ofconstant
andpayable
- 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