wphan
wphan
Account subscribers sometimes see unhelpful errors like this: ``` Traceback (most recent call last): File "/example/drift_sdk.py", line 75, in asyncio.run(main()) File "/Users/ww/.pyenv/versions/3.10.11/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/Users/ww/.pyenv/versions/3.10.11/lib/python3.10/asyncio/base_events.py",...
https://pyo3.rs/ lets you turn a rust crate into a python-importable package. It might be worthwhile going through [protocol-v2](https://github.com/drift-labs/protocol-v2) and adding a feature that implements the pyo3 traits for important structs,...
it's so fast
Remove dependance on these RPC methods (to be removed post-breakpoint): https://github.com/anza-xyz/agave/blob/v2.0/CHANGELOG.md#200 * `getSignatureStatus`: * https://github.com/drift-labs/protocol-v2/blob/944ad4e560ad3d2f6506b758e6c79bbd580b56b7/sdk/src/tx/baseTxSender.ts#L308 * https://github.com/drift-labs/protocol-v2/blob/944ad4e560ad3d2f6506b758e6c79bbd580b56b7/sdk/src/tx/baseTxSender.ts#L270