Conversation
MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
23d7238 to
caa05cf
Compare
Codecov Report
@@ Coverage Diff @@
## master #983 +/- ##
==========================================
+ Coverage 88.20% 88.69% +0.49%
==========================================
Files 99 100 +1
Lines 1713 1752 +39
Branches 396 405 +9
==========================================
+ Hits 1511 1554 +43
+ Misses 202 198 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
794851b to
2372443
Compare
lukaw3d
left a comment
There was a problem hiding this comment.
Great! Just split the first commit and combine some others
ad66457 to
ef162b9
Compare
|
|
||
| import { transactionActions } from '.' | ||
| import { sign } from '../ledger/saga' | ||
| import { sign } from '../importaccounts/saga' |
There was a problem hiding this comment.
I didn't notice before, this ledger-specific sign function is now oddly named / oddly placed
There was a problem hiding this comment.
indeed, should sign and getUSBTransport generator functions be moved to app/lib/ledger.ts ?
There was a problem hiding this comment.
yep
maybe also have fewer ledger sign functions?
- sign from ../importaccounts/saga calls
- OasisTransaction.signUsingLedger calls
- LedgerSigner.sign calls
- OasisApp.sign
Closes #82
Most of this stuff was extracted or moved from "ledger". FromLedgerModal is now called MultiAccountsSelectionModal, redux part was renamed as well as it's not longer bound to ledger.