This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v5.5.23 – Dorayaki
It's nearing the end of a week and that means another Truffle release! 😋
We shook off some outdated 📠 dependencies, and added a raw
field to the event
action in the Truffle debugger txlog
✨. This new field is available even if decoding fails, so it's a nice fail-safe 💪 that reliably gives you transaction details. How cool! 🌟
Have yourself a Dorayaki (Japanese red bean pancake) and enjoy the rest of your week. 🎉 Until next time!
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Enhancements
- Enhancement: Include raw event data in txlog (#5324 by @haltman-at)
Internal improvements
- Remove ethpm integration test (#5317 by @cds-amal)
- Remove hardcoded path to webpack in packages/truffle (#5336 by @cliffoo)
Dependency updates
- Upgrade @ensdomains/ensjs to v2.1.0 (#5307 by @eggplantzzz)
- Upgrade axios to v0.27.2 (#5308 by @eggplantzzz)
- Upgrade fast-check to v2.15.1 (#5309 by @eggplantzzz)
- Upgrade jest to v28.1.3 (#5309 by @eggplantzzz)
- Upgrade ts-jest to v28.0.6 (#5309 by @eggplantzzz)
- Upgrade semver to v7.3.7 (#5309 by @eggplantzzz)
- Upgrade ttypescript to v1.5.13 (#5309 by @eggplantzzz)
- Upgrade typedoc to v0.20.37 (#5309 by @eggplantzzz)
- Upgrade typescript-transform-paths to v3.3.1 (#5309 by @eggplantzzz)
- Upgrade json-pointer to v0.6.2 (#5310 by @dependabot)
- Upgrade terser to v4.8.1 (#5331 by @dependabot)