Skip to content

brownie 1.11.6

Compare
Choose a tag to compare
@iamdefinitelyahuman iamdefinitelyahuman released this 26 Sep 02:29
· 1287 commits to master since this release
9f3dfab

Added

  • Account.get_deployment_address (#763)
  • Use eth_unlockUnkonwnAccount to unlock arbitrary accounts in development mode (#776)

Changed

  • Generalize sys.argv handling for brownie test to allow arbitrary flags (#773)
  • Disable stdout capture when compiling a project prior to running tests (#774)
  • Attempt to determine proxy implementation without relying on Etherscan APi output (#777)

Fixed

  • Add gas_limit kwarg for Account.estimate_gas (#764)
  • Improve exception message on bytecode exceeding 24kb limit (#767)
  • Properly handle no installed compiler when using compile_source (#768)