Skip to content

Releases: usecannon/cannon

v2.18.2

10 Oct 18:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.18.1...v2.18.2

v2.18.1

04 Oct 21:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.18.0...v2.18.1

v2.18.0

03 Oct 00:25
Compare
Choose a tag to compare
  • Partial Build Detection - To streamline deployments that involve upgrading existing deployments and multiple signers (EOAs for contract deployments, multisigs for configuration changes, etc.), Cannon now automatically records the completed deployment state securely on-chain.
    To enable this feature, specify deployer addresses at the top of your cannonfile: deployers = ["0xabcd...", "0xefgh...."]
    This list will be used to find the previous deployment data by scanning an onchain database with these deployers. (It doesn't impact other aspects of deployment.)

  • Web App Contract Deployment - If a deployment involves smart contracts from a cloned package, this can now be executed in the web app (no long requiring a partial build using the CLI).

  • Explicit Dependency Detection - Cannon will now explicitly error if a dependency has not been found in nearly every case (rather than silently ignoring which it had done up to this point). If you notice this error after upgrading, you should correct these missing dependencies or explicitly set an empty value.

What's Changed

Full Changelog: v2.17.4...v2.18.0

v2.17.3

24 Sep 04:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.2...v2.17.3

v2.17.2

17 Sep 03:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.1...v2.17.2

v2.17.1

12 Sep 17:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.0...v2.17.1

v2.17.0

03 Sep 16:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.7...v2.17.0

v2.16.7

02 Sep 18:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.6...v2.16.7

v2.16.6

29 Aug 22:00
19aefc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.5...v2.16.6

v2.16.5

28 Aug 15:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.4...v2.16.5