forked from trezor/trezor-suite
-
Notifications
You must be signed in to change notification settings - Fork 1
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(connect): Cardano message signing #32
Open
jaskp
wants to merge
355
commits into
develop
Choose a base branch
from
feat/cardano-message-signing
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jaskp
force-pushed
the
feat/cardano-message-signing
branch
from
January 27, 2024 19:09
868af59
to
b9bbe42
Compare
jaskp
force-pushed
the
feat/cardano-message-signing
branch
from
January 29, 2024 12:28
b9bbe42
to
a873ff2
Compare
davidmisiak
reviewed
Jan 31, 2024
Comment on lines
170
to
172
// todo: link docs | ||
cardanoSignMessage: typeof cardanoSignMessage; |
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 guess the docs are missing?
davidmisiak
reviewed
Jan 31, 2024
jaskp
force-pushed
the
feat/cardano-message-signing
branch
3 times, most recently
from
January 31, 2024 22:30
5cf3111
to
b0efb54
Compare
davidmisiak
reviewed
Feb 3, 2024
legacyResults: [legacyResults.beforeMessageSigning], | ||
}, | ||
], | ||
}; |
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.
Please don't forget to add more tests. I think a reasonable subset of trezor-firmware test cases would be best.
jaskp
force-pushed
the
feat/cardano-message-signing
branch
from
February 5, 2024 17:03
2def0de
to
55e4576
Compare
* chore(ci): set timeout for CI validation flow * feat(ci): GH woflows run time analytics
- Flipper not allowed by default on ios but breaking the native build
- fixes conditonal top padding, the padding should be always the same independent of `isFocused` state Closes trezor#9472
* fix(suite-native): persisted message system * fix(suite-native): messages validated on device actions * fix(suite-native,message-system): fix local fallback on mobile - Conditional import for some reason start using wrong base path on mobile. Regular import on top of the file fix the issue. - Potential downside is that local config is fully bundled in the code so it can increase bundle size on web. --------- Co-authored-by: Matej Kriz <[email protected]>
…oute matching,..)
…rezor#11329) * chore(suite-native): validate invalid xpub * fixup! chore(suite-native): validate invalid xpub
jaskp
force-pushed
the
feat/cardano-message-signing
branch
from
February 27, 2024 14:32
f6ad7dd
to
77cfd51
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Resolve
Screenshots: