LedgerHQ/ledgerjs

Bug in hw-app-eth with large chainId

jonored opened this issue · 0 comments

https://github.com/LedgerHQ/ledgerjs/blob/master/packages/hw-app-eth/src/Eth.ts#L381
appears to be setting "v" to "00" if the y coordinate parity is odd and "01" if the y coordinate parity is even which seems to be inverted from the intent. This path appears to also not be covered by the tests.