-
Useful links
- https://github.com/solana-labs/solana-program-library/tree/master/token-swap
- https://spl.solana.com/token-swap
-
So I am trying to implement Jupiter Swap via their documentation and I have created the code as below, as per the swap documentation from the official Jupiter website.
```cs
var quote = …
-
LZ_security
Medium
# Swaps can happen without changing the price for the next trade due to gamma = 0
## Summary
When a swap happens in WoofiPool the price is updated accordingly respect to such …
-
src/RaydiumSwap.ts:109:7 - error TS2353: Object literal may only specify known properties, and 'makeTxVersion' does not exist in type 'LiquiditySwapInstructionSimpleParams'.
109 makeTxVersi…
-
### Description
The Mayan protocol issues two VAAs in a single transaction: one to transfer funds to the central contract on Solana, and another to convey instructions on what actions to take. In the…
-
when using jito tx, I always have this error
![image](https://github.com/user-attachments/assets/cdcf3a49-e1ed-431f-9763-d42f39c4e773)
code like this,Is there any solutions?
![image](https://github…
-
g
High
# Attacker can control Oracles and Pools by front-running their creation
### Summary
Anyone can create Oracles and since the signer is not included in the Oracle's [seeds](https://github.…
-
======================================================
Application State
======================================================
------------------------------------------------
App Version
----------…
-
Preconditions:
Solflare wallet connected at sending From section
Metamask wallet connected at sending to section
Environment: MacBook Pro, macOS Ventura 13.0.1, Chrome Version 118.0.5993.88
Te…
AigaD updated
1 month ago
-
LZ_security
Medium
# Missing permission control in create_oracle and create_pool.
## Summary
Missing permission control in create_oracle and create_pool.
## Vulnerability Detail
```rust
#[deriv…