Sergey Shvets
Sergey Shvets
Propose adding an additional assert statement in the `MaskedSelfAttention` class to verify that the number of attention heads matches the dim size. Otherwise, if `self.dim` is not divisible by `self.num_heads`...
Whenever I try to buy a token I encounter the following error during transaction simulation: ``` Error occurred during transaction: SendTransactionPreflightFailureMessage { message: "Transaction simulation failed: Error processing Instruction 5:...
### Summary This PR fixes the LP token minting logic in `UniswapV2LPEntity` to ensure correct handling of liquidity provisioning. It also updates related fee and liquidity calculations to align with...