Skip to content

Releases: orbs-network/orbs-ethereum-contracts-v2

v0.0.38

04 Nov 14:04

Choose a tag to compare

  • Bug fixes
  • Emitting GuardianRegistered on guardian migration

v0.0.36

02 Nov 15:58

Choose a tag to compare

Added getAbiByContractAddress

v0.0.35

02 Nov 15:57

Choose a tag to compare

Fix typings

v0.0.34

02 Nov 07:03

Choose a tag to compare

  • Adding registrationTime to guardianDataUpdated event
  • Guardian migration fix
  • Exporting getAbiByContractName functions, and ContractRegistryKey, ContractName
  • Gas optimizations

v0.0.33

29 Oct 10:37

Choose a tag to compare

  • More reward distribution info in events and getters for analytic tools

v0.0.30

14 Oct 16:46

Choose a tag to compare

  • This version was deployed to beta (second deployment)
  • Added a migration function for guardian migration instead of passing in constructor

v0.0.27

13 Oct 16:19

Choose a tag to compare

  • No more uint48 in reward contracts - internal state uses the Orbiton granularity
  • Additional info in staking reward events and getters

v0.0.26

12 Oct 18:23

Choose a tag to compare

  • Rewards contract split into StakingRewrads and BootstrapAndFees
  • Renaming, formatting

v0.0.22

01 Oct 14:45

Choose a tag to compare

  • Ongoing reward distribution (no need for explicit calls to assignRewards)
  • On protocol delegators reward distribution
  • readyForCommittee() is required to enter the committee (cannot join committee simply by weight change)

v0.0.19

20 Jul 05:42

Choose a tag to compare

  • 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.