KyberNetwork / smart-contracts

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

Multiple fee handlers #1004

Closed Anyhowclick closed 4 years ago

Anyhowclick commented 4 years ago

Will have to add the virtual keyword to KyberFeeHandler to override some of the functions... Which we don't want to do at this point in time

ilanDoron commented 4 years ago

The main feature here was to test usage of multiple fee handlers. As part of the task, Token fee handler was written. we should probably re-visit the token fee handler when it is switched to production. so a few points are not handled and will be as part of production level fixes.