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

fix: transaction block id #810

Merged
merged 42 commits into from
Nov 14, 2024
Merged

fix: transaction block id #810

merged 42 commits into from
Nov 14, 2024

Conversation

shahin-hq
Copy link
Contributor

@shahin-hq shahin-hq commented Nov 12, 2024

Summary

Closes: https://app.clickup.com/t/86dv335w0
Depends on #800

Checklist

  • My changes look good in both light AND dark mode
  • The change is not hardcoded to a single network, but has multi-asset in mind
  • I checked my changes for obvious issues, debug statements and commented code
  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

Copy link

vercel bot commented Nov 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arkvault ✅ Ready (Inspect) Visit Preview Nov 14, 2024 10:44am

@@ -50,7 +75,7 @@ export const TransactionDetails = ({
{transaction.blockId() && (
<Link
isExternal
to={transaction.explorerLinkForBlock() as string}
to={transactionWallet.coin().link().block(transaction.blockId()) as string}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This method was undefined for the confirmed transaction

@ItsANameToo ItsANameToo added this to the 1.19.0 milestone Nov 12, 2024
…ion-block-id

# Conflicts:
#	src/domains/transaction/components/TransactionDetail/TransactionDetails/TransactionDetails.tsx
@shahin-hq shahin-hq changed the base branch from develop to refactor/nonce-extraction November 13, 2024 07:25
Base automatically changed from refactor/nonce-extraction to develop November 14, 2024 10:08
@ItsANameToo
Copy link
Contributor

conflict @shahin-hq

@ItsANameToo ItsANameToo marked this pull request as draft November 14, 2024 10:22
# Conflicts:
#	src/domains/transaction/components/TransactionDetail/TransactionDetails/TransactionDetails.tsx
@ItsANameToo ItsANameToo merged commit 6f7ff72 into develop Nov 14, 2024
23 of 39 checks passed
@ItsANameToo ItsANameToo deleted the fix/transaction-block-id branch November 14, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants