Implements blind signing for Ethereum transactions:
eip1559
epi 2930
legacy non-eip155
legacy
Add Ethereum tests with simple signature verification.
Add Ethereum tests using legacy transactions to verify the signature and recovery byte, the reason is that eip155 is a bit more complex for this kind of transaction regarding the computation of v depending on signature and chainID.
The transaction hash to be signed is shown during the transaction review. This is an initial support for a more feature-complete version to be implemented later where users can do a full review of transaction data.
Implements blind signing for Ethereum transactions:
Note: This update requires the latest ledger-filecoin-js
:link: zboto Link