Cosmos explorer doesn't display recent txns #929

Closed
opened 2024-08-20 00:14:37 +00:00 by dboreham · 6 comments
Owner

txns tab always shows no recent txns even when one has just been submitted:

image

txns tab always shows no recent txns even when one has just been submitted: ![image](/attachments/e2229ad2-0683-436f-a154-25374914cac3)
131 KiB
Author
Owner

In general displaying a txn works:

image

In general displaying a txn works: ![image](/attachments/90ba26c5-c6f8-4f96-b63c-6c325972e55e)
1.3 MiB
Author
Owner

And the request to get latest block content, submitted underneath the page seems to work:

http://testnet-a-2.dev.vaasl.io:1317/cosmos/base/tendermint/v1beta1/blocks/latest

    },
    "data": {
      "txs": [
        "CpIBCo8BChwvY29zbW9zLmJhbmsudjFiZXRhMS5Nc2dTZW5kEm8KLmxhY29uaWMxODM1MHVleGd5a21wOTBwNTY5NDY0MHR5dWFodnUzZjc0ZmY1MHMSLmxhY29uaWMxd2Fha3RxaGFrYXp5azAzdTlhOHEzZmoyMHJlNG1yZDllZWtjMzcaDQoEYWxudBIFMTAwMDASaApQCkYKHy9jb3Ntb3MuY3J5cHRvLnNlY3AyNTZrMS5QdWJLZXkSIwohAuOfSeZtnddCfm/1Cpty15WttrM2AET19Cn1H+o1PY0NEgQKAggBGAQSFAoOCgRhbG50EgYyMDAwMDAQwJoMGkCyosOXyGUdBL2FsGWv6LFzNZnPPnnpQwcQc53G5c5SrQX2LoXYu6YThE9Fg37FYXG9K5q/rnWrts93GbszHbjs"
      ]
    },
And the request to get latest block content, submitted underneath the page seems to work: `http://testnet-a-2.dev.vaasl.io:1317/cosmos/base/tendermint/v1beta1/blocks/latest ` ``` }, "data": { "txs": [ "CpIBCo8BChwvY29zbW9zLmJhbmsudjFiZXRhMS5Nc2dTZW5kEm8KLmxhY29uaWMxODM1MHVleGd5a21wOTBwNTY5NDY0MHR5dWFodnUzZjc0ZmY1MHMSLmxhY29uaWMxd2Fha3RxaGFrYXp5azAzdTlhOHEzZmoyMHJlNG1yZDllZWtjMzcaDQoEYWxudBIFMTAwMDASaApQCkYKHy9jb3Ntb3MuY3J5cHRvLnNlY3AyNTZrMS5QdWJLZXkSIwohAuOfSeZtnddCfm/1Cpty15WttrM2AET19Cn1H+o1PY0NEgQKAggBGAQSFAoOCgRhbG50EgYyMDAwMDAQwJoMGkCyosOXyGUdBL2FsGWv6LFzNZnPPnnpQwcQc53G5c5SrQX2LoXYu6YThE9Fg37FYXG9K5q/rnWrts93GbszHbjs" ] }, ```
Author
Owner

Noticed that the blocks displayed are not contiguous:

image

Noticed that the blocks displayed are not contiguous: ![image](/attachments/de6fd38c-4de8-468f-9dfd-6d2767e3eeef)
229 KiB
Author
Owner

The txn that is "missing" is in a block that is also "missing". Perhaps not a coincidence.

The txn that is "missing" is in a block that is also "missing". Perhaps not a coincidence.
Author
Owner

Block time seems to be about 4s.

Block time seems to be about 4s.
Author
Owner

ping-pub has a hard-wired polling interval of 6s. Any block that appears quicker than 6s will be missed.

Testing with the refresh interval set to 2s:

image

ping-pub has a hard-wired polling interval of 6s. Any block that appears quicker than 6s will be missed. Testing with the refresh interval set to 2s: ![image](/attachments/a6142ed3-da6b-45c8-9972-b4d35b4ddfbc)
162 KiB
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#929
No description provided.