update to solc@0.5.16
update waffle version and fix deprecations move CI from circle to github actions
This commit is contained in:
11
README.md
11
README.md
@ -1,9 +1,8 @@
|
||||
|
||||
## The contents of this GitHub repo are confidential until this disclaimer is removed and the repo is made public
|
||||
|
||||
# UniswapV2
|
||||
|
||||
[](https://circleci.com/gh/Uniswap/uniswap-v2-core)
|
||||
[](https://github.com/Uniswap/uniswap-v2-core/actions)
|
||||
|
||||
## Local Development
|
||||
|
||||
@ -28,11 +27,3 @@ yarn
|
||||
yarn compile
|
||||
yarn test
|
||||
```
|
||||
|
||||
## Implementation References
|
||||
|
||||
- [dapphub math](https://github.com/dapphub/ds-math/blob/de4576712dcf2c5152d16a04e677002d51d46e60/src/math.sol)
|
||||
- [dapp-bin math](https://github.com/ethereum/dapp-bin/pull/50)
|
||||
- [OpenZeppelin ECDSA](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/81b1e4810761b088922dbd19a0642873ea581176/contracts/cryptography/ECDSA.sol)
|
||||
- [OpenZeppelin SafeERC20](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/81b1e4810761b088922dbd19a0642873ea581176/contracts/token/ERC20/SafeERC20.sol)
|
||||
- [DAI](https://github.com/makerdao/dss/blob/17be7db1c663d8069308c6b78fa5c5f9d71134a3/src/dai.sol)
|
||||
|
||||
Reference in New Issue
Block a user