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

v4.1.3 – Mini mint

Compare
Choose a tag to compare
@cgewecke cgewecke released this 08 Mar 03:18
· 16046 commits to master since this release

Hello.

Mini-mint sized patch release here. 🚐

  • truffle develop's network config now requests 127.0.0.1 instead of localhost. It's more reliable.
  • We've added a warning to truffle develop's start-up output: Do not use the candy-themed mnemonic that generates the test accounts on a real blockchain. The private keys generated by the mnemonic are not secret.
  • Work ontruffle-debugger continues apace! This release includes a patch to make contracts that are created by other contracts debuggable.
  • A bug that caused Solidity tests to execute out of sequence when a test file contained more than one contract was fixed.

That's it! If you've been bedeviled by any of these issues, this release is for you. Install it at your favorite command prompt by running:

npm install -g truffle