You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QVAULT contract wants to invoke QX::TransferShareManagementRights() in order to acquire asset management rights, but this leads to a deadlock when qpi.releaseShares() in QX wants to lock the contract state of QVAULT for invoking the PRE_ACQUIRE_SHARES callback. This and similar patterns not involving a contract function running in parallel, can be solved in this iteration.
The text was updated successfully, but these errors were encountered:
The QVAULT contract wants to invoke QX::TransferShareManagementRights() in order to acquire asset management rights, but this leads to a deadlock when qpi.releaseShares() in QX wants to lock the contract state of QVAULT for invoking the PRE_ACQUIRE_SHARES callback. This and similar patterns not involving a contract function running in parallel, can be solved in this iteration.
The text was updated successfully, but these errors were encountered: