This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v5.10.2 — Icebox cake
How to upgrade
Welcome to another Truffle release!
This week we have a small set of updates, focused on improving the decoding and debugging experience. 🚈 Our Decoder's input interfaces are now more flexible; 🤸 it accepts both string
's and bigint
's in places where only number
's were accepted. Additionally, address value now has a contractClass
interpretation field that may provide additional information like contract name and payability. 📚
We also updated our source fetcher 🧲 to support the layer-2 Rollux blockchain mainnet and testnet.
Stay tuned for more next week! Enjoy the rest of your week. 🦆
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
New feature
- Add
contractClass
interpretation to address values (#6130 by @haltman-at)
Enhancements
- Allow strings and bigints instead of numbers in decoder input fields (#6131 by @haltman-at)
- Add Rollux & its testnet to Sourcify fetcher (#6127 by @haltman-at)