Skip to content

Testnet Release v0.2.0

Compare
Choose a tag to compare
@ducthotran2010 ducthotran2010 released this 06 Dec 04:00
cab9010

What's Changed

  • [ValidatorSet] Expose/Unexpose config methods by @nxqbao in #80
  • Minor fixes in docs, naming, etc. Clean up. by @nxqbao in #77
  • [Maintenance] Restrict furthest start time by @nxqbao in #76
  • Update method epochOf & remove one-time-using function/event. by @ducthotran2010 in #81
  • [BridgeTracking] Avoid exploiters by @ducthotran2010 in #73
  • Update testnet configs by @minh-bq in #72
  • Add testnet deployment artifacts by @minh-bq in #82
  • Add goerli deployment artifacts by @minh-bq in #83
  • Constrain new address is a contract for Has...Contract by @ducthotran2010 in #86
  • Update deployment scripts & add deployment artifacts by @ducthotran2010 in #88
  • Update README.md by @ducthotran2010 in #85
  • [ValidatorSet] Revamp structures by @nxqbao in #87
  • [ValidatorSet] Add gap for the abstract contracts by @nxqbao in #91
  • [Governance] Expose function to check voted/relayed by @ducthotran2010 in #90
  • Update testnet deployment artifacts by @minh-bq in #92
  • [SlashIndicator/Validator] Skip slashing bridge operator in #93
  • [CI] Add worker for dev branch in #96
  • Revamp function names and normalize comments in #97
  • Upgrade solc version. Allow unlimited contract size on hardhat net in #98
  • [ValidatortSet] Support withdrawing jailed reward in #95
  • [Test] Update small values for *blockRewardAmount in tests in #99
  • Add deadline to maintain minimum staking amount for validator candidate in #100
  • Differentiate corresponding addresses of validators and trusted orgs #101
  • [ValidatorSet] Prevent duplicated addresses among validators in #102
  • [Staking] Disallow validators to delegate to other validator in #103
  • [RoninValidatorSet] Help fix reward calculation in #104
  • [ValidatorSet] Recycle deprecated rewards in #105
  • [Staking|CandidateManager] Allow pool admin to update commission rate of validator in #106
  • [CandidateManager] Implement effective date for commission rate in #107
  • Fix bridge reward in #109

New Contributors

Full Changelog: v0.1.3...v0.2.0