-
Notifications
You must be signed in to change notification settings - Fork 45
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
Show list of ParaTime transactions #849
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
7e52326
to
ce78036
Compare
@lukaw3d can you look at PR again? I've fixed a few issues. I am not sure what's the best way to handle props that are missing for paratime transaction. Is there a way to make response data more similar for consensus and paratimes transactions (some query params maybe?)? |
Doesn't look like oasisscan can return better data. We should just show the remaining data as unknown, and give feedback for oasis-indexer |
ea0078f
to
fec921e
Compare
dbd6150
to
5654ed0
Compare
[transactionTypes.TransactionType.ConsensusDeposit]: { | ||
[TransactionSide.Received]: { | ||
destination: t('common.from', 'From'), | ||
icon: () => <Inherit color="#FFCA58" />, |
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.
This doesn't go well with
const Icon = matchingConfiguration.icon
...
<Icon size={isMobile ? '20px' : 'medium'} color="brand" />
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.
Added #964
Shows list of ParaTime transactions in the existing Transaction list for Oasis account.
This is part of #791 which would consist of 1-2 more upcoming PRs. See tasks here #791 (comment)