-
Notifications
You must be signed in to change notification settings - Fork 21
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
hardware-wallet/build-tx #834
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
087af30
to
8fd79a0
Compare
0bd36a6
to
5978256
Compare
8fd79a0
to
aca8701
Compare
5978256
to
01b4f1b
Compare
aca8701
to
5fe9a6b
Compare
01b4f1b
to
f937539
Compare
f937539
to
b954c75
Compare
a67425e
to
8305a60
Compare
b954c75
to
2371438
Compare
8305a60
to
a96bdf4
Compare
2371438
to
13774a8
Compare
a96bdf4
to
1e417de
Compare
13774a8
to
88922cb
Compare
1e417de
to
3356823
Compare
88922cb
to
2f67395
Compare
3356823
to
60892fb
Compare
2f67395
to
a656ef4
Compare
a656ef4
to
7d953da
Compare
60892fb
to
45c5970
Compare
7d953da
to
569f576
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
big lockfile changes but, such is life and logic all lgtm
a725ec2
to
9a79eff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5a2c2c2
to
70fad73
Compare
fixing tests and lint issues removing heapless patch and updating cargo lock fixing for 0.13.0 cargo lock updates fix lint issues
70fad73
to
2a149fb
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #834 +/- ##
==========================================
- Coverage 60.12% 55.23% -4.90%
==========================================
Files 88 116 +28
Lines 12356 14432 +2076
Branches 2010 2472 +462
==========================================
+ Hits 7429 7971 +542
- Misses 3238 4621 +1383
- Partials 1689 1840 +151
☔ View full report in Codecov by Sentry. |
This PR handles enabling a tx to be built via the ledger hardware device. Quite a few functions were made async to support this.
A new service class called hardware_wallet.rs contains most of the logic for interfacing with the ledger device.