bump to solc@0.5.15

This commit is contained in:
Noah Zinsmeister
2019-12-20 13:28:21 -05:00
parent 3c8ce4e1cc
commit c5e9261036
12 changed files with 19 additions and 16 deletions

View File

@ -1,4 +1,5 @@
# Uniswap v2 Smart Contracts
# UniswapV2
[![CircleCI](https://circleci.com/gh/Uniswap/uniswap-v2-core.svg?style=svg)](https://circleci.com/gh/Uniswap/uniswap-v2-core)
## Local Development
@ -6,23 +7,25 @@
The following assumes the use of `node@^10`.
### Clone Repository
```
git clone https://github.com/Uniswap/uniswap-v2-core.git
cd uniswap-v2-core
```
### Install Dependencies
```
yarn
```
### Compile Contracts and Run Tests
```
yarn compile
yarn test
```
## Implementation References
- [dapphub math](https://github.com/dapphub/ds-math/blob/de4576712dcf2c5152d16a04e677002d51d46e60/src/math.sol)