KyberNetwork / smart-contracts

Main smart contracts for Kyber Network, including the main platform contract, reserve contracts etc.
https://kyber.network
MIT License
378 stars 341 forks source link

Using timestamp to determine epoches instead of block number #861

Closed tranvictor closed 4 years ago

tranvictor commented 4 years ago
  1. changed all relevant logic of the epoch to use timestamp
  2. upgraded buidler version and rely on its features to do timestamp testing
  3. fixed all relevant tests