Kevin Heavey
Kevin Heavey
The websocket functionality is a wrapper around https://github.com/python-websockets/websockets If possible, would be great if you can try recreate it with that library so we know if there's a problem on...
can you check if the randomness is in solders or the API response?
Doesn't the Jup API give a VersionedTransaction instead of a legacy Transaction?
@Genza999 have you tried using VersionedTransaction instead of Transaction?
This is too much to help with, but if you find a bug please post a minimal reproducible example
ugh maybe we should just bin the solana-py Transasction and direct people to `solders.transaction`. That doesn't have things like `Transaction().add()` though. The `.add()` API sucks but people are used to...
That's what our current Transaction class does and it seems to break everything
Closing because solders covers this https://kevinheavey.github.io/solders/api_reference/compute_budget.html
Any idea why I get very different numbers [here](https://github.com/kevinheavey/sol-u128-compute)? ``` u64: add: 101 sub: 101 mul: 101 div: 101 u128: add: 101 sub: 101 mul: 101 div: 101 U128: add:...