Truffle v5.5.27 β Knickerbocker Glory π§ #5453
kevinbluer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again! π
It's that time of the week for a delicious new Truffle release π§
Ever wanted to use the Truffle Debugger within a Hardhat project? Well this release introduces a new package that does just that! π₯ To try it out, simply run
truffle debug <txHash>
and Truffle handles the rest. This is an experimental feature so there may be π's and as always we'd love your feedback!The files generated by
truffle init
have been updated and now better reflect the scenarios in which Truffle is commonly used. π¨ Beyond that we've added the godwoken mainnet when using debugger's--fetch-external
flag. There's also an update to the debugger'sblock.difficulty
calculation in preparation for the merge.Shout out to @eltociear for typo fix in
compilations/types.ts
too! πThat's all for now! See you next week for another candy-fueled installment.
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
Changelog
Enhancements
truffle debug
to @truffle/from-hardhat (#5434 by @gnidan)block.difficulty
reporting for the merge (#5431 by @haltman-at)truffle init
artifacts (#5320 by @sukanyaparashar)Bug fixes
Internal improvements
Dependency updates
@types/node
version and upgrade all TS packages to use[email protected]
(#5423 by @benjamincburns)This discussion was created from the release v5.5.27 β Knickerbocker Glory π§.
Beta Was this translation helpful? Give feedback.
All reactions