Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Fixup sign_transaction; pass derivation_path by reference #8194

Merged
merged 3 commits into from
Feb 11, 2020

Conversation

CriesofCarrots
Copy link
Contributor

Problem

https://github.com/solana-labs/ledger-app-solana supports blind message signing; let's start sending it transactions!

Summary of Changes

Fixup up LedgerWallet::sign_transaction()` based on ledger-app-solana signing implementation
Plus, a variety of other clean up:

  • Remove stellar test derivation
  • Pass derivation path by reference
  • Remove unneeded constants

@codecov
Copy link

codecov bot commented Feb 11, 2020

Codecov Report

Merging #8194 into master will increase coverage by <.1%.
The diff coverage is 0%.

@@           Coverage Diff            @@
##           master   #8194     +/-   ##
========================================
+ Coverage    81.4%   81.4%   +<.1%     
========================================
  Files         249     252      +3     
  Lines       54454   54447      -7     
========================================
+ Hits        44335   44350     +15     
+ Misses      10119   10097     -22

@CriesofCarrots
Copy link
Contributor Author

@garious , look okay? I'd like to get this merged so I can have a git rev to implement the rust tests in ledger-app-solana

@CriesofCarrots CriesofCarrots merged commit 25d1f84 into solana-labs:master Feb 11, 2020
mergify bot pushed a commit that referenced this pull request Feb 11, 2020
* Fixup sign_transaction; pass derivation_path by reference

* Pass total message length as BE u16

* Remove live integration tests (to ledger-app-solana)

(cherry picked from commit 25d1f84)

# Conflicts:
#	Cargo.lock
CriesofCarrots added a commit that referenced this pull request Feb 11, 2020
* Fixup sign_transaction; pass derivation_path by reference

* Pass total message length as BE u16

* Remove live integration tests (to ledger-app-solana)

(cherry picked from commit 25d1f84)
@CriesofCarrots CriesofCarrots deleted the ledger-tx-signing branch February 21, 2020 22:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants