Releases: razor-network/oracle-contracts
Releases · razor-network/oracle-contracts
v0.2.1
v0.3.0-rc1
What's Changed
- Update npm version by @SkandaBhat in #637
- V0.2.0 patch1 by @SkandaBhat in #638
- Rename VotingPenalty to VotingRewardOrPenalty by @GauravJain9 in #636
- Staker should be able to stake any amount of stake by @shekhar2807 in #623
- Asset deactivation does not cause age penalty issue anymore by @SamAg19 in #629
- V0.2.0 patch2 by @SkandaBhat in #642
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 by @dependabot in #647
- Increased Coverage On Contracts by @GauravJain9 in #651
- Unstake and Withdraw lock to mitigate the epsilon attack by @SamAg19 in #618
- epochLength no longer a governance parameter by @SamAg19 in #668
- Configured Tenderly Env var by @Shrikant1212 in #673
- Base denominator increased to 10 million by @SamAg19 in #674
- Configured scenarios in CI by @Shrikant1212 in #682
- bounty id now emitted by @SamAg19 in #680
- Configure single deployment script in package.json for multiple env by @Shrikant1212 in #681
- Fixing lint by @Shrikant1212 in #695
- Bump simple-get from 2.8.1 to 2.8.2 by @dependabot in #692
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #691
- Bump follow-redirects from 1.14.5 to 1.14.8 by @dependabot in #690
- Bump node-fetch from 2.6.2 to 2.6.7 by @dependabot in #689
- Assign Collections Randomly 🎲 by @abhishekvispute in #649
- Safe age limit and required added by @SamAg19 in #694
- Increased timout for tests globally by @GauravJain9 in #707
- [Delegator.sol ]added a new method to get result from ID and removed strict rule to create collection with same name by @adi44 in #698
- Natspec added for Collection, Stake, State and Reward Managers by @SamAg19 in #693
- Resuse old Instance of Delegator by @adi44 in #711
- Increased Coverage on VoteManager by @GauravJain9 in #714
- Added Escape hatch Role by @adi44 in #713
- Update package.json by @SkandaBhat in #716
Full Changelog: v0.2.0...v0.3.0-rc1
v0.2.0-incentnet-prod
What's Changed
- patch fix by @SamAg19 in #661
- Parameters tuned for Incentivised Testnet 1 🚀 by @abhishekvispute in #663
- v0.2.0-incentnet-prod-addresses by @Shrikant1212 in #664
Full Changelog: v0.2.0...v0.2.0-incentnet-prod
v0.2.0-incentnet
v0.2.0-patch3
What's Changed
- Update npm version by @SkandaBhat in #637
- V0.2.0 patch1 by @SkandaBhat in #638
- Rename VotingPenalty to VotingRewardOrPenalty by @GauravJain9 in #636
- Staker should be able to stake any amount of stake by @shekhar2807 in #623
- Asset deactivation does not cause age penalty issue anymore by @SamAg19 in #629
- V0.2.0 patch2 by @SamAg19 in #641
- Updated production address by @Shrikant1212 in #646
- randao bug fix by @SamAg19 in #656
Full Changelog: v0.2.0...v0.2.0-patch3
v0.2.0-patch2
v0.2.0-patch1
Minor hotfixes on the post-deployment script.
v0.2.0
Consensus Improvements (#635)
v0.1.81
Adds an event for locks.
v0.1.8
Check Epoch removed (#597) * remove epoch * Revert "remove epoch" This reverts commit 091108b7d70a606e6784e42e06dacfb78cea8ebc. * epoch restriction removed from withdraw * epoch check removed from delegate and unstake