Skip to content

v2.2.0

Choose a tag to compare

@Jblew Jblew released this 19 Oct 19:03
· 127 commits to master since this release

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)