Skip to content

[refactor] remove ltokens in favor for solely liquidity units

Son of Odin requested to merge remove-ltokens into develop

This change removes the usage of actual coins to sometimes represent pool ownership. Instead, the network solely uses liquidity units stored on the staker struct in the kvstore. The change is intended to make the code simpler to work with. As the features we could use the ltokens for don't really apply to THORChain that much.

Merge request reports