Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What’s new in 2.9.14
- Added ability to control console logging when needed, particularly for network call logging. This provides better flexibility for debugging while maintaining production performance.
- Enhanced data masking with new patterns for encryptedKey and iv fields in MaskSensitiveData functionality, providing better protection of sensitive cryptographic information.
- Enhanced error handling in WalletRepo registration process, providing more reliable wallet initialization and better error reporting.
What’s new in 2.9.9
- Android 15+ Page Size Support: Native libraries now support Android’s 16 KB page sizes, fulfilling a requirement for new apps and updates targeting Android 15 and above. (Refer to the Android Developers documentation for more details.)
What’s new in 2.9.8
- Improved request join wallet flow for multiple algorithms.
What’s new in 2.9.7
- Fixed an issue that prevented key generation on Android devices with non-English locales.
What’s new in 2.9.6
- Improved transaction’s signature timeouts handling on wallets with multiple devices.
What’s new in 2.9.5
- We now have more accurate error events for scenarios where functionality fails due to incomplete device setup or involving invalid physical device IDs.
What’s new in 2.9.4
- We’ve improved how we handle failed requests by adding a short delay, ensuring faster issue resolution and reducing unnecessary retries.
What’s new in 2.9.3
- In cases where a signature verification error is detected, the system will now proactively check the integrity and status of its downloaded certificates. If these certificates are found to be outdated or invalid, they will be refreshed to ensure that signature verification can proceed correctly.
What’s new in 2.9.2
- Added
FireblocksErrorMaxDevicesPerWalletReached(111) when the maximum number of devices in a wallet is reached while trying to add a new device. This ensures users are informed about the limit and can take appropriate actions. - Enhanced the stability of the native code involved in Multi-Party Computation (MPC) flows. This update aims to provide a more reliable and robust experience during MPC operations.
What’s new in 2.9.1
- Added a new
internalErrorCodefield in theFireblocksErrorclass to provide additional information on specific errors.