What's Changed
- fix: indexed event parameters by @rajkharvar in #828
- fix: reinstall npm packages when checking out to master circleci by @yohanelly95 in #847
- feat: add more events by @rajkharvar in #842
- fix: initiateWithdraw bug fix by @SamAg19 in #830
- fix: staker should not be able to delegate to themself by @rajkharvar in #832
- fix: checks increased in unstake flow by @SamAg19 in #829
- fix: precision on resetUnstakeLockPenalty increased by @SamAg19 in #831
- chore: removing warnings and todos by @SamAg19 in #841
- feat: added skale config and timeout for networks by @rajkharvar in #852
- fix: transfer razor only during testnet deployment by @rajkharvar in #854
- fix: jobIds existence checked while creation and updation by @SamAg19 in #855
- fix: initiliaze roles before initializing contracts by @rajkharvar in #857
- fix: change burn address by @rajkharvar in #869
- fix: minor fixes by @rajkharvar in #870
- fix: collection tolerance retrival bug fixed by @SamAg19 in #866
- feat: add
penaltyAgeNotRevealNum
for giving inactivity penalties by @rajkharvar in #871 - fix: setCollection logic and minor internal audit fixes by @yohanelly95 in #884
- chore: added tests for isElectedProposer (second false if block) by @rajkharvar in #885
- comments added to functions by @SamAg19 in #895
- fix: rename setStakerStakerReward and remove _isStakerActive by @yohanelly95 in #883
- chore: test getDepth through external function by @rajkharvar in #896
- fix: delegator changes by @rajkharvar in #886
- fix: block confirmed event by @rajkharvar in #898
- feat: added
claimBlockReward
event by @rajkharvar in #903 - fix: minor fixes and change data type of lock and initiation period by @rajkharvar in #897
- Staker secret being verified by @SamAg19 in #899
- chore: test added to make sure collectionIdToLeafIdRegistry/LastEpoch assignments work fine by @SamAg19 in #902
- feat: add initialized modifier to external functions by @yohanelly95 in #887
- fix: request for
register
to be processed in epoch+1 by @rajkharvar in #901 - Contract tests by @SamAg19 in #905
- fix: redundancy on secret calculation removed by @SamAg19 in #908
- feat: epochLength changed to 20 mins by @SamAg19 in #906
- feat: gracePeriod hardcoded to 0 and removed as governance parameter by @SamAg19 in #911
- fix: added whenNotPaused in register and getRandomNumber function by @rajkharvar in #913
Full Changelog: v1.0.1...v1.1