Skip to content

brownie 1.11.11

Compare
Choose a tag to compare
@iamdefinitelyahuman iamdefinitelyahuman released this 30 Oct 23:19
· 1285 commits to master since this release
a22fc0f

Added

  • ZERO_ADDRESS constant is now available from main namespace (#830)
  • Include nonce in stdout output when broadcasting a transaction (#833)

Changed

  • brownie bake project names are no longer case sensetive (#829)

Fixed

  • Handle str when looking at traceback paths (#823)
  • Add __ne__ to ReturnValue object (#831)