In the current implementation, the mints of sell and buy token accounts of a specific order UID may change between creation time and settlement time.
While this isn't really a problem for the programs, it may become one in other parts of the protocol, like accounting, user interface, or back-end. Unless the performance hit is very high, we want to prevent settlements with mutating mints.
Internal discussion.
In the current implementation, the mints of sell and buy token accounts of a specific order UID may change between creation time and settlement time.
While this isn't really a problem for the programs, it may become one in other parts of the protocol, like accounting, user interface, or back-end. Unless the performance hit is very high, we want to prevent settlements with mutating mints.
Internal discussion.