Release Notes

v0.1.4-alpha.19

Released May 24nd, 2019

  • Relax web3 dependency to 5.0.0b1

v0.1.4-alpha.18

Released May 23nd, 2019

  • Bugfix in LinkableContract class - #159

v0.1.4-alpha.17

Released May 22nd, 2019

  • Update ipfshttplib dependency & add tests - #157

v0.1.4-alpha.16

Released May 17th, 2019

  • Update to use new IPFS library - #158
  • Update mypy dependency - #153

v0.1.4-alpha.15

Released April 25th, 2019

  • Write is_supported_content_addressed_uri util.

v0.1.4-alpha.14

Released April 10th, 2019

  • Bugfix
    • Update registry backend to work with web3.pm - #151

v0.1.4-alpha.13

Released March 22nd, 2019

  • Bugfix
    • Remove auto infura endpoint - #149

v0.1.4-alpha.12

Released February 12th, 2019

  • Breaking Changes
    • Change Package.switch_w3 to Package.update_w3 - #146

v0.1.4-alpha.11

Released February 12th, 2019

  • Breaking Changes
    • Remove py-solc dependency and solidity compilation - #143
    • Update vyper reference registry assets - #145
  • Features
    • Support contract aliasing for deployments - #144

v0.1.4-alpha.10

Released January 17th, 2019

  • Breaking Changes
    • Package.set_default_w3() returns new Package instance. - #139
    • Web3 dependency updated to v5.0.0a3. - #137
  • Bugfixes
    • Builder bugfix to account for contract factories. - #138
    • Add global_doctest_setup for autodoc to use.