Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

add Argo revert_outbound_transfer extrinsic #5158

Closed kdembler closed 3 months ago

kdembler commented 3 months ago

Based on #5155

Adds a new revert_outbound_transfer extrinsic. Functionally, the new extrinsic is almost the same as finalize_inbound_transfer:

  1. It verifies that the caller is the operator
  2. It checks mint allowance
  3. It mints new tokens
  4. The only difference is in input arguments and the emitted event.

Todo:

kdembler commented 3 months ago

@freakstatic if you could do that, that'd be great