Skip to content

Releases: axieinfinity/ronin-dpos-contracts

Devnet PoC v0.1.3

13 Nov 09:08
d6ac960
Compare
Choose a tag to compare

Notice

This version is used for the first trial deployment on devnet.

What's Changed

  • Filter unsatisfied candidates by the self-staking amount not by the total staking amount by @nxqbao in #64
  • Update governance contract & add local deployment script by @ducthotran2010 in #70

Full Changelog: v0.1.2...v0.1.3

Devnet PoC v0.1.2

08 Nov 08:46
22060de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

Devnet PoC v0.1.1

08 Nov 07:31
603d7f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Devnet PoC v0.1.0

01 Nov 09:05
684682a
Compare
Choose a tag to compare

What's Changed

  • [Staking] Rename variable & remove unnecessary variable by @ducthotran2010 in #4
  • [Staking/Validator] Add bonus per block by @ducthotran2010 in #7
  • [Staking] Fix contract events and add test cases by @ducthotran2010 in #6
  • Add integration test. Fix minor bugs in contracts and other tests. by @nxqbao in #5
  • [Slash] Add governanceAdmin in initializing contract by @nxqbao in #9
  • Add fixture for integration test. Add bonusAmount for BlockRewardSubmitted event by @nxqbao in #10
  • Validator set contract excludes under balance validators in updating set by @nxqbao in #11
  • Refine structure & optimize gas cost by @ducthotran2010 in #12
  • Fix getter of governanceAdmin by @nxqbao in #13
  • Add github action to dpos by @huyngopt1994 in #14
  • Update emit arguments for the event SettledRewardUpdated by @ducthotran2010 in #16
  • [Staking/Validator] Refine structures & fix TODO by @ducthotran2010 in #18
  • Add prioritized validators. Filter prioritized validators when updating validator set. by @nxqbao in #15
  • Add scheduled maintenance contract by @ducthotran2010 in #17
  • Implement double signing slash by @nxqbao in #19
  • [Validator] Fix epoch index & order of deleting by @ducthotran2010 in #21
  • Add renounce function by @ducthotran2010 in #20

New Contributors

Full Changelog: v0.0.1...v0.1.0

Draft PoC version for devnet (v0.0.1)

01 Nov 09:03
bdd4f6e
Compare
Choose a tag to compare

What's Changed

Notes

  • This version includes getting candidates, filtering unqualified validator candidates and sorting on the contract RoninValidatorSet.
  • This version does not include the methods to prevent the 51% attack. It is not finalized at the implementation time.
  • All configurations can be found in config.ts.

New Contributors

Full Changelog: https://github.com/axieinfinity/ronin-dpos-contracts/commits/v0.0.1