Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
280 lines (82 loc) · 6.38 KB

CHANGELOG.md

File metadata and controls

280 lines (82 loc) · 6.38 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.1.19 (2020-02-10)

Note: Version bump only for package js-libs

5.1.18 (2020-01-27)

Note: Version bump only for package js-libs

5.1.17 (2020-01-15)

Note: Version bump only for package js-libs

5.1.16 (2019-12-27)

Note: Version bump only for package js-libs

5.1.15 (2019-11-18)

Note: Version bump only for package js-libs

5.1.14 (2019-09-30)

Bug Fixes

  • api: Add 10s timeout handle for fetch in HttpProvider (#229) (aea9973)

5.1.13 (2019-09-13)

Note: Version bump only for package js-libs

5.1.12 (2019-09-02)

Bug Fixes

  • Regenerate yarn lock (security patch) (#226) (852e67c)

5.1.11 (2019-07-23)

Note: Version bump only for package js-libs

5.1.10 (2019-07-23)

Bug Fixes

  • Regenerate yarn lock, security patch (#224) (a0ca184)

5.1.9 (2019-07-11)

Note: Version bump only for package js-libs

5.1.8 (2019-07-11)

Note: Version bump only for package js-libs

5.1.7 (2019-06-25)

Note: Version bump only for package js-libs

5.1.6 (2019-06-11)

Note: Version bump only for package js-libs

5.1.5 (2019-05-31)

Note: Version bump only for package js-libs

5.1.4 (2019-05-24)

Note: Version bump only for package js-libs

5.1.3 (2019-04-05)

Performance Improvements

  • light.js: Use getTransactionByHash instead of getTransactionReceipt (#213) (9a82e16)

5.1.2 (2019-03-20)

Bug Fixes

  • Hide incorrect password from logs (parity_exportAccount) (#209) (43c9624)

5.1.1 (2019-03-13)

Bug Fixes

5.1.0 (2019-03-12)

Features

5.0.1 (2019-03-07)

Note: Version bump only for package js-libs

5.0.0 (2019-03-05)

Code Refactoring

BREAKING CHANGES

  • Observables do not emit the symbol RPC_LOADING anymore. They will only emit once a value is available. The operator withoutLoading has been removed as this is now the default behaviour.

  • refactor: Remove RPC_LOADING/withoutLoading

  • Fix error

switchMapPromise source and output can differ (number => BigNumber)

4.1.1 (2019-03-05)

Bug Fixes

4.1.0 (2019-03-05)

Features

4.0.3 (2019-02-04)

Note: Version bump only for package js-libs

4.0.2 (2019-01-22)

Note: Version bump only for package js-libs

4.0.1 (2019-01-22)

Note: Version bump only for package js-libs

4.0.0 (2019-01-22)

Code Refactoring

  • Rewrite post$ to take a password and not use signer (689ae52)

BREAKING CHANGES

  • post$ now requires passphrase in its options.

Non-constant contract method calls from makeContract now require passphrase in their options.

post$ now returns {estimated}? {signed} {sent} {confirmed} and postRaw$ now returns {sent} {confirmed}