contracts-v1
contracts-v1 copied to clipboard
Hegic Protocol V1.1
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.0.1 to 4.7.2. Release notes Sourced from @openzeppelin/contracts's releases. v4.7.2 :warning: This is a patch for three issues, including a high severity issue in GovernorVotesQuorumFraction. For more...
The whitepaper says: Maintenance and execution of hedge contracts do not depend on the external price feeds. But the code of payProfit is: ``` function payProfit(Option memory option) internal override...
After signing-in and purchasing options, each time since there was either an error message screen, or the system though signed in was not acknowledging my previous purchases. I don't believe...
While reading the code I noticed Hegic is using `0xf79d6afbb6da890132f9d7c355e3015f15f3406f` as the eth/usd price oracle. After reading the chainlink documentation, I noticed they mention `0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419` instead. I asked about the...
merged https://github.com/hegic/contracts-v1/pull/15 and https://github.com/hegic/contracts-v1/pull/14
Tests were not running because `devDependencies` is missing `eth-json-rpc-filters` used by https://github.com/hegic/contracts-v1/blob/master/test/utils/utils.js#L12 Also added `.nvmrc` to make sure everyone is using the same node version.
It looks like after 1.1 was merged to master lint was not run.