telosnetwork / teloscan

Telos EVM block explorer for viewing blocks, transactions, contracts, staking, and more
https://teloscan.io
Apache License 2.0
22 stars 25 forks source link

#875 | adding the case for no transaction history on address page #876

Closed Viterbo closed 5 days ago

Viterbo commented 1 week ago

Fixes #875

Description

This PR does not fix the main problem. It only adds a new case in which the consulted address has no transaction registered in history. But the main problem remains and it's on the server side.

The API is returning no transaction history for this particular address.

Test scenarios

https://deploy-preview-876--dev-mainnet-teloscan.netlify.app/address/0xe0740E654B33550712E192c00C857D64Ce675Af3 image

netlify[bot] commented 1 week ago

Deploy Preview for teloscan-stage ready!

Name Link
Latest commit 2ae72cb2275bb5307184ea285c392f0861a09f6b
Latest deploy log https://app.netlify.com/sites/teloscan-stage/deploys/673b5dfc633da100080ea279
Deploy Preview https://deploy-preview-876--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.

netlify[bot] commented 1 week ago

Deploy Preview for testnet-teloscan ready!

Name Link
Latest commit 2ae72cb2275bb5307184ea285c392f0861a09f6b
Latest deploy log https://app.netlify.com/sites/testnet-teloscan/deploys/673b5dfc30d77a0008899f3e
Deploy Preview https://deploy-preview-876--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.

netlify[bot] commented 1 week ago

Deploy Preview for dev-mainnet-teloscan ready!

Name Link
Latest commit 2ae72cb2275bb5307184ea285c392f0861a09f6b
Latest deploy log https://app.netlify.com/sites/dev-mainnet-teloscan/deploys/673b5dfc866b63000859151c
Deploy Preview https://deploy-preview-876--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.

Viterbo commented 1 week ago

I still need to investigate why the Contract Tab is not shown and fix it.