Community effort to introduce and maintain a proper double ledger

As discussed here:

The polkadot way of doing this is to use Imbalance type from pallet-assets:

We got to talk to @gregzaitsev about it first though, because he’s writing a lot of new code which would violate it, so he really, really needs to be on board with this, maybe it’d be good if he’d be the one to deploy the first usage of it in the code, so that the mechanism is added by the team that ends up maintaining it. Fortunately this doesn’t need to be implemented all at once, but there can be smaller PRs changing the code from the current way to the better way.

I imagine we’ll hook proper events to it, so that fund movements always emit events for the tax man etc.

Will @gregzaitsev be here or in GH PRs? for discussions. Or back to discord?

It looks like Nucleus or Vune will deploy the first version by themselves and then we’ll take it from there, but there is a set of extra tests in the making and these need to be merged first so that we have an extra harness to save us if we mess something up.