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

checksum acceptance criteria for filtering address removed #838

Merged

Conversation

Viterbo
Copy link
Collaborator

@Viterbo Viterbo commented Aug 26, 2024

Fixes #837

Description

At the beginning, the Indexer API was returning each address twice (one in lowercase and the other one in checksum format). That is why we were filtering only the checksum formatted addresses. But now it only returns the lowercase format, so no address results are shown because all of them were filtered out. Now that is fixed, and no filtering is performed at all.

Test scenarios

1 - go to this deployment link
2 - enter: 0x31644692d2c2b7228f9763416e7612451F69009e or any other valid address
3 - see one result

image

@Viterbo Viterbo self-assigned this Aug 26, 2024
Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for teloscan-stage ready!

Name Link
🔨 Latest commit 5a5b0a5
🔍 Latest deploy log https://app.netlify.com/sites/teloscan-stage/deploys/66cc70829dce5d0008cac94e
😎 Deploy Preview https://deploy-preview-838--teloscan-stage.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for testnet-teloscan ready!

Name Link
🔨 Latest commit 5a5b0a5
🔍 Latest deploy log https://app.netlify.com/sites/testnet-teloscan/deploys/66cc70822394780009f30d00
😎 Deploy Preview https://deploy-preview-838--testnet-teloscan.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for dev-mainnet-teloscan ready!

Name Link
🔨 Latest commit 5a5b0a5
🔍 Latest deploy log https://app.netlify.com/sites/dev-mainnet-teloscan/deploys/66cc7082f6939d0008a8fe6b
😎 Deploy Preview https://deploy-preview-838--dev-mainnet-teloscan.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pmjanus pmjanus changed the base branch from dev to master August 26, 2024 12:10
@Viterbo Viterbo linked an issue Aug 26, 2024 that may be closed by this pull request
@pmjanus pmjanus self-requested a review August 26, 2024 12:16
@pmjanus pmjanus merged commit 1c469dd into master Aug 26, 2024
13 checks passed
@pmjanus pmjanus deleted the 837-search-bar-is-showing-no-results-for-a-real-address-search branch August 26, 2024 12:16
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.

Search bar is showing no results for a real address search
2 participants