Skip to content

brownie 1.14.5

Compare
Choose a tag to compare
@iamdefinitelyahuman iamdefinitelyahuman released this 16 Apr 20:42
· 833 commits to master since this release
7e6f362

Added

  • Added documentation detailing how private Github repositories can be used as a package installation source.
  • Add passphrase kwarg to Account.from_mnemonic (#1050)

Changed

  • Include chainId field when signing transactions (#1056)

Fixed

  • Fixed a formatting issue on the new environment variable section (#1038)
  • Fixed Github package installation failing for private repositories (#1055).
  • Adjusted Github API token error message so that it correctly emits when auth failure occurs (#1052)
  • Remove __ret_value__ prior to writing console output (#1057)
  • Handle missing contract when generating transaction receipt (#1058)
  • StopIteration issues within receipts (#1059)
  • Do not cache eth_newBlockFilter (#1061)