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
Description
---
Removes OpenSSL from the WalletFFI lib as its not required or used by it.
Fixes validation feature flags.
Motivation and Context
---
Recent refactor added `base_node` feature flag to the walletFFI. This should not be done as it adds in all the base node
specific crates that not required by the wallet like randomX, lmdb etc.
This splits the validation traits and implementations between the features `transactions` and `base_node`.
How Has This Been Tested?
---
Manual and unit tests
Fixes: #4974
We cannot build the FFi for
aarch64-apple-ios-sim
so we cannot use the simulator on the M1.We need to wait until OpenSSL supports aarch64-apple-ios-sim
sfackler/rust-openssl#1622
Or we need to try and build OpenSSL without vendor support?
The text was updated successfully, but these errors were encountered: