You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #334: fix ffi for platform-specific uint_fast types for macOS and Android
7a77539 Bump simplicity-sys version to 0.6.1 (Kyryl R)
4126e2e fix ffi for platform-specific uint_fast types for macOS and Android (Kyryl R)
Pull request description:
Fixes:
- macOS (x86_64 and arm64): uint_fast16_t is u16, not usize
- Android (Bionic libc): uint_fast16_t is u32, not u16
- jet FFI calls failing on Intel Mac and Android
Because of the previous setup I have encountered failures the one below:
Blockstream/gdk#221
ACKs for top commit:
apoelstra:
ACK 7a77539; successfully ran local tests
Tree-SHA512: e37f218916f086af480baf341756c94f27fc59700e38fe99595743bbae1f5d7dd2fc4b8f9734a189f8249ad857666dcd608abc981a1df9d47f5924e94a3bf01a
0 commit comments