Skip to content

Releases: wise-team/steem-wise-core

v3.0.1

01 Nov 22:36
Compare
Choose a tag to compare
Steem WISE core library version 3.0.1

v3.0.0

01 Nov 19:47
Compare
Choose a tag to compare

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

v2.3.1

29 Oct 19:26
Compare
Choose a tag to compare

Features

  • main class: export RulesUpdater (de08f03)

v2.3.0

29 Oct 19:18
Compare
Choose a tag to compare

Features

  • direct blockchain api: make get...InBlock more polite (c9fc063)
  • rules updater: add getUploadRulesetsForVoterOps method (17989d6)

v2.2.5

25 Oct 20:54
Compare
Choose a tag to compare

Features

  • include steem-js types as tgz to allow build in non-git envs (e7b6f0f)

v2.2.4

25 Oct 20:38
Compare
Choose a tag to compare

Bug Fixes

  • move steem-js types from dev to normal dependencies (09ec7ec)

v2.2.3

25 Oct 20:30
Compare
Choose a tag to compare

Features

  • use our publicly available type definitions for steem-js (262eeae)

v2.2.2

20 Oct 18:23
Compare
Choose a tag to compare

Bug Fixes

  • log: fix multiple instances of Log singleton and ensure scopes (2cd08aa)
  • log: remove unnecessary reference to window (ts-node bug) (f427aee)

Features

  • abstract log: split msgs by level to console .log and .error (dcc1d9d)

v2.2.1

19 Oct 21:21
Compare
Choose a tag to compare
Steem WISE core library version 2.2.1

v2.2.0

19 Oct 19:03
Compare
Choose a tag to compare

Bug Fixes

  • direct blockchain api: fix ruleset loading for sole voter (54b6043)
  • fake api: fix other voter ruleset loading (074fdf9)

Code Refactoring

  • api: loadAllRulesets + loadRulesets -> loadRulesets(forWhom) (5a57039)

BREAKING CHANGES

  • api: Api.loadAllRulesets + Api.loadRulesets now becomes one method #loadRulesets(forWhom: { delegator?, voter?}, moment)