Zondax / ledger-filecoin

Filecoin app for Ledger Nano S and X
Apache License 2.0
26 stars 17 forks source link

Add support for remove-datacap-proposal #127

Closed neithanmo closed 1 year ago

neithanmo commented 1 year ago

This follows lotus implementation where the blob to be signed is:

blob = CBOR([proposalID(u64), allowance(bigint), client_address]) 
signRemoveDataCap(blob)

zemu_test for datacap is not passing as it requires a new release of ledger-filecoin-js, but PR with required changes for that to work is here

:link: zboto Link

ftheirs commented 1 year ago

ETH path was added here: https://github.com/LedgerHQ/ledger-app-database/pull/35 to solve the failing check

neithanmo commented 1 year ago

close via #129