Skip to content

v0.0.19

Choose a tag to compare

@ronnno ronnno released this 20 Jul 05:42
· 568 commits to master since this release
  • Kovan support for tests: adjusted gas limits, added retry logic for contract deployment, method calls and getting block- Fixed flakiness in test suite
  • Improved test coverage
  • fixed #159
  • fixed #151
  • fixed #149
  • Changed representation of the requirement for Guardian self stake. Instead of representing the max ratio between total delegation and self delegation, changed to represent the min ratio between self delegation and the total delegation: Renamed IElections.MaxDelegationRatioChanged to IElections.MinSelfStakePercentMilleChanged (events) and IElections.setMaxDelegationRatio() to IElections.setMinSelfStakePercentMille(). Adjusted getSettings() accordingly.