Skip to content

brownie 1.17.0

Compare
Choose a tag to compare
@iamdefinitelyahuman iamdefinitelyahuman released this 12 Oct 22:25
· 487 commits to master since this release
1eeb5b3

Added

  • Arguments from the command line can now be passed to brownie scripts. (#398)
  • Fix etherscan verification w/ new solidity flattener (#1283)
  • Drop py36 support and add py39 to CI/dev tooling (#1289)
  • Bump dependencies (#1277)
  • Fix missing source in source object, grab from filesystem (#1290)
  • Add harmony mainnet to default network config(#1286)
  • Better panic messages for contract calls (#1275)

Fixed

  • Handle missing gasPrice in eth_getTransaction (#1285)