Hareesh Nagaraj

Results 7 issues of Hareesh Nagaraj

Given a config with the following definition: ``` myTestConfig: { format: Boolean, env: 'myTestConfig', default: false } ``` An environment variable set to `myTestConfig=''` is evaluated as true. Consistently reproduced...

### Description Remove base arithmetic operations in favor of SafeMath where relevant ### Tests Existing tests pass ### Monitoring - How will this change be monitored? Are there sufficient logs...

eth-contracts
size/M

### Description Remove ability for stakingAddress to be updated after it is initially set (per feedback). ### Tests Many minor test modifications required in order to accommodate this change ###...

eth-contracts
size/M

### Description Explicitly ensure that votingPeriod + executionDelay is less than decreaseStakeDuration ### Tests New test case added with repro prior to solidity changes but will not pass after fix...

eth-contracts
size/L

### Description Add requireIsInitialized checks where missing for consistency ### Tests Existing tests pass ### Monitoring - How will this change be monitored? Are there sufficient logs / alerts?

eth-contracts
size/XS

### Description The initiateRound functions approves a transfer; however, this allowance is not used by the safeTransfer. ### Tests Existing tests pass ### Monitoring - How will this change be...

eth-contracts
size/XS