Skip to content

Latest commit

 

History

History
117 lines (56 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

117 lines (56 loc) · 4.38 KB

4.0.0 (2019-02-01)

Features

  • 🎸 remove AbstractLog export BREAKING CHANGE (0bb62e5)
  • update nodeJS to v10.15 (d720b31)

BREAKING CHANGES

  • remove AbstractLog. Abstract log is replaced with AbstractUniverseLog from "universe-log" package

3.1.1 (2019-01-31)

Bug Fixes

  • fix letter-case typo in Log and AbstractLog (25833f3)

  • make DirectBlockchainApi.sendToBlockchain use specified options (7b34a40)

Features

  • update nodeJS version to 10.15 (5ef10be)

  • update nodeJS to 10.15 (c244249)

3.1.0-rc.1 (2018-12-19)

Bug Fixes

  • AbstractLog: allow stack trace logging on every level (aa1de71)
  • Daemon: enhance Daemon log (6683218)
  • single daemon: add voter discrimination (81e377e)
  • VotingPower rule: fix wise-team/steem-wise-voter-page#42 (98eb3f1)
  • VotingPower rule: fix wise-team/steem-wise-voter-page#43 (5a676a7)
  • WeightForPeriod rule: more convenient description (c07af4c)
  • WeightRule: format weight as percent (8a6940d)

3.0.5 (2018-12-06)

3.0.4 (2018-12-06)

Features

3.0.3 (2018-11-07)

Features

  • universal synchronizer: add onConfirmVote callback (e6d3b1b)

3.0.2 (2018-11-02)

Features

  • wise main class: export Validator (2919be8)

3.0.1 (2018-11-01)

3.0.0 (2018-11-01)

Bug Fixes

  • universal synchronizer: fix next block loading (3a3436b)

Features

  • api: add getAllWiseOperationsInBlock method (735165d)
  • fake api: implement getAllWiseOperationsInBlock (129e671)
  • sql api: implement getAllWiseOperationsInBlock (4dc74e4)
  • steem operation number: add clone method (235d37d)
  • synchronizer: create UniversalSynchronizer (b95cd1d)
  • create SingleDaemon instead of Synchronizer (a32fe73)
  • implement getAllWiseOperationsInBlock in DisabledApi (19eeeba)

BREAKING CHANGES

  • create SingleDaemon instead of Synchronized and rename Synchronizer to LegacySynchronizer