Skip to content
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

Merged
merged 2 commits into from
Aug 2, 2022
Merged

Show list of ParaTime transactions #849

merged 2 commits into from
Aug 2, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jun 3, 2022

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)

@tjanez tjanez requested a review from lukaw3d June 3, 2022 15:53
src/app/components/Transaction/index.tsx Outdated Show resolved Hide resolved
src/app/state/transaction/types.ts Outdated Show resolved Hide resolved
src/app/state/transaction/types.ts Outdated Show resolved Hide resolved
src/app/state/transaction/types.ts Show resolved Hide resolved
src/vendors/oasisscan/models/index.ts Outdated Show resolved Hide resolved
src/vendors/oasisscan/swagger3.yml Outdated Show resolved Hide resolved
src/locales/fr/translation.json Outdated Show resolved Hide resolved
src/vendors/oasisscan/swagger3.yml Show resolved Hide resolved
src/vendors/oasisscan/swagger3.yml Show resolved Hide resolved
@github-actions

This comment was marked as off-topic.

@codecov

This comment was marked as off-topic.

@buberdds buberdds force-pushed the ysz/paratimes branch 4 times, most recently from 7e52326 to ce78036 Compare July 12, 2022 16:10
@buberdds
Copy link
Contributor

@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?)?

@lukaw3d
Copy link
Member

lukaw3d commented Jul 13, 2022

Doesn't look like oasisscan can return better data. We should just show the remaining data as unknown, and give feedback for oasis-indexer

@buberdds buberdds force-pushed the ysz/paratimes branch 3 times, most recently from ea0078f to fec921e Compare July 27, 2022 13:53
@buberdds buberdds requested a review from lukaw3d July 27, 2022 15:21
@buberdds buberdds force-pushed the ysz/paratimes branch 3 times, most recently from dbd6150 to 5654ed0 Compare August 1, 2022 14:37
src/vendors/oasisscan.ts Outdated Show resolved Hide resolved
src/app/components/Transaction/index.tsx Outdated Show resolved Hide resolved
[transactionTypes.TransactionType.ConsensusDeposit]: {
[TransactionSide.Received]: {
destination: t('common.from', 'From'),
icon: () => <Inherit color="#FFCA58" />,
Copy link
Member

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" />

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added #964

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants