- Add ``--logging`` option to main cli command to set logging level.
.. _v1.8.0-release-notes:
1.8.0
-----
- Change default compiler backend to ``populus.compilation.backends.SolcAutoBackend`` which will automatically select the appropriate solc compiler backend based on the current installed version olf solc. - Add support for standard JSON based solc compilation. - Bugfix: Compilation now correctly respects import remappings.
.. _v1.7.0-release-notes:
1.7.0
-----
- Remove deprecated ``chain.contract_factories`` API. - Remove deprecated ``chain.get_contract_factory`` API. - Remove deprecated ``chain.is_contract_available`` API. - Remove deprecated ``chain.get_contract`` API. - Remove deprecated ``chain.deployed_contracts`` API. - Remove deprecated ``contracts`` pytest fixture. - Remove deprecated ``project.compiled_contracts_file_path`` API - Remove deprecated ``project.contracts_dir`` API - Remove deprecated ``project.build_dir`` API - Remove deprecated ``project.compiled_contracts`` API - Remove deprecated ``project.blockchains_dir`` API - Remove deprecated ``project.get_blockahin_data_dir`` API - Remove deprecated ``project.get_blockchain_chaindata_dir`` API - Remove deprecated ``project.get_blockchain_dapp_dir`` API - Remove deprecated ``project.get_blockchain_ipc_path`` API - Remove deprecated ``project.get_blockchain_nodekey_path`` API
.. _v1.6.9-release-notes:
1.6.9
-----
- Bump py-geth version to account for removed ``--ipcapi`` CLI flag.
.. _v1.6.8-release-notes:
1.6.8
-----
- Allow for empty passwords when unlocking accounts.
.. _v1.6.7-release-notes:
1.6.7
-----
- Bugfix for registrar address sorting to handle nodes which were fast synced and do not have access to the full chain history.