Closed hackmod closed 6 years ago
the following are full 32bit chain_id support fix for Trezor Hard wallet.
for some larger chainId, Trezor returns only signature_v bit (0 or 1) and this fix simply recalc signature_v at the client side.
signature_v
0
1
there is no backward compatible issue with this fix (Please see https://github.com/trezor/trezor-mcu/pull/399 for details)
See also https://github.com/kvhnuke/etherwallet/pull/2011
the following are full 32bit chain_id support fix for Trezor Hard wallet.
for some larger chainId, Trezor returns only
signature_v
bit (0
or1
) and this fix simply recalcsignature_v
at the client side.there is no backward compatible issue with this fix (Please see https://github.com/trezor/trezor-mcu/pull/399 for details)
See also https://github.com/kvhnuke/etherwallet/pull/2011