centrifuge / centrifuge-chain

Centrifuge Chain: the layer-1 blockchain for real-world assets, built on Substrate.
https://centrifuge.io
GNU Lesser General Public License v3.0
182 stars 78 forks source link

Reactor: Decoupling pool-registry from pool-system and pool-fees #1983

Open lemunozm opened 3 weeks ago

lemunozm commented 3 weeks ago

Description

The intention of this PR is to clean the mess we currently have when testing/benchmarking pool things from pool-registry PoV. Almost no production logic is touched, only for cases that affect the benchmarking

NOTE: Current tests do not cover everything, but they cover what the same they covered before the refactor.

Changes and Descriptions

Still WIP