Jozef
Jozef
Adding this clarification in hope others won't get the same wrong expectation and got burned like me. If `ignore_conflicts` is True, `bulk_create` will still return all submitted instances, including those...
Hi, I'm having issues with the latest Ethereum Blockbook (v0.4.0) After ~2 days of building its DB while connected to a local and fully synced erigon node, about an hour...
What this fixes: - wild "except" statement - non-Pythonic direct type comparison (even worse, with "is") - textual FB response message is parsed and preserved; this may be handy when...
**Describe the bug** `get_users()` crashes with `FireblocksApiException: Got an error from fireblocks server: { "message": "ok", "code": 0}` **To Reproduce** Steps to reproduce the behavior: 1. initialize the SDK 2....
**Describe the bug** In `create_transaction`, if `treat_as_gross_amount` is set to `False`, the parameter is ignored completely and won't get sent to Fireblocks. The current implementation probably relies on incomplete docs...
Explanation: Despite the docs currently suggesting False is the default, it is not always the case as explained by Ricky Chen, Fireblocks Platinum Support Engineer, in Fireblocks support ticket 183501....