michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
979 stars 252 forks source link

upgrade solders version in order to fix aarch64 compatibility issue #402

Closed tejon-melero closed 6 months ago

tejon-melero commented 6 months ago

Up until now the solders version was pinned to 0.20.0, but the solders version 0.20.0 had non functioning python wheels for the aarch64 architecture (Macs with Apple Silicon)

The installation of this package worked with 0.20.0 solders version but errors occured during runtime due to non functioning python wheels.

https://www.reddit.com/r/docker/comments/1b6i1ut/comment/ktfczw0/?utm_source=share&utm_medium=web2x&context=3 https://github.com/kevinheavey/solders/pull/87/files https://github.com/kevinheavey/solders/issues/86

codecov[bot] commented 6 months ago

Codecov Report

Merging #402 (8454293) into master (50af7e6) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #402 +/- ## ======================================= Coverage 89.99% 89.99% ======================================= Files 28 28 Lines 2228 2228 ======================================= Hits 2005 2005 Misses 223 223 ```