GalloDaSballo / fair-selling

Work towards a trust-minimized (one day trustless) token swapper. Currently: OnChainPricing & Cowswap Contract Swapper. One day: Automatic Limit Order Swap Protocol. Moved to Badger Repo
https://github.com/Badger-Finance/on-chain-pricer
18 stars 6 forks source link

[CHORE] Break Repo into parts #36

Open GalloDaSballo opened 2 years ago

GalloDaSballo commented 2 years ago

Because Brownie allows to import Github Repos we should just chunk the code into parts and import it back, this will avoid having thousands of tests and will keep the code simpler overall

rayeaster commented 2 years ago

Because Brownie allows to import Github Repos we should just chunk the code into parts and import it back, this will avoid having thousands of tests and will keep the code simpler overall

  • CowswapSeller -> Functions for Cowswap
  • Processors -> BribesProcessors
  • OnChainPricer and Executor -> Prices stuff and runs swaps
  • Cowswap Limit Order Protocol -> TODO, but should be separate

Here are initial commits for separated repos