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

A few new features

Compare
Choose a tag to compare
@tcoulter tcoulter released this 24 Jul 20:59
· 16046 commits to master since this release
  • Began creating releases to communicate changelog.
  • Added contract REPL. truffle console will create a javascript command line where you can then immediately use your compiled contracts. Use the -e option to specify the environment.
  • Fixed #11: Don't recompile contracts before each test suite
  • Fixed #18: truffle compile now writes out the new binary and abi info (it won't overwrite deployed addresses, if any)
  • Fixed a bug from release 0.0.12 where the web3 provider wasn't being set in some cases.