Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v5.5.19 – Kesar Gulab Jamun

Compare
Choose a tag to compare
@cliffoo cliffoo released this 23 Jun 23:01
· 1901 commits to develop since this release

Hey everyone! 👋

Fresh off of our team powwow, we've got a release for you! We offer a number of improvements this week. 🦾 Dashboard is more mature now with improvements under the hood. ⛓ A weird error in the deployment promise chain flow has been resolved.

Thanks to @swisstackle for discovering and fixing a Windows compatibility issue when building Dashboard locally, and @vdamle for tracking down and bumping a vulnerable pouchdb version. Your contributions are always appreciated. 🙏

Also note that truffle init will now use solc version 0.8.15 by default.

Stay tuned for more next week!

How to upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Changelog

Bug Fixes

  • Ensure errors are re-thrown in deferred-chain deployment (#5216 by @haltman-at)

Internal improvements

Dependency updates