-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Display CIP8 profile info in Transaction Feed #37
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
9b752fc
migrating PR
isabellewei 6ba7a7f
migrating PR
isabellewei 39a4b7f
missed changes
isabellewei 5583ebb
Merge branch 'isabellewei/CIP8valoraIntegration' of github.com:celo-o…
isabellewei b0d73e9
missed changes
isabellewei 1f468b4
throw error when uploading
isabellewei 68ec1fa
get working in new repo :)
isabellewei c273a3f
Merge branch 'isabellewei/CIP8valoraIntegration' of github.com:celo-o…
isabellewei fb9e154
PR comments
isabellewei c2609cf
more PR comments
isabellewei 63e5284
tests
isabellewei dc47a82
stokado changes
isabellewei e5a5117
Merge branch 'main' of github.com:celo-org/wallet into isabellewei/CI…
isabellewei 6b243ca
tests
isabellewei 044ebde
use DEK as signer and add graphQL account type
isabellewei dd5fcb3
update tests
isabellewei b570f55
register DEK on app open
isabellewei 5ced14a
use EIP712 and expiration for writing data
isabellewei 44a92a7
Addressing PR comments
isabellewei d590f1a
merging changes
isabellewei 084a6af
PR comments
isabellewei 972e181
merging from main
isabellewei 16b0b4b
update UploadServiceDataWrapper read function
isabellewei 213435c
Merge branch 'main' of github.com:celo-org/wallet into isabellewei/CI…
isabellewei 454ba0a
get tests to pass
isabellewei cfba1c6
Merge branch 'isabellewei/CIP8valoraIntegration' of github.com:celo-o…
isabellewei 208a0fc
fix build issues
isabellewei 6c48af4
fix tests and bad import
isabellewei 7cd538f
Merge branch 'main' of github.com:celo-org/wallet into isabellewei/CI…
isabellewei 5bdf66f
fix yarn.lock
isabellewei 43cf1ee
run prettier
isabellewei 530d2ae
Merge branch 'isabellewei/CIP8valoraIntegration' of github.com:celo-o…
isabellewei e6610db
register DEK on account import, failed uploading symmetric keys is no…
isabellewei 73be650
upload name and picture when restoring account
isabellewei 037383d
update import test
isabellewei 9bc41dd
Merge branch 'isabellewei/CIP8valoraIntegration' of github.com:celo-o…
isabellewei aa19829
Merge branch 'main' into isabellewei/CIP8valoraIntegration
mergify[bot] d66a688
only add firebase info to addressToDisplayInfo mapping
isabellewei a332b4b
Merge branch 'main' into isabellewei/CIP8valoraIntegration
mergify[bot] 60bf04a
update snapshots
isabellewei 679e2e9
Merge branch 'isabellewei/CIP8valoraIntegration' of github.com:celo-o…
isabellewei b629003
Merge branch 'main' of github.com:celo-org/wallet into isabellewei/di…
isabellewei ce31c29
fix tests
isabellewei 5f8cbf9
PR comments
isabellewei 9b76323
Merge branch 'main' into isabellewei/displayTransactionProfiles
97e1f70
Merge conflicts and other small fixes
c38a91e
Fix lint
cc36813
Fix test
d1e2bf6
Fix linter
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,7 +272,8 @@ export interface TransferItemFragment { | |
type: TokenTransactionType | ||
hash: string | ||
timestamp: number | ||
address: string | ||
address: string // wallet address (EOA) | ||
account: string // account address (MTW) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This naming from the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. haha definitely, hopefully these comments help |
||
comment: Maybe<string> | ||
amount: { | ||
__typename?: 'MoneyAmount' | ||
|
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
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
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
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
Oops, something went wrong.
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.
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.
cc @tarikbellamine