-
Notifications
You must be signed in to change notification settings - Fork 179
Ledger v2 #288
Conversation
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.
A lot of eslint/prettier updates got caught up in this. Most important changes are in:
- tests/signing
- tests/addresses
- tests/extendedPublicKeys
- tests/registration
- DirectSignatureImporter
* fix: some build system fixes * feat: add tests for ledger address and policy checks * fix: update fixture api for consistent policies * feat: ledger v2 signing support in test suite * chore: some housekeeping
* feat: update args for legerv2 signing * chore: git commit hash into build + footer * fix: cleanup for changes to ledger api * fix: signing real transactions with ledgerv2 * fix: lint errors
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.
mostly lgtm - will let someone else wave it on through as i havent dug in too deeply.
nit and question
"standard-version": "^9.0.0" | ||
}, | ||
"scripts": { | ||
"build": "npm run check && react-scripts build", | ||
"build:ci": "npm run ci && react-scripts build", | ||
"build": "npm run check && REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-app-rewired build", |
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.
just confirming we do want this to go out in proper release?
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.
I assume you're talking about the git commit and not the react-app-rewired
, but the answer to both in my opinion is yes. Having the git commit is super useful and not uncommon for open source projects.
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.
Looks pretty straight forward, no questions on my end.
Description
Does this PR introduce a breaking change?
Does this PR fix an open issue?