kevinheavey / solders

A high-performance Python toolkit for Solana, written in Rust
https://kevinheavey.github.io/solders/
Apache License 2.0
232 stars 26 forks source link

is bankrun currently not bundled in? #97

Closed ff781 closed 5 months ago

ff781 commented 5 months ago

i see bankrun is trying to get imported in the solder's init, but the bankrun import fails, even though i see the crate fully implemented in the source code. is that intended?

kevinheavey commented 5 months ago

It's not included on platforms where it doesn't work. What platform are you using?

ff781 commented 5 months ago

windows :(

ff781 commented 5 months ago

does it only work on unix systems?

kevinheavey commented 5 months ago

Unix and Mac. The underlying Solana Rust libraries don't work on Windows unfortunately. If one day they do I'll add Windows support to Bankrun