Skip to content
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

feat/253 Implement ledger service in Extension #295

Merged
merged 3 commits into from
Jul 20, 2023

Commits on Jul 20, 2023

  1. Implement Ledger service with transfer functionality

    Re-enable test
    
    Fix failing test
    
    feat/335 - Approve Bond Tx, Sign bond with Ledger (#336)
    
    * Hook up bond approval and Ledger signing
    
    * Clean up, fix naming
    
    * Add query for public_key
    
    * Hooking up Reveal PK tx to extension
    
    * Put public_key into explicit schema type
    
    * Fix schema order
    
    * Refactor submit calls to include signing
    
    * Fix error on submit public key reveal, clean up logs
    
    * Begin hooking up staking update events
    
    * Fix issue with Reveal PK tx
    jurevans committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5672dec View commit details
    Browse the repository at this point in the history
  2. Fix Cargo.lock

    jurevans committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d8725ae View commit details
    Browse the repository at this point in the history
  3. Addressing PR feedback

    jurevans committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5a527b6 View commit details
    Browse the repository at this point in the history