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
Background
Fireblocks users might need to corroborate some addresses within a given workspace provided the workspace public key, as to ensure a backup with the private key matches the accounts generated by Fireblocks.
Introduction
When using ada_helpers to derive particular accounts, the following errors are displayed:
Traceback (most recent call last):
File "address_derivation.py", line 3, in <module>
from utils import ada_helpers, sol_helpers, dot_helpers
File "/workspace/fireblocks-key-recovery-tool/utils/ada_helpers.py", line 3, in <module>
import cbor2
ModuleNotFoundError: No module named 'cbor2'
Traceback (most recent call last):
File "address_derivation.py", line 3, in <module>
from utils import ada_helpers, sol_helpers, dot_helpers
File "/workspace/fireblocks-key-recovery-tool/utils/ada_helpers.py", line 5, in <module>
import bech32
ModuleNotFoundError: No module named 'bech32'
These errors happen in a few other dependencies, but this issue focuses in Cardano only.
The text was updated successfully, but these errors were encountered:
0xjjpa
added a commit
to 0xjjpa/fireblocks-key-recovery-tool
that referenced
this issue
Aug 4, 2022
Background
Fireblocks users might need to corroborate some addresses within a given workspace provided the workspace public key, as to ensure a backup with the private key matches the accounts generated by Fireblocks.
Introduction
When using
ada_helpers
to derive particular accounts, the following errors are displayed:These errors happen in a few other dependencies, but this issue focuses in Cardano only.
The text was updated successfully, but these errors were encountered: