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
184 stars 81 forks source link

Refactor: Remove overusage of DomainAddress #1979

Closed lemunozm closed 3 months ago

lemunozm commented 3 months 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 months ago

Will create another one more clean to evaluate the diffs

lemunozm commented 2 months ago

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