-
Notifications
You must be signed in to change notification settings - Fork 114
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: add support for evm-like contracts and transactions #337
Conversation
API E2E Test Results207 tests 207 ✅ 19s ⏱️ Results for commit d9d4842. ♻️ This comment has been updated with latest results. |
Unit Test Results 4 files 263 suites 11m 43s ⏱️ Results for commit d9d4842. ♻️ This comment has been updated with latest results. |
Visit the preview URL for this PR: |
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 use contractAddress
field to store deployed contract address similar to etherscan, set to
to zero address.
Its implemented |
packages/api/src/common/transformers/normalizeAddress.transformer.ts
Outdated
Show resolved
Hide resolved
packages/api/src/transaction/entities/addressTransaction.entity.ts
Outdated
Show resolved
Hide resolved
packages/worker/src/migrations/1734453474315-MakeTransactionToFieldOptional.ts
Outdated
Show resolved
Hide resolved
26ca52c
to
ef161c3
Compare
Applied changes from e37496e. |
🎉 This PR is included in version 2.58.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What ❔
Add badge that shows "EVM" for evm-like contracts and transactions.
Checklist