Joystream / joystream

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

fix: :bug: amm and revenue shares cannot be concurrent #5125

Closed ignazio-bovo closed 5 months ago

ignazio-bovo commented 5 months ago

Goals

  1. Amm cannot be activate when a revenue share is active
  2. Revenue Share cannot be issued when Amm is active

Changes

Notes

ignazio-bovo commented 5 months ago

Update also the preconditions comment...

mnaamani commented 5 months ago

Update also the preconditions comment...

did you forget to push this change maybe?

mnaamani commented 5 months ago

This solution works but "it would force creators to open and close their AMMs frequently which is not a good idea" So replaced by https://github.com/Joystream/joystream/pull/5127