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

Refactor: Remove overusage of DomainAddress #1979

Closed lemunozm closed 3 weeks ago

lemunozm commented 3 weeks ago

Description

We were overusing DomainAddress in places where we did not really need it, generating extra complexity that offuscate some parts of the codebase (i.e affecting to how the forwarder needs to be implemented).

Change list:

lemunozm commented 3 weeks ago

Will create another one more clean to evaluate the diffs

lemunozm commented 2 days ago

https://github.com/centrifuge/centrifuge-chain-internal/pull/57