-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ledger Nano S support for transactions #141
Comments
ParthDesai
pushed a commit
to ChorusOne/cosmos-sdk
that referenced
this issue
Apr 19, 2021
bxlkm
pushed a commit
to msgrfinance/cosmos-sdk
that referenced
this issue
Dec 22, 2022
fix donate to check delegation & unbonding & redelegation entries not…
sbellem
pushed a commit
to initc3/cosmos-sdk
that referenced
this issue
Jan 27, 2023
…the_sequence_number_from_osmo From OSMO: Make rechecking tx check the sequence number
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Signing is a bit convoluted as it involves this library, light-client, and go-crypto. Mostly seems to boil down to https://github.com/tendermint/light-client/blob/master/commands/txs/helpers.go#L41
That said, we also need to let the user verify the transaction data on the device, so it will need to see and understand Basecoin transactions. Currently defined here https://github.com/tendermint/basecoin/blob/master/types/tx.go#L161 but about to be refactored!
The text was updated successfully, but these errors were encountered: