Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

85 lines (55 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

16.0.1 - 2020-09-23

  • Fix broken publish files (#356)

[16.0.0] - 2020-09-22

Changed

  • Breaking: Use Infura V3 API (#352)
    • The previously used Infura API is deprecated and will be (or is already) removed.
    • Using the Infura Provider now requires an API key. See eth-json-rpc-infura and infura.io for details.
  • Update various dependencies
    • eth-json-rpc-middleware@6.0.0 (#350)
    • eth-json-rpc-filters@4.2.1 (#351)
    • eth-json-rpc-infura@5.1.0 (#352)
    • eth-rpc-errors@3.0.0 (#353)
  • Specify publish files

[15.0.0]

Changed

  • uses eth-block-tracker@4, but still provides block body on ('block', 'latest', and 'rawBlock'). Other events ('sync') provide block number hex string instead of block body.
  • SubscriptionsSubprovider automatically forwards events to provider
  • replacing subprovider implementations with those in eth-json-rpc-engine
  • browserify: moved to babelify@10 + @babel/core@7

[14.0.0]

Changed

  • default dataProvider for zero is Infura mainnet REST api
  • websocket support
  • subscriptions support
  • remove solc subprovider
  • removed dist from git (but published in npm module)
  • es5 builds in dist/es5
  • zero + ProviderEngine bundles are es5
  • web3 subprovider renamed to provider subprovider
  • error if provider subprovider is missing a proper provider
  • removed need to supply getAccounts hook
  • fixed hooked-wallet-ethtx message signing
  • fixed hooked-wallet default txParams

[13.0.0]

Changed

[12.0.0]

Changed

[11.0.0]

Changed

  • zero.js - replaced http subprovider with fetch provider (includes polyfill for node).

[10.0.0]

Changed

  • renamed HookedWalletSubprovider personalRecoverSigner to recoverPersonalSignature

[9.0.0]

Changed

  • pollingShouldUnref option now defaults to false