David Boreham dboreham
  • Joined on 2022-12-08
dboreham pushed to master at cerc-io/cosmos-explorer 2024-08-20 17:29:18 +00:00
bc8d91c183 Merge pull request 'Reduce block polling interval' (#1) from dboreham/fix-missing-blocks into master
91e4b32b9e Reduce block polling interval
Compare 2 commits »
dboreham merged pull request cerc-io/cosmos-explorer#1 2024-08-20 17:29:17 +00:00
Reduce block polling interval
dboreham created pull request cerc-io/cosmos-explorer#1 2024-08-20 17:29:07 +00:00
Reduce block polling interval
dboreham created branch dboreham/fix-missing-blocks in cerc-io/cosmos-explorer 2024-08-20 17:26:21 +00:00
dboreham pushed to dboreham/fix-missing-blocks at cerc-io/cosmos-explorer 2024-08-20 17:26:21 +00:00
91e4b32b9e Reduce block polling interval
dboreham commented on issue cerc-io/laconicd#54 2024-08-20 13:51:10 +00:00
GQL config question

I this works in my mainnet-laconic setup. I'll see where it gets configured.

dboreham commented on issue cerc-io/stack-orchestrator#929 2024-08-20 13:37:41 +00:00
Cosmos explorer doesn't display recent txns

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-…

dboreham suggested changes for cerc-io/laconic-registry-cli#78 2024-08-20 01:06:20 +00:00
927: Add gettx command and have send command return the tx hash.

Looks like the send coins test failed (understandable), and could we have a test for the gettx command?

dboreham commented on issue cerc-io/stack-orchestrator#929 2024-08-20 00:20:39 +00:00
Cosmos explorer doesn't display recent txns

Block time seems to be about 4s.

dboreham commented on issue cerc-io/stack-orchestrator#929 2024-08-20 00:19:38 +00:00
Cosmos explorer doesn't display recent txns

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

dboreham commented on issue cerc-io/stack-orchestrator#929 2024-08-20 00:19:18 +00:00
Cosmos explorer doesn't display recent txns

Noticed that the blocks displayed are not contiguous:

image

dboreham commented on issue cerc-io/stack-orchestrator#929 2024-08-20 00:17:03 +00:00
Cosmos explorer doesn't display recent txns

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

    },
  …
dboreham commented on issue cerc-io/stack-orchestrator#929 2024-08-20 00:16:05 +00:00
Cosmos explorer doesn't display recent txns

In general displaying a txn works:

image

dboreham opened issue cerc-io/stack-orchestrator#929 2024-08-20 00:14:38 +00:00
Cosmos explorer doesn't display recent txns
dboreham commented on issue cerc-io/stack-orchestrator#927 2024-08-19 03:07:26 +00:00
Payment-gated webapp deployment requests

First cut at deployer functionality: cerc-io/stack-orchestrator#928

dboreham opened issue cerc-io/laconic-registry-cli#76 2024-08-16 21:04:07 +00:00
Feature request: coin send transaction information
dboreham commented on issue cerc-io/stack-orchestrator#924 2024-08-16 21:00:21 +00:00
Simple deployment request/responding provider filtering scheme

Closing this issue, opened new one to address specifically paid deployment: cerc-io/stack-orchestrator#927