brownie 1.17.0
iamdefinitelyahuman
released this
12 Oct 22:25
·
487 commits
to master
since this release
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
ineth_getTransaction
(#1285)