v2.3.1 – It is Monday. 📅
Highlights
How to Upgrade
Changelog
v2.3.1 – It is Monday. 📅 Possibly the worst version name I’ve ever come up with? Probably. But since I keep forgetting what day of the week it is because “quarantine is like being in a casino” (credit: @gnidan) I thought maybe you could use a reminder, too… also: don’t forget to get up and stretch 🧘♂️, drink some water 🥤, and tell someone you love them 🤟.
We’ve moved to a beta
› latest
release pipeline, where most non-hotfix changes are first released in a beta before being promoted to a stable release.
We’d love it if you’d start using the latest betas and let us know early and often if you find any bugs or regressions!
Highlights
- Performance improvements to Corda network initialization
- Quickstart can now be saved without restarting the workspace
- UI enhancements
- Several bug fixes
As always, this release is compatible with the latest versions of Windows ⊞, Mac OS 🍎, and Linux 🐧.
How to Upgrade
To upgrade, you can:
- download directly from our website: https://www.trufflesuite.com/ganache
- upgrade in-app when notified (on supported platforms)
- choose the appropriate download binary from the Assets section of the GitHub release
Changelog
General
Chore
- Make travis wait 45 minutes for mac build to complete :-( (563ccab) – @davidmurdoch
Fix
- Add --no-sandbox flag to AppImage (https://github.com/trufflesuite/ganache/pull/1720) – @davidmurdoch
Performance
- Quickstart quick save (trufflesuite/ganache#1716) – @davidmurdoch
Style
- Polish toast UI (69b4d1c) – @davidmurdoch
Corda
Chore
- Add “flavor” to analytics collection (https://github.com/trufflesuite/ganache/pull/1715) – @davidmurdoch
Feature
- Link transactions that share linearIds (8e37a72, f97be5a) – @nicholasjpaterno and @davidmurdoch
Fix
- Fix contract cache migration conflict (https://github.com/trufflesuite/ganache/pull/1714) – @davidmurdoch
- Ensure Corda quickstart data can be saved with workspace (7a2989f) – @davidmurdoch
- Don’t crash if we can’t stop postgres (42d023a) – @davidmurdoch
- Fix a race condition in Corda Quickstart workspace restart (7af2bba) – @davidmurdoch
Performance
- Disable stdOut/Error capturing once Corda network has started (203154a) – @davidmurdoch
- Run networkBootstrap only when necessary (7142d35, 5fa9e54, 16e145a) – @nicholasjpaterno
Refactor
- Refactor Corda nickname util (e8ae7e0) – @nicholasjpaterno
Style
- Make sections on Corda pages collapsible (0152915, 8e88a6c, abba8f1, 71c98f9) – @nicholasjpaterno and @davidmurdoch
- Add Corda resource warning (https://github.com/trufflesuite/ganache/pull/1717) – @davidmurdoch
💖 The Truffle Team