4.0.0 (2019-02-01)
- remove AbstractLog. Abstract log is replaced with AbstractUniverseLog from "universe-log" package
3.1.1 (2019-01-31)
-
fix letter-case typo in Log and AbstractLog (25833f3)
-
make DirectBlockchainApi.sendToBlockchain use specified options (7b34a40)
3.1.0-rc.1 (2018-12-19)
- 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)
- change default steem api to https://anyx.io (76eeff6)
3.0.3 (2018-11-07)
- universal synchronizer: add onConfirmVote callback (e6d3b1b)
3.0.2 (2018-11-02)
- wise main class: export Validator (2919be8)
3.0.1 (2018-11-01)
3.0.0 (2018-11-01)
- universal synchronizer: fix next block loading (3a3436b)
- 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)
- create SingleDaemon instead of Synchronized and rename Synchronizer to LegacySynchronizer