LedgerHQ / satstack

Bitcoin full node with Ledger Live
BSD 2-Clause "Simplified" License
158 stars 32 forks source link

iterateints has been removed from the construct python library: Force version of construct in scripts/requirements.txt as a workaround #51

Closed cybern0id closed 2 years ago

cybern0id commented 3 years ago

Recent release of construct library, version 2.10.63, causes ledgerwallet library and scripts/getdescriptor to fail due to removal of iterateints. Force version of construct to 2.10.61 in scripts/requirements.txt as a workaround.

See https://github.com/LedgerHQ/satstack/issues/50 and https://github.com/LedgerHQ/ledgerctl/issues/17

adrienlacombe commented 2 years ago

fixed on ledgerctl side